Compare commits

...

35 Commits

Author SHA1 Message Date
Florian Müllner 71fa03c4ea Bump version to 3.15.2
To go along GNOME Shell 3.15.2
2014-11-27 14:47:10 +00:00
Florian Müllner dd3c7ca199 user-theme: Temporarily work around a gnome-shell regression
setThemeStylesheet() stopped accepting %null to revert to the default
stylesheet. The issue is fixed in gnome-shell master, but work around
it for 3.15.2 to not ship broken (again).
2014-11-27 14:42:01 +00:00
Sylvain Pasche 5c2d13ec51 window-list: Move messageTray patching to the WindowList class
Move messageTray patching form the Extension object to the WindowList
class. Moreover, only do the patching if the window list is on the bottom
monitor. This refactoring will make it easier to have several instances
of WindowList (one on each monitor).

https://bugzilla.gnome.org/show_bug.cgi?id=737486
2014-11-26 20:00:50 +01:00
Sylvain Pasche 5fc66444b6 window-list: Refactoring to use an Extension object
Move the global state into a new Extension object. This is in
preparation for adding more logic to the Extension object.

https://bugzilla.gnome.org/show_bug.cgi?id=737486
2014-11-26 20:00:50 +01:00
Sylvain Pasche 57bfb9400e window-list: _pointerInTray was renamed to _pointerInNotification in bug 695800
https://bugzilla.gnome.org/show_bug.cgi?id=737486
2014-11-26 20:00:50 +01:00
Sylvain Pasche 4a1f49586d window-list: Disconnect drag and drop handlers
https://bugzilla.gnome.org/show_bug.cgi?id=737486
2014-11-26 20:00:49 +01:00
Florian Müllner 92012f6626 apps-menu: Center app labels
Currently labels are not vertically centered, unlike icons.
Fix this.

https://bugzilla.gnome.org/show_bug.cgi?id=740724
2014-11-26 19:06:41 +01:00
Florian Müllner 92b7c44e6d apps-menu: Update menu arrow to use an icon
gnome-shell no longer uses labels with UTF8 arrows, so the currently
used arrow is no longer consistent with other menus; fix that.

https://bugzilla.gnome.org/show_bug.cgi?id=740725
2014-11-26 18:54:18 +01:00
Marek Černocký 3a023a3cba Updated Czech translation 2014-11-26 09:11:41 +01:00
Florian Müllner 0a0d273d32 style: Inherit default stylesheet from resource
The default stylesheet has moved into a GResource, so we can no
longer address it with a relative path.

https://bugzilla.gnome.org/show_bug.cgi?id=740318
2014-11-18 16:08:07 +01:00
Trần Ngọc Quân 1f300838e8 Update Vietnamese translation
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2014-11-15 14:46:47 +07:00
Florian Müllner 4da36684ad drive-menu: Adjust for renamed .desktop file name
Nautilus now uses reverse domain notation for its .desktop file,
adjust for that.

https://bugzilla.gnome.org/show_bug.cgi?id=739931
2014-11-12 19:53:13 +01:00
Florian Müllner 109bdd1cd0 drive-menu: Update for gnome-shell changes
Since shell commit 3227d4f3edad, Shell.Global.create_app_launch_context()
expects additional parameters.
2014-11-12 19:51:33 +01:00
Jorge Perez Perez a351dd8c5c Update Aragonese translation 2014-11-06 21:10:19 +01:00
Yosef Or Boczko 1b7a3e8f36 Updated Hebrew translation 2014-11-04 18:46:05 +02:00
Florian Müllner b0c75392a3 Bump version to 3.15.1
To go along GNOME Shell 3.15.1
2014-10-30 11:49:17 +00:00
Kjartan Maraas 3825c5c715 Added Norwegian bokmål translation. 2014-10-22 20:31:53 +02:00
Daniel Mustieles d285d26604 Updated Spanish translation 2014-10-20 14:50:38 +02:00
Florian Müllner e669aa75b6 Revert "screenshot-window-sizer: Do not translate schema for now"
This reverts commit 53b1149d0a0316602bea310b624f3ad8b839541e.
2014-10-14 21:43:16 +02:00
Florian Müllner c9693d4f09 Bump version to 3.14.1
To go along GNOME Shell 3.14.1
2014-10-14 21:32:51 +02:00
Florian Müllner e372c5ace8 window-list: Avoid flashing when using auto-grouping
Currently when using auto-grouping, the list is ungrouped each
time a window is closed, and then possibly re-grouped on the next
allocation - as a result, there is a brief "ungroup flash" if the
list is supposed to remain grouped.
Avoid this by computing the width the ungrouped list would have
rather than by actually ungrouping it.

https://bugzilla.gnome.org/show_bug.cgi?id=738286
2014-10-11 00:06:59 +02:00
Piotr Drąg 9386610b01 Updated LINGUAS 2014-10-08 16:55:07 +02:00
Ivaylo Valkov c807b02c16 Added Bulgarian translation 2014-10-08 06:23:41 +03:00
Florian Müllner 614d1c9697 window-list: Fix spacing in app buttons 2014-10-07 20:01:56 +02:00
Florian Müllner 70056ba56e window-list: Don't unnecessarily add/remove window buttons
Since commit 191c7ccc24, we check whether we already have a window
in the list before re-adding it on MetaWorkspace::window-added.
We can do something similar on MetaWorkspace::window-removed to
avoid some extra work when a window is moved between workspaces
rather than destroyed.
2014-10-07 18:57:45 +02:00
Florian Müllner 4af36f41fa window-list: Don't use Meta.get_window_actors() directly
The list returned may contain windows that are being destroyed.
The ShellGlobal method filters those out, so use that instead; we
should eventually stop looking at window actors when we want windows,
but for now this is the easy and safe thing to do.
2014-10-07 17:19:00 +02:00
Florian Müllner 60ea0fb172 Stop using deprecated GSettings:schema property 2014-10-07 14:38:12 +02:00
Pedro Albuquerque ab37a8f92f Updated Portuguese translation 2014-10-05 21:11:17 +00:00
Milo Casagrande 91890367b8 Updated Italian translation 2014-10-05 13:20:05 +00:00
Florian Müllner 54e39c9779 launch-new-instance: Re-use original activate function
Rather than re-implementing the function (and risk missing improvements
like the launch animation), call the original one as if the user had
middle-clicked the launcher.
2014-09-29 15:32:02 +02:00
Florian Müllner d4ca2aeeb5 extension: Reuse original handler in keyPressHandler injection
We do need to inject our own handler to treat application-switch
actions the same way as the corresponding window-switch ones;
we can actually express exactly this without re-implementing the
entire function, by calling the original handler with a tweaked
action parameter - the resulting code is not only more concise,
but should also be a bit more robust against changes in core.

https://bugzilla.gnome.org/show_bug.cgi?id=737457
2014-09-29 15:32:02 +02:00
Rūdolfs Mazurs 1d53017a30 Updated Latvian translation 2014-09-28 16:38:56 +03:00
Florian Müllner 687ea92e82 alternateTab: Remove _initialSelection injection
Since shell commit 2b1077aaa169, the implementation in the
SwitcherPopup base class already works as expected.

https://bugzilla.gnome.org/show_bug.cgi?id=737457
2014-09-27 16:15:37 +02:00
Florian Müllner 0dd5b5251a alternateTab: Fix Escape not dismissing popup
Since shell commit dd85670f8b25, the handler got a return value to
determine whether Escape should be handled automatically; we do
want this for the window switcher, so add an appropriate return
value to restore the expected behavior.

https://bugzilla.gnome.org/show_bug.cgi?id=737457
2014-09-27 16:15:37 +02:00
Florian Müllner 6e82912fe5 launch-new-instance: Remove unused imports/variables 2014-09-27 16:15:36 +02:00
26 changed files with 1010 additions and 480 deletions
+17
View File
@@ -1,3 +1,20 @@
3.15.2
======
* removable-drive, user-theme, window-list: Update for gnome-shell changes
* apps-menu: Fix some visual glitches
* Fix classic mode style
* updated translations (an, cs, he, vi)
3.15.1
======
* updated translations (es, nb)
3.14.1
======
* alternateTab: Fix dismissing popup with Escape
* some improvements to the window-list
(spacing in app buttons, no flash when closing windows with auto-grouping)
* updated translations (lv, it, pt, bg)
3.14.0 3.14.0
====== ======
+1 -1
View File
@@ -1,5 +1,5 @@
AC_PREREQ(2.63) AC_PREREQ(2.63)
AC_INIT([gnome-shell-extensions],[3.14.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_INIT([gnome-shell-extensions],[3.15.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config]) AC_CONFIG_AUX_DIR([config])
+1 -1
View File
@@ -1,4 +1,4 @@
@import url("gnome-shell.css"); @import url("resource:///org/gnome/shell/theme/gnome-shell.css");
/* FIXME: /* FIXME:
- white edge highlight with text-shadow and icon-shadow for panel-button - white edge highlight with text-shadow and icon-shadow for panel-button
+10 -24
View File
@@ -18,33 +18,19 @@ function setKeybinding(name, func) {
} }
function enable() { function enable() {
injections['_initialSelection'] = AltTab.WindowSwitcherPopup.prototype._initialSelection;
AltTab.WindowSwitcherPopup.prototype._initialSelection = function(backward, binding) {
if (binding == 'switch-windows-backward' ||
binding == 'switch-applications-backward' ||
binding == 'switch-group-backward' || backward)
this._select(this._items.length - 1);
else if (this._items.length == 1)
this._select(0);
else
this._select(1);
};
injections['_keyPressHandler'] = AltTab.WindowSwitcherPopup.prototype._keyPressHandler; injections['_keyPressHandler'] = AltTab.WindowSwitcherPopup.prototype._keyPressHandler;
AltTab.WindowSwitcherPopup.prototype._keyPressHandler = function(keysym, action) { AltTab.WindowSwitcherPopup.prototype._keyPressHandler = function(keysym, action) {
if (action == Meta.KeyBindingAction.SWITCH_WINDOWS || switch(action) {
action == Meta.KeyBindingAction.SWITCH_APPLICATIONS || case Meta.KeyBindingAction.SWITCH_APPLICATIONS:
action == Meta.KeyBindingAction.SWITCH_GROUP) { case Meta.KeyBindingAction.SWITCH_GROUP:
this._select(this._next()); action = Meta.KeyBindingAction.SWITCH_WINDOWS;
} else if (action == Meta.KeyBindingAction.SWITCH_WINDOWS_BACKWARD || break;
action == Meta.KeyBindingAction.SWITCH_APPLICATIONS_BACKWARD || case Meta.KeyBindingAction.SWITCH_APPLICATIONS_BACKWARD:
action == Meta.KeyBindingAction.SWITCH_GROUP_BACKWARD) { case Meta.KeyBindingAction.SWITCH_GROUP_BACKWARD:
this._select(this._previous()); action = Meta.KeyBindingAction.SWITCH_WINDOWS_BACKWARD;
} else { break;
if (keysym == Clutter.Left)
this._select(this._previous());
else if (keysym == Clutter.Right)
this._select(this._next());
} }
return injections['_keyPressHandler'].call(this, keysym, action);
}; };
setKeybinding('switch-applications', Lang.bind(Main.wm, Main.wm._startWindowSwitcher)); setKeybinding('switch-applications', Lang.bind(Main.wm, Main.wm._startWindowSwitcher));
+1 -1
View File
@@ -33,7 +33,7 @@ const AltTabSettingsWidget = new GObject.Class({
this.row_spacing = 6; this.row_spacing = 6;
this.orientation = Gtk.Orientation.VERTICAL; this.orientation = Gtk.Orientation.VERTICAL;
this._settings = new Gio.Settings({ schema: 'org.gnome.shell.window-switcher' }); this._settings = new Gio.Settings({ schema_id: 'org.gnome.shell.window-switcher' });
let presentLabel = '<b>' + _("Present windows as") + '</b>'; let presentLabel = '<b>' + _("Present windows as") + '</b>';
this.add(new Gtk.Label({ label: presentLabel, use_markup: true, this.add(new Gtk.Label({ label: presentLabel, use_markup: true,
+3 -4
View File
@@ -58,7 +58,8 @@ const ApplicationMenuItem = new Lang.Class({
this._iconBin = new St.Bin(); this._iconBin = new St.Bin();
this.actor.add_child(this._iconBin); this.actor.add_child(this._iconBin);
let appLabel = new St.Label({ text: app.get_name() }); let appLabel = new St.Label({ text: app.get_name(), y_expand: true,
y_align: Clutter.ActorAlign.CENTER });
this.actor.add_child(appLabel, { expand: true }); this.actor.add_child(appLabel, { expand: true });
this.actor.label_actor = appLabel; this.actor.label_actor = appLabel;
@@ -283,9 +284,7 @@ const ApplicationsButton = new Lang.Class({
y_expand: true, y_expand: true,
y_align: Clutter.ActorAlign.CENTER }); y_align: Clutter.ActorAlign.CENTER });
hbox.add_child(this._label); hbox.add_child(this._label);
hbox.add_child(new St.Label({ text: '\u25BE', hbox.add_child(PopupMenu.arrowIcon(St.Side.BOTTOM));
y_expand: true,
y_align: Clutter.ActorAlign.CENTER }));
this.actor.add_actor(hbox); this.actor.add_actor(hbox);
this.actor.name = 'panelApplications'; this.actor.name = 'panelApplications';
+3 -2
View File
@@ -108,8 +108,9 @@ const MountMenuItem = new Lang.Class({
}, },
activate: function(event) { activate: function(event) {
let context = global.create_app_launch_context(event.get_time(), -1);
Gio.AppInfo.launch_default_for_uri(this.mount.get_root().get_uri(), Gio.AppInfo.launch_default_for_uri(this.mount.get_root().get_uri(),
global.create_app_launch_context()); context);
this.parent(event); this.parent(event);
} }
@@ -149,7 +150,7 @@ const DriveMenu = new Lang.Class({
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem()); this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
this.menu.addAction(_("Open File"), function(event) { this.menu.addAction(_("Open File"), function(event) {
let appSystem = Shell.AppSystem.get_default(); let appSystem = Shell.AppSystem.get_default();
let app = appSystem.lookup_app('nautilus.desktop'); let app = appSystem.lookup_app('org.gnome.Nautilus.desktop');
app.activate_full(-1, event.get_time()); app.activate_full(-1, event.get_time());
}); });
+3 -9
View File
@@ -1,21 +1,15 @@
const Main = imports.ui.main;
const AppDisplay = imports.ui.appDisplay; const AppDisplay = imports.ui.appDisplay;
var _onActivateOriginal = null; var _onActivateOriginal = null;
var _activateResultOriginal = null;
function _activate(button) {
this.animateLaunch();
this.app.open_new_window(-1);
Main.overview.hide();
}
function init() { function init() {
} }
function enable() { function enable() {
_activateOriginal = AppDisplay.AppIcon.prototype.activate; _activateOriginal = AppDisplay.AppIcon.prototype.activate;
AppDisplay.AppIcon.prototype.activate = _activate; AppDisplay.AppIcon.prototype.activate = function() {
_activateOriginal.call(this, 2);
};
} }
function disable() { function disable() {
@@ -4,7 +4,7 @@
path="/org/gnome/shell/extensions/screenshot-window-sizer/"> path="/org/gnome/shell/extensions/screenshot-window-sizer/">
<key type="as" name="cycle-screenshot-sizes"> <key type="as" name="cycle-screenshot-sizes">
<default><![CDATA[['<Alt><Control>s']]]></default> <default><![CDATA[['<Alt><Control>s']]]></default>
<summary>Cycle Screenshot Sizes</summary> <_summary>Cycle Screenshot Sizes</_summary>
</key> </key>
</schema> </schema>
</schemalist> </schemalist>
+6 -4
View File
@@ -30,7 +30,7 @@ const ThemeManager = new Lang.Class({
this._changedId = 0; this._changedId = 0;
} }
Main.setThemeStylesheet(null); Main._cssStylesheet = null;
Main.loadTheme(); Main.loadTheme();
}, },
@@ -57,11 +57,13 @@ const ThemeManager = new Lang.Class({
} }
} }
if (_stylesheet) if (_stylesheet) {
global.log('loading user theme: ' + _stylesheet); global.log('loading user theme: ' + _stylesheet);
else Main.setThemeStylesheet(_stylesheet);
} else {
global.log('loading default theme (Adwaita)'); global.log('loading default theme (Adwaita)');
Main.setThemeStylesheet(_stylesheet); Main._cssStylesheet = null;
}
Main.loadTheme(); Main.loadTheme();
} }
}); });
+144 -78
View File
@@ -53,7 +53,7 @@ function _onMenuStateChanged(menu, isOpen) {
let [x, y,] = global.get_pointer(); let [x, y,] = global.get_pointer();
let actor = global.stage.get_actor_at_pos(Clutter.PickMode.REACTIVE, x, y); let actor = global.stage.get_actor_at_pos(Clutter.PickMode.REACTIVE, x, y);
if (windowList.actor.contains(actor)) if (Me.stateObj.windowListContains(actor))
actor.sync_hover(); actor.sync_hover();
} }
@@ -140,7 +140,7 @@ const WindowTitle = new Lang.Class({
_init: function(metaWindow) { _init: function(metaWindow) {
this._metaWindow = metaWindow; this._metaWindow = metaWindow;
this.actor = new St.BoxLayout(); this.actor = new St.BoxLayout({ style_class: 'window-button-box' });
let app = Shell.WindowTracker.get_default().get_window_app(metaWindow); let app = Shell.WindowTracker.get_default().get_window_app(metaWindow);
this._icon = new St.Bin({ style_class: 'window-button-icon', this._icon = new St.Bin({ style_class: 'window-button-icon',
@@ -217,6 +217,9 @@ const WindowButton = new Lang.Class({
this._switchWorkspaceId = this._switchWorkspaceId =
global.window_manager.connect('switch-workspace', global.window_manager.connect('switch-workspace',
Lang.bind(this, this._updateVisibility)); Lang.bind(this, this._updateVisibility));
this._workspaceChangedId =
this.metaWindow.connect('workspace-changed',
Lang.bind(this, this._updateVisibility));
this._updateVisibility(); this._updateVisibility();
this._notifyFocusId = this._notifyFocusId =
@@ -281,6 +284,7 @@ const WindowButton = new Lang.Class({
}, },
_onDestroy: function() { _onDestroy: function() {
this.metaWindow.disconnect(this._workspaceChangedId);
global.window_manager.disconnect(this._switchWorkspaceId); global.window_manager.disconnect(this._switchWorkspaceId);
global.display.disconnect(this._notifyFocusId); global.display.disconnect(this._notifyFocusId);
this._contextMenu.destroy(); this._contextMenu.destroy();
@@ -388,7 +392,8 @@ const AppButton = new Lang.Class({
x_align: St.Align.START }); x_align: St.Align.START });
stack.add_actor(this._singleWindowTitle); stack.add_actor(this._singleWindowTitle);
this._multiWindowTitle = new St.BoxLayout({ x_expand: true }); this._multiWindowTitle = new St.BoxLayout({ style_class: 'window-button-box',
x_expand: true });
stack.add_actor(this._multiWindowTitle); stack.add_actor(this._multiWindowTitle);
this._icon = new St.Bin({ style_class: 'window-button-icon', this._icon = new St.Bin({ style_class: 'window-button-icon',
@@ -663,7 +668,7 @@ const WorkspaceIndicator = new Lang.Class({
this.actor.connect('scroll-event', Lang.bind(this, this._onScrollEvent)); this.actor.connect('scroll-event', Lang.bind(this, this._onScrollEvent));
this._updateMenu(); this._updateMenu();
this._settings = new Gio.Settings({ schema: 'org.gnome.desktop.wm.preferences' }); this._settings = new Gio.Settings({ schema_id: 'org.gnome.desktop.wm.preferences' });
this._settingsChangedId = this._settings.connect('changed::workspace-names', Lang.bind(this, this._updateMenu)); this._settingsChangedId = this._settings.connect('changed::workspace-names', Lang.bind(this, this._updateMenu));
}, },
@@ -775,24 +780,10 @@ const WindowList = new Lang.Class({
let spacing = node.get_length('spacing'); let spacing = node.get_length('spacing');
this._windowList.layout_manager.spacing = spacing; this._windowList.layout_manager.spacing = spacing;
})); }));
this._windowList.connect('notify::allocation', Lang.bind(this,
function() {
if (this._groupingMode != GroupingMode.AUTO || this._grouped)
return;
let allocation = this._windowList.allocation;
let width = allocation.x2 - allocation.x1;
let [, natWidth] = this._windowList.get_preferred_width(-1);
if (width < natWidth) {
this._grouped = true;
Meta.later_add(Meta.LaterType.BEFORE_REDRAW,
Lang.bind(this, this._populateWindowList));
}
}));
this._windowList.connect('scroll-event', Lang.bind(this, this._onScrollEvent)); this._windowList.connect('scroll-event', Lang.bind(this, this._onScrollEvent));
let indicatorsBox = new St.BoxLayout({ x_align: Clutter.ActorAlign.END }); let indicatorsBox = new St.BoxLayout({ x_align: Clutter.ActorAlign.END });
box.add(indicatorsBox); box.add(indicatorsBox);
this._workspaceIndicator = new WorkspaceIndicator(); this._workspaceIndicator = new WorkspaceIndicator();
indicatorsBox.add(this._workspaceIndicator.container, { expand: false, y_fill: true }); indicatorsBox.add(this._workspaceIndicator.container, { expand: false, y_fill: true });
@@ -821,7 +812,7 @@ const WindowList = new Lang.Class({
Main.layoutManager.connect('keyboard-visible-changed', Main.layoutManager.connect('keyboard-visible-changed',
Lang.bind(this, function(o, state) { Lang.bind(this, function(o, state) {
Main.layoutManager.keyboardBox.visible = state; Main.layoutManager.keyboardBox.visible = state;
Main.uiGroup.set_child_above_sibling(windowList.actor, Main.uiGroup.set_child_above_sibling(this.actor,
Main.layoutManager.keyboardBox); Main.layoutManager.keyboardBox);
this._updateKeyboardAnchor(); this._updateKeyboardAnchor();
})); }));
@@ -832,6 +823,10 @@ const WindowList = new Lang.Class({
Lang.bind(this, this._onWorkspacesChanged)); Lang.bind(this, this._onWorkspacesChanged));
this._onWorkspacesChanged(); this._onWorkspacesChanged();
this._switchWorkspaceId =
global.window_manager.connect('switch-workspace',
Lang.bind(this, this._checkGrouping));
this._overviewShowingId = this._overviewShowingId =
Main.overview.connect('showing', Lang.bind(this, function() { Main.overview.connect('showing', Lang.bind(this, function() {
this.actor.hide(); this.actor.hide();
@@ -845,6 +840,24 @@ const WindowList = new Lang.Class({
this._updateKeyboardAnchor(); this._updateKeyboardAnchor();
this._updateMessageTrayAnchor(); this._updateMessageTrayAnchor();
})); }));
this._isOnBottomMonitor = Main.layoutManager.primaryIndex == Main.layoutManager.bottomIndex;
if (this._isOnBottomMonitor) {
let actor = this.actor;
this._bottomHoverChangedId =
actor.connect('notify::hover', Lang.bind(Main.messageTray,
function() {
this._pointerInNotification = actor.hover;
this._updateState();
}));
this._notificationParent = Main.messageTray._notificationWidget.get_parent();
Main.messageTray._notificationWidget.hide();
Main.messageTray._notificationWidget.reparent(this.actor);
Main.messageTray._notificationWidget.show();
}
this._updateMessageTrayAnchor(); this._updateMessageTrayAnchor();
this._fullscreenChangedId = this._fullscreenChangedId =
@@ -870,6 +883,7 @@ const WindowList = new Lang.Class({
this._groupingModeChangedId = this._groupingModeChangedId =
this._settings.connect('changed::grouping-mode', this._settings.connect('changed::grouping-mode',
Lang.bind(this, this._groupingModeChanged)); Lang.bind(this, this._groupingModeChanged));
this._grouped = undefined;
this._groupingModeChanged(); this._groupingModeChanged();
}, },
@@ -898,17 +912,55 @@ const WindowList = new Lang.Class({
children[active].activate(); children[active].activate();
}, },
_getPreferredUngroupedWindowListWidth: function() {
if (this._windowList.get_n_children() == 0)
return this._windowList.get_preferred_width(-1)[1];
let children = this._windowList.get_children();
let [, childWidth] = children[0].get_preferred_width(-1);
let spacing = this._windowList.layout_manager.spacing;
let workspace = global.screen.get_active_workspace();
let nWindows = global.display.get_tab_list(Meta.TabList.NORMAL, workspace).length;
return nWindows * childWidth + (nWindows - 1) * spacing;
},
_getMaxWindowListWidth: function() {
let indicatorsBox = this._trayButton.actor.get_parent();
return this.actor.width - indicatorsBox.get_preferred_width(-1)[1];
},
_groupingModeChanged: function() { _groupingModeChanged: function() {
this._groupingMode = this._settings.get_enum('grouping-mode'); this._groupingMode = this._settings.get_enum('grouping-mode');
this._grouped = this._groupingMode == GroupingMode.ALWAYS;
this._populateWindowList(); if (this._groupingMode == GroupingMode.AUTO) {
this._checkGrouping();
} else {
this._grouped = this._groupingMode == GroupingMode.ALWAYS;
this._populateWindowList();
}
},
_checkGrouping: function() {
if (this._groupingMode != GroupingMode.AUTO)
return;
let maxWidth = this._getMaxWindowListWidth();
let natWidth = this._getPreferredUngroupedWindowListWidth();
let grouped = (maxWidth < natWidth);
if (this._grouped !== grouped) {
this._grouped = grouped;
this._populateWindowList();
}
}, },
_populateWindowList: function() { _populateWindowList: function() {
this._windowList.destroy_all_children(); this._windowList.destroy_all_children();
if (!this._grouped) { if (!this._grouped) {
let windows = Meta.get_window_actors(global.screen).sort( let windows = global.get_window_actors().sort(
function(w1, w2) { function(w1, w2) {
return w1.metaWindow.get_stable_sequence() - return w1.metaWindow.get_stable_sequence() -
w2.metaWindow.get_stable_sequence(); w2.metaWindow.get_stable_sequence();
@@ -941,8 +993,10 @@ const WindowList = new Lang.Class({
}, },
_updateMessageTrayAnchor: function() { _updateMessageTrayAnchor: function() {
let sameMonitor = Main.layoutManager.primaryIndex == Main.layoutManager.bottomIndex; if (!this._isOnBottomMonitor)
let anchorY = this.actor.visible && sameMonitor ? this.actor.height : 0; return;
let anchorY = this.actor.visible ? this.actor.height : 0;
Main.messageTray.actor.anchor_y = anchorY; Main.messageTray.actor.anchor_y = anchorY;
Main.messageTray._notificationWidget.anchor_y = -anchorY; Main.messageTray._notificationWidget.anchor_y = -anchorY;
@@ -980,6 +1034,9 @@ const WindowList = new Lang.Class({
if (win.skip_taskbar) if (win.skip_taskbar)
return; return;
if (!this._grouped)
this._checkGrouping();
if (this._grouped) if (this._grouped)
return; return;
@@ -997,14 +1054,14 @@ const WindowList = new Lang.Class({
}, },
_onWindowRemoved: function(ws, win) { _onWindowRemoved: function(ws, win) {
if (this._grouped) { if (this._grouped)
if (this._groupingMode == GroupingMode.AUTO) { this._checkGrouping();
this._grouped = false;
this._populateWindowList();
}
if (this._grouped)
return; return;
}
if (win.get_compositor_private())
return; // not actually removed, just moved to another workspace
let children = this._windowList.get_children(); let children = this._windowList.get_children();
for (let i = 0; i < children.length; i++) { for (let i = 0; i < children.length; i++) {
@@ -1117,65 +1174,74 @@ const WindowList = new Lang.Class({
global.screen.disconnect(this._nWorkspacesChangedId); global.screen.disconnect(this._nWorkspacesChangedId);
this._nWorkspacesChangedId = 0; this._nWorkspacesChangedId = 0;
Main.messageTray.actor.anchor_y = 0; global.window_manager.disconnect(this._switchWorkspaceId);
Main.messageTray._notificationWidget.anchor_y = 0; this._switchWorkspaceId = 0;
if (this._bottomHoverChangedId)
this.actor.disconnect(this._bottomHoverChangedId);
this._bottomHoverChangedId = 0;
if (this._notificationParent) {
Main.messageTray._notificationWidget.reparent(this._notificationParent);
this._notificationParent = null;
}
if (this._isOnBottomMonitor) {
Main.messageTray.actor.anchor_y = 0;
Main.messageTray._notificationWidget.anchor_y = 0;
}
Main.overview.disconnect(this._overviewShowingId); Main.overview.disconnect(this._overviewShowingId);
Main.overview.disconnect(this._overviewHidingId); Main.overview.disconnect(this._overviewHidingId);
global.screen.disconnect(this._fullscreenChangedId); global.screen.disconnect(this._fullscreenChangedId);
Main.xdndHandler.disconnect(this._dragBeginId);
Main.xdndHandler.disconnect(this._dragEndId);
this._settings.disconnect(this._groupingModeChangedId); this._settings.disconnect(this._groupingModeChangedId);
let windows = Meta.get_window_actors(global.screen); let windows = global.get_window_actors();
for (let i = 0; i < windows.length; i++) for (let i = 0; i < windows.length; i++)
windows[i].metaWindow.set_icon_geometry(null); windows[i].metaWindow.set_icon_geometry(null);
} }
}); });
let windowList; const Extension = new Lang.Class({
let injections = {}; Name: 'Extension',
let notificationParent;
_init: function() {
this._windowList = null;
this._injections = {};
},
enable: function() {
this._windowList = new WindowList();
this._injections['_trayDwellTimeout'] =
MessageTray.MessageTray.prototype._trayDwellTimeout;
MessageTray.MessageTray.prototype._trayDwellTimeout = function() {
return false;
};
},
disable: function() {
if (!this._windowList)
return;
this._windowList.actor.hide();
this._windowList.actor.destroy();
this._windowList = null;
for (let prop in this._injections)
MessageTray.MessageTray.prototype[prop] = this._injections[prop];
},
windowListContains: function(actor) {
return this._windowList.actor.contains(actor);
}
});
function init() { function init() {
} return new Extension();
function enable() {
windowList = new WindowList();
windowList.actor.connect('notify::hover', Lang.bind(Main.messageTray,
function() {
this._pointerInTray = windowList.actor.hover;
this._updateState();
}));
injections['_trayDwellTimeout'] = MessageTray.MessageTray.prototype._trayDwellTimeout;
MessageTray.MessageTray.prototype._trayDwellTimeout = function() {
return false;
};
notificationParent = Main.messageTray._notificationWidget.get_parent();
Main.messageTray._notificationWidget.hide();
Main.messageTray._notificationWidget.reparent(windowList.actor);
Main.messageTray._notificationWidget.show();
}
function disable() {
var prop;
if (!windowList)
return;
windowList.actor.hide();
if (notificationParent) {
Main.messageTray._notificationWidget.reparent(notificationParent);
notificationParent = null;
}
windowList.actor.destroy();
windowList = null;
for (prop in injections)
MessageTray.MessageTray.prototype[prop] = injections[prop];
} }
+4 -1
View File
@@ -22,6 +22,10 @@
padding-right: 2px; padding-right: 2px;
} }
.window-button-box {
spacing: 4px;
}
.window-button > StWidget { .window-button > StWidget {
-st-natural-width: 250px; -st-natural-width: 250px;
max-width: 250px; max-width: 250px;
@@ -31,7 +35,6 @@
padding: 3px 6px 1px; padding: 3px 6px 1px;
box-shadow: inset 1px 1px 4px rgba(255,255,255,0.5); box-shadow: inset 1px 1px 4px rgba(255,255,255,0.5);
text-shadow: 1px 1px 4px rgba(0,0,0,0.8); text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
spacing: 4px;
} }
.window-button:hover > StWidget { .window-button:hover > StWidget {
+1 -1
View File
@@ -50,7 +50,7 @@ const WorkspaceIndicator = new Lang.Class({
//styling //styling
this.statusLabel.add_style_class_name('panel-workspace-indicator'); this.statusLabel.add_style_class_name('panel-workspace-indicator');
this._settings = new Gio.Settings({ schema: WORKSPACE_SCHEMA }); this._settings = new Gio.Settings({ schema_id: WORKSPACE_SCHEMA });
this._settingsChangedId = this._settings.connect('changed::' + WORKSPACE_KEY, Lang.bind(this, this._createWorkspacesSection)); this._settingsChangedId = this._settings.connect('changed::' + WORKSPACE_KEY, Lang.bind(this, this._createWorkspacesSection));
}, },
+1 -1
View File
@@ -30,7 +30,7 @@ const WorkspaceNameModel = new GObject.Class({
this.parent(params); this.parent(params);
this.set_column_types([GObject.TYPE_STRING]); this.set_column_types([GObject.TYPE_STRING]);
this._settings = new Gio.Settings({ schema: WORKSPACE_SCHEMA }); this._settings = new Gio.Settings({ schema_id: WORKSPACE_SCHEMA });
//this._settings.connect('changed::workspace-names', Lang.bind(this, this._reloadFromSettings)); //this._settings.connect('changed::workspace-names', Lang.bind(this, this._reloadFromSettings));
this._reloadFromSettings(); this._reloadFromSettings();
+5 -3
View File
@@ -2,6 +2,7 @@ af
an an
ar ar
as as
bg
bn_IN bn_IN
ca ca
ca@valencia ca@valencia
@@ -30,18 +31,19 @@ kk
km km
kn kn
ko ko
lv
lt lt
lv
ml ml
mr mr
ms ms
nb nb
ne ne
nl nl
or
pa pa
pl
pt pt
pt_BR pt_BR
pl
ru ru
sk sk
sl sl
@@ -53,8 +55,8 @@ te
tg tg
th th
tr tr
vi
uk uk
vi
zh_CN zh_CN
zh_HK zh_HK
zh_TW zh_TW
+1
View File
@@ -15,6 +15,7 @@ extensions/native-window-placement/extension.js
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in
extensions/places-menu/extension.js extensions/places-menu/extension.js
extensions/places-menu/placeDisplay.js extensions/places-menu/placeDisplay.js
extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in
extensions/systemMonitor/extension.js extensions/systemMonitor/extension.js
extensions/user-theme/extension.js extensions/user-theme/extension.js
extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in
+61 -47
View File
@@ -8,15 +8,15 @@ msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-12-20 18:44+0000\n" "POT-Creation-Date: 2014-11-04 16:46+0000\n"
"PO-Revision-Date: 2013-12-21 16:24+0100\n" "PO-Revision-Date: 2014-11-04 20:13+0100\n"
"Last-Translator: Jorge Pérez Pérez <jorgtum@gmail.com>\n" "Last-Translator: Jorge Pérez Pérez <jorgtum@gmail.com>\n"
"Language-Team: Aragonese <softaragones@googlegroups.com>\n" "Language-Team: Aragonese <softaragones@googlegroups.com>\n"
"Language: an\n" "Language: an\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.3\n" "X-Generator: Poedit 1.6.10\n"
#: ../data/gnome-classic.desktop.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1 #: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -46,16 +46,28 @@ msgstr ""
"Ista clau sobrescribe a clau en org.gnome.mutter en executar o GNOME Shell." "Ista clau sobrescribe a clau en org.gnome.mutter en executar o GNOME Shell."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Arrangement of buttons on the titlebar"
msgstr "Disposición d'os botons d'a barra de titol"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell."
msgstr ""
"Ista clau sobrescribe a clau en org.gnome.desktop.wm.preferences en executar "
"o GNOME Shell."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "" msgstr ""
"Activar o mosaico en os cantos en arrocegar as finestras a los cantos d'a " "Activar o mosaico en os cantos en arrocegar as finestras a los cantos d'a "
"finestra" "finestra"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Arias de treballo nomás en a pantalla prencipal" msgstr "Arias de treballo nomás en a pantalla prencipal"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
msgid "Delay focus changes in mouse mode until the pointer stops moving" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "" msgstr ""
"Retardar o cambeo d'o foco d'o churi dica que o puntero deixe de mover-se" "Retardar o cambeo d'o foco d'o churi dica que o puntero deixe de mover-se"
@@ -72,11 +84,11 @@ msgstr "Nomás l'icono de l'aplicación"
msgid "Thumbnail and application icon" msgid "Thumbnail and application icon"
msgstr "Miniatura y icono de l'aplicación" msgstr "Miniatura y icono de l'aplicación"
#: ../extensions/alternate-tab/prefs.js:37 #: ../extensions/alternate-tab/prefs.js:38
msgid "Present windows as" msgid "Present windows as"
msgstr "Presentar as finestras como" msgstr "Presentar as finestras como"
#: ../extensions/alternate-tab/prefs.js:62 #: ../extensions/alternate-tab/prefs.js:69
msgid "Show only windows in the current workspace" msgid "Show only windows in the current workspace"
msgstr "Amostrar as finestras solament en l'aria de treballo actual" msgstr "Amostrar as finestras solament en l'aria de treballo actual"
@@ -105,37 +117,37 @@ msgstr ""
"(o nombre d'o fichero d'escritorio), seguiu por dos puntos y o numero de " "(o nombre d'o fichero d'escritorio), seguiu por dos puntos y o numero de "
"l'aria de treballo" "l'aria de treballo"
#: ../extensions/auto-move-windows/prefs.js:55 #: ../extensions/auto-move-windows/prefs.js:60
msgid "Application" msgid "Application"
msgstr "Aplicación" msgstr "Aplicación"
#: ../extensions/auto-move-windows/prefs.js:64 #: ../extensions/auto-move-windows/prefs.js:69
#: ../extensions/auto-move-windows/prefs.js:106 #: ../extensions/auto-move-windows/prefs.js:127
msgid "Workspace" msgid "Workspace"
msgstr "Aria de treballo" msgstr "Aria de treballo"
#: ../extensions/auto-move-windows/prefs.js:80 #: ../extensions/auto-move-windows/prefs.js:85
msgid "Add rule" msgid "Add Rule"
msgstr "Adhibir un regle" msgstr "Adhibir un regle"
#: ../extensions/auto-move-windows/prefs.js:94 #: ../extensions/auto-move-windows/prefs.js:106
msgid "Create new matching rule" msgid "Create new matching rule"
msgstr "Creyar un regle nuevo de coincidencia" msgstr "Creyar un regle nuevo de coincidencia"
#: ../extensions/auto-move-windows/prefs.js:98 #: ../extensions/auto-move-windows/prefs.js:111
msgid "Add" msgid "Add"
msgstr "Adhibir" msgstr "Adhibir"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:106
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Ha fallau en fer fuera o dispositivo «%s»" msgstr "Ha fallau en fer fuera o dispositivo «%s»"
#: ../extensions/drive-menu/extension.js:90 #: ../extensions/drive-menu/extension.js:123
msgid "Removable devices" msgid "Removable devices"
msgstr "Dispositivos extraíbles" msgstr "Dispositivos extraíbles"
#: ../extensions/drive-menu/extension.js:117 #: ../extensions/drive-menu/extension.js:150
msgid "Open File" msgid "Open File"
msgstr "Ubrir o fichero" msgstr "Ubrir o fichero"
@@ -155,9 +167,11 @@ msgstr ""
"Si no ye vuedo, contién o texto que s'amostrará quan se faiga clic en o " "Si no ye vuedo, contién o texto que s'amostrará quan se faiga clic en o "
"panel." "panel."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "Message"
msgstr "Mensache"
#: ../extensions/example/prefs.js:43
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n" "as such it has little functionality on its own.\n"
@@ -168,10 +182,6 @@ msgstr ""
"solenco.\n" "solenco.\n"
"Manimenos, ye posible presonalizar o mensache de bienvenida." "Manimenos, ye posible presonalizar o mensache de bienvenida."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Mensache:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows" msgid "Use more screen for windows"
msgstr "Fer servir mas pantalla ta las finestras" msgstr "Fer servir mas pantalla ta las finestras"
@@ -206,24 +216,28 @@ msgstr ""
msgid "Places" msgid "Places"
msgstr "Puestos" msgstr "Puestos"
#: ../extensions/places-menu/placeDisplay.js:58 #: ../extensions/places-menu/placeDisplay.js:57
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "Ha fallau en lanzar «%s»" msgstr "Ha fallau en lanzar «%s»"
#: ../extensions/places-menu/placeDisplay.js:100 #: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:123 #: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer" msgid "Computer"
msgstr "Equipo" msgstr "Equipo"
#: ../extensions/places-menu/placeDisplay.js:201 #: ../extensions/places-menu/placeDisplay.js:200
msgid "Home" msgid "Home"
msgstr "Carpeta presonal" msgstr "Carpeta presonal"
#: ../extensions/places-menu/placeDisplay.js:288 #: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network" msgid "Browse Network"
msgstr "Examinar o ret" msgstr "Examinar o ret"
#: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "Cycle Screenshot Sizes"
msgstr "Mida d'os ciclos decaptura de pantalla"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/systemMonitor/extension.js:214
msgid "CPU" msgid "CPU"
msgstr "CPU" msgstr "CPU"
@@ -240,52 +254,52 @@ msgstr "Nombre d'o tema"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "O nombre d'o tema, que se carga dende /.themes/nombre/gnome-shell" msgstr "O nombre d'o tema, que se carga dende /.themes/nombre/gnome-shell"
#: ../extensions/window-list/extension.js:92 #: ../extensions/window-list/extension.js:110
msgid "Close" msgid "Close"
msgstr "Zarrar" msgstr "Zarrar"
#: ../extensions/window-list/extension.js:102 #: ../extensions/window-list/extension.js:120
msgid "Unminimize" msgid "Unminimize"
msgstr "Restaurar" msgstr "Restaurar"
#: ../extensions/window-list/extension.js:103 #: ../extensions/window-list/extension.js:121
msgid "Minimize" msgid "Minimize"
msgstr "Minimizar" msgstr "Minimizar"
#: ../extensions/window-list/extension.js:109 #: ../extensions/window-list/extension.js:127
msgid "Unmaximize" msgid "Unmaximize"
msgstr "Restaurar" msgstr "Restaurar"
#: ../extensions/window-list/extension.js:110 #: ../extensions/window-list/extension.js:128
msgid "Maximize" msgid "Maximize"
msgstr "Maximizar" msgstr "Maximizar"
#: ../extensions/window-list/extension.js:270 #: ../extensions/window-list/extension.js:304
msgid "Minimize all" msgid "Minimize all"
msgstr "Minimizar-lo tot" msgstr "Minimizar-lo tot"
#: ../extensions/window-list/extension.js:278 #: ../extensions/window-list/extension.js:312
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Restaurar-lo tot" msgstr "Restaurar-lo tot"
#: ../extensions/window-list/extension.js:286 #: ../extensions/window-list/extension.js:320
msgid "Maximize all" msgid "Maximize all"
msgstr "Maximizar-lo tot" msgstr "Maximizar-lo tot"
#: ../extensions/window-list/extension.js:295 #: ../extensions/window-list/extension.js:329
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Restaurar-lo tot" msgstr "Restaurar-lo tot"
#: ../extensions/window-list/extension.js:304 #: ../extensions/window-list/extension.js:338
msgid "Close all" msgid "Close all"
msgstr "Zarrar-lo tot" msgstr "Zarrar-lo tot"
#: ../extensions/window-list/extension.js:591 #: ../extensions/window-list/extension.js:649
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Indicador d'aria de treballo" msgstr "Indicador d'aria de treballo"
#: ../extensions/window-list/extension.js:743 #: ../extensions/window-list/extension.js:799
msgid "Window List" msgid "Window List"
msgstr "Lista de finestras" msgstr "Lista de finestras"
@@ -318,15 +332,15 @@ msgid "Always group windows"
msgstr "Agrupar siempre as finestras" msgstr "Agrupar siempre as finestras"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:" msgid "Workspace Names"
msgstr "Nombres d'as arias de treballo:" msgstr "Nombres d'as arias de treballo"
#: ../extensions/workspace-indicator/prefs.js:152 #: ../extensions/workspace-indicator/prefs.js:157
msgid "Name" msgid "Name"
msgstr "Nombre" msgstr "Nombre"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:198
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Aria de treballo %d" msgstr "Aria de treballo %d"
+339
View File
@@ -0,0 +1,339 @@
# Bulgarian translation for gnome-shell-extensions po-file.
# Copyright (C) 2014 Free Software Foundation, Inc.
# This file is distributed under the same license as the gnome-shell-extensions package.
# Ivaylo Valkov <ivaylo@e-valkov.org>, 2014.
# Alexander Shopov <ash@kambanaria.org>, 2014.
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-08 06:22+0300\n"
"PO-Revision-Date: 2014-10-08 06:22+0300\n"
"Last-Translator: Ivaylo Valkov <ivaylo@e-valkov.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "Класически GNOME"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Работната среда изглежда като класическия GNOME (2.x)"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "Класическа обвивка на GNOME"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Управление на прозорците и стартирането на програми"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Прикрепяне на модалните прозорци към родителските им прозорци"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr ""
"Този ключ при е с по-голям приоритет от „org.gnome.mutter“ при изпълнението "
"на обвивката на GNOME."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Arrangement of buttons on the titlebar"
msgstr "Подредба на бутоните на заглавната лента"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell."
msgstr ""
"Този ключ при е с по-голям приоритет от „org.gnome.desktop.wm.preferences“ "
"при изпълнението на обвивката на GNOME."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr ""
"Включване на специална подредба при приближаване на прозорец до ръбовете на "
"екрана"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
msgid "Workspaces only on primary monitor"
msgstr "Работни плотове само на основния екран"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "Забавяне на смяната на фокуса до спирането на движението на показалеца"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Само миниатюри"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Само икони на приложенията"
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Миниатюри и икони на приложенията"
#: ../extensions/alternate-tab/prefs.js:38
msgid "Present windows as"
msgstr "Показване на прозорците като"
#: ../extensions/alternate-tab/prefs.js:69
msgid "Show only windows in the current workspace"
msgstr "Да се показват само прозорците на текущия работен плот"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Показване на програмите"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Любими"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Програми"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Списък с програмите и работните плотове"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid ""
"A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number"
msgstr ""
"Списък от низове. Всеки съдържа идентификатор на програма (име на файл „."
"desktop“ file name), следван от знака „:“ и номер на работен плот"
#: ../extensions/auto-move-windows/prefs.js:60
msgid "Application"
msgstr "Програма"
#: ../extensions/auto-move-windows/prefs.js:69
#: ../extensions/auto-move-windows/prefs.js:127
msgid "Workspace"
msgstr "Работен плот"
#: ../extensions/auto-move-windows/prefs.js:85
msgid "Add Rule"
msgstr "Добавяне на правило"
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Create new matching rule"
msgstr "Създаване на правило за съвпадение"
#: ../extensions/auto-move-windows/prefs.js:111
msgid "Add"
msgstr "Добавяне"
#: ../extensions/drive-menu/extension.js:106
#, javascript-format
msgid "Ejecting drive '%s' failed:"
msgstr "Неуспешно изваждане на устройство „%s“:"
#: ../extensions/drive-menu/extension.js:123
msgid "Removable devices"
msgstr "Преносими медии"
#: ../extensions/drive-menu/extension.js:150
msgid "Open File"
msgstr "Отваряне на файл"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
msgstr "Здравей, свят!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "Друго приветстващо съобщение."
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
msgid ""
"If not empty, it contains the text that will be shown when clicking on the "
"panel."
msgstr ""
"Ако ключът не е празен, съдържанието му се извежда при натискането на панела."
#: ../extensions/example/prefs.js:30
msgid "Message"
msgstr "Съобщение"
#: ../extensions/example/prefs.js:43
msgid ""
"Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n"
"Nevertheless it's possible to customize the greeting message."
msgstr ""
"Това е пример за добре работещо разширение на обвивката на GNOME и има "
"минимална функционалност.\n"
"С него можете да промените приветстващото съобщение на панела."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Повече пространство за прозорците"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
msgid ""
"Try to use more screen for placing window thumbnails by adapting to screen "
"aspect ratio, and consolidating them further to reduce the bounding box. "
"This setting applies only with the natural placement strategy."
msgstr ""
"Използване на по-голяма част от екрана за поставянето на мини изображения "
"чрез промяна на съотношението на страните и допълнително обединяване за "
"смаляване на обхващащия ги правоъгълник. Тази настройка се прилага само при "
"естествената стратегия за поставяне на прозорците."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "Заглавия на прозорците отгоре"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
msgid ""
"If true, place window captions on top the respective thumbnail, overriding "
"shell default of placing it at the bottom. Changing this setting requires "
"restarting the shell to have any effect."
msgstr ""
"Ако е истина, заглавията на прозорците се поставят над мини изображенията "
"им, а не както е стандартно — отдолу. За прилагане на промяната на "
"настройката трябва да рестартирате обвивката на GNOME."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "Места"
#: ../extensions/places-menu/placeDisplay.js:57
#, javascript-format
msgid "Failed to launch \"%s\""
msgstr "Неуспешно стартиране на „%s“"
#: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer"
msgstr "Компютър"
#: ../extensions/places-menu/placeDisplay.js:200
msgid "Home"
msgstr "Домашна папка"
#: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network"
msgstr "Мрежа"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "Процесор"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Памет"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "Име на темата"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr ""
"Името на темата, която да бъде заредена от „~/.themes/name/gnome-shell“"
#: ../extensions/window-list/extension.js:110
msgid "Close"
msgstr "Затваряне"
#: ../extensions/window-list/extension.js:120
msgid "Unminimize"
msgstr "Деминимизиране"
#: ../extensions/window-list/extension.js:121
msgid "Minimize"
msgstr "Минимизиране"
#: ../extensions/window-list/extension.js:127
msgid "Unmaximize"
msgstr "Демаксимизиране"
#: ../extensions/window-list/extension.js:128
msgid "Maximize"
msgstr "Максимизиране"
#: ../extensions/window-list/extension.js:304
msgid "Minimize all"
msgstr "Минимизиране на всички"
#: ../extensions/window-list/extension.js:312
msgid "Unminimize all"
msgstr "Деминимизиране на всички"
#: ../extensions/window-list/extension.js:320
msgid "Maximize all"
msgstr "Максимизиране на всички"
#: ../extensions/window-list/extension.js:329
msgid "Unmaximize all"
msgstr "Демаксимизиране на всички"
#: ../extensions/window-list/extension.js:338
msgid "Close all"
msgstr "Затваряне на всички"
#: ../extensions/window-list/extension.js:649
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Индикатор на работните плотове"
#: ../extensions/window-list/extension.js:813
msgid "Window List"
msgstr "Списък на прозорците"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Кога да се групират прозорците"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"."
msgstr ""
"Кога да се групират прозорците на една програма в списъка с прозорците. "
"Възможните стойности са „never“ (никога), „auto“ (автоматично) и "
"„always“ (винаги)."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Групиране на прозорци"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Никога да не се групират"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Групиране при ограничено място"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Винаги да се групират"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace Names"
msgstr "Имена на работните плотове"
#: ../extensions/workspace-indicator/prefs.js:157
msgid "Name"
msgstr "Име"
#: ../extensions/workspace-indicator/prefs.js:198
#, javascript-format
msgid "Workspace %d"
msgstr "Работен плот %d"
+17 -13
View File
@@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2014-08-22 07:35+0000\n" "POT-Creation-Date: 2014-11-25 20:31+0000\n"
"PO-Revision-Date: 2014-08-22 11:54+0200\n" "PO-Revision-Date: 2014-11-26 09:11+0100\n"
"Last-Translator: Marek Černocký <marek@manet.cz>\n" "Last-Translator: Marek Černocký <marek@manet.cz>\n"
"Language-Team: Czech <gnome-cs-list@gnome.org>\n" "Language-Team: Czech <gnome-cs-list@gnome.org>\n"
"Language: cs\n" "Language: cs\n"
@@ -55,8 +55,8 @@ msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running " "This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell." "GNOME Shell."
msgstr "" msgstr ""
"Když běží GNOME Shell, tento klíč přepíše klíč v " "Když běží GNOME Shell, tento klíč přepíše klíč v org.gnome.desktop.wm."
"org.gnome.desktop.wm.preferences" "preferences"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
@@ -140,11 +140,11 @@ msgstr "Přidat"
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Vysunutí disku „%s“ selhalo:" msgstr "Vysunutí disku „%s“ selhalo:"
#: ../extensions/drive-menu/extension.js:123 #: ../extensions/drive-menu/extension.js:124
msgid "Removable devices" msgid "Removable devices"
msgstr "Výměnná zařízení" msgstr "Výměnná zařízení"
#: ../extensions/drive-menu/extension.js:150 #: ../extensions/drive-menu/extension.js:151
msgid "Open File" msgid "Open File"
msgstr "Otevřít soubor" msgstr "Otevřít soubor"
@@ -228,6 +228,10 @@ msgstr "Domů"
msgid "Browse Network" msgid "Browse Network"
msgstr "Procházet síť" msgstr "Procházet síť"
#: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "Cycle Screenshot Sizes"
msgstr "Mění velikost pro snímky obrazovky"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/systemMonitor/extension.js:214
msgid "CPU" msgid "CPU"
msgstr "Procesor" msgstr "Procesor"
@@ -264,32 +268,32 @@ msgstr "Zrušit maximalizaci"
msgid "Maximize" msgid "Maximize"
msgstr "Maximalizovat" msgstr "Maximalizovat"
#: ../extensions/window-list/extension.js:300 #: ../extensions/window-list/extension.js:304
msgid "Minimize all" msgid "Minimize all"
msgstr "Minimalizovat všechna" msgstr "Minimalizovat všechna"
#: ../extensions/window-list/extension.js:308 #: ../extensions/window-list/extension.js:312
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Zrušit minimalizaci všech" msgstr "Zrušit minimalizaci všech"
#: ../extensions/window-list/extension.js:316 #: ../extensions/window-list/extension.js:320
msgid "Maximize all" msgid "Maximize all"
msgstr "Maximalizovat všechna" msgstr "Maximalizovat všechna"
#: ../extensions/window-list/extension.js:325 #: ../extensions/window-list/extension.js:329
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Zrušit maximalizaci všech" msgstr "Zrušit maximalizaci všech"
#: ../extensions/window-list/extension.js:334 #: ../extensions/window-list/extension.js:338
msgid "Close all" msgid "Close all"
msgstr "Zavřít všechna" msgstr "Zavřít všechna"
#: ../extensions/window-list/extension.js:644 #: ../extensions/window-list/extension.js:649
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Ukazatel pracovní plochy" msgstr "Ukazatel pracovní plochy"
#: ../extensions/window-list/extension.js:798 #: ../extensions/window-list/extension.js:799
msgid "Window List" msgid "Window List"
msgstr "Seznam oken" msgstr "Seznam oken"
+13 -14
View File
@@ -11,8 +11,8 @@ msgstr ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2014-06-11 07:32+0000\n" "POT-Creation-Date: 2014-10-14 19:43+0000\n"
"PO-Revision-Date: 2014-10-20 12:41+0200\n" "PO-Revision-Date: 2014-10-20 12:41+0200\n"
"Last-Translator: Daniel Mustieles <daniel.mustieles@gmail.com>\n" "Last-Translator: Daniel Mustieles <daniel.mustieles@gmail.com>\n"
"Language-Team: Español; Castellano <gnome-es-list@gnome.org>\n" "Language-Team: Español; Castellano <gnome-es-list@gnome.org>\n"
@@ -54,8 +54,6 @@ msgid "Arrangement of buttons on the titlebar"
msgid "Arrangement of buttons on the titlebar" msgid "Arrangement of buttons on the titlebar"
msgstr "Ordenación de los botones en la barra de título" msgstr "Ordenación de los botones en la barra de título"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid ""
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "" msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running " "This key overrides the key in org.gnome.desktop.wm.preferences when running "
@@ -132,7 +130,6 @@ msgid "Workspace"
msgid "Workspace" msgid "Workspace"
msgstr "Área de trabajo" msgstr "Área de trabajo"
#: ../extensions/auto-move-windows/prefs.js:85
#: ../extensions/auto-move-windows/prefs.js:85 #: ../extensions/auto-move-windows/prefs.js:85
msgid "Add Rule" msgid "Add Rule"
msgstr "Añadir regla" msgstr "Añadir regla"
@@ -174,7 +171,6 @@ msgstr ""
"Si no está vacío, contiene el texto que se desplegará al pulsar sobre el " "Si no está vacío, contiene el texto que se desplegará al pulsar sobre el "
"panel." "panel."
#: ../extensions/example/prefs.js:30
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "Message" msgid "Message"
msgstr "Mensaje" msgstr "Mensaje"
@@ -241,6 +237,10 @@ msgstr "Carpeta personal"
#: ../extensions/places-menu/placeDisplay.js:287 #: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network" msgid "Browse Network"
msgstr "Examinar la red" msgstr "Examinar la red"
#: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "Cycle Screenshot Sizes"
msgstr "Tamaños de capturas de pantalla cíclicos"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/systemMonitor/extension.js:214
msgid "CPU" msgid "CPU"
@@ -277,32 +277,32 @@ msgstr "Desmaximizar"
#: ../extensions/window-list/extension.js:128 #: ../extensions/window-list/extension.js:128
msgid "Maximize" msgid "Maximize"
msgstr "Maximizar" msgstr "Maximizar"
#: ../extensions/window-list/extension.js:304 #: ../extensions/window-list/extension.js:304
msgid "Minimize all" msgid "Minimize all"
msgstr "Minimizar todo" msgstr "Minimizar todo"
#: ../extensions/window-list/extension.js:312 #: ../extensions/window-list/extension.js:312
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Desminimizar todo" msgstr "Desminimizar todo"
#: ../extensions/window-list/extension.js:320 #: ../extensions/window-list/extension.js:320
msgid "Maximize all" msgid "Maximize all"
msgstr "Maximizar todo" msgstr "Maximizar todo"
#: ../extensions/window-list/extension.js:329 #: ../extensions/window-list/extension.js:329
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Desmaximizar todo" msgstr "Desmaximizar todo"
#: ../extensions/window-list/extension.js:338 #: ../extensions/window-list/extension.js:338
msgid "Close all" msgid "Close all"
msgstr "Cerrar todo" msgstr "Cerrar todo"
#: ../extensions/window-list/extension.js:649 #: ../extensions/window-list/extension.js:649
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Indicador de área de trabajo" msgstr "Indicador de área de trabajo"
#: ../extensions/window-list/extension.js:799 #: ../extensions/window-list/extension.js:799
msgid "Window List" msgid "Window List"
msgstr "Lista de ventanas" msgstr "Lista de ventanas"
@@ -335,7 +335,6 @@ msgid "Always group windows"
msgid "Always group windows" msgid "Always group windows"
msgstr "Siempre agrupar las ventanas" msgstr "Siempre agrupar las ventanas"
#: ../extensions/workspace-indicator/prefs.js:141
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace Names" msgid "Workspace Names"
msgstr "Nombres de los áreas de trabajo" msgstr "Nombres de los áreas de trabajo"
+16 -10
View File
@@ -8,9 +8,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions\n" "Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-05-30 09:05+0300\n" "POT-Creation-Date: 2014-11-04 18:45+0200\n"
"PO-Revision-Date: 2014-05-30 09:06+0300\n" "PO-Revision-Date: 2014-11-04 18:45+0200\n"
"Last-Translator: Yosef Or Boczko <yoseforb@gnome.org>\n" "Last-Translator: Yosef Or Boczko <yoseforb@gmail.com>\n"
"Language-Team: עברית <>\n" "Language-Team: עברית <>\n"
"Language: he\n" "Language: he\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -169,6 +169,8 @@ msgstr ""
msgid "Message" msgid "Message"
msgstr "הודעה" msgstr "הודעה"
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:43 #: ../extensions/example/prefs.js:43
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -230,6 +232,10 @@ msgstr "בית"
msgid "Browse Network" msgid "Browse Network"
msgstr "עיון ברשת" msgstr "עיון ברשת"
#: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "Cycle Screenshot Sizes"
msgstr "Cycle Screenshot Sizes"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/systemMonitor/extension.js:214
msgid "CPU" msgid "CPU"
msgstr "מעבד" msgstr "מעבד"
@@ -266,32 +272,32 @@ msgstr "ביטול ההגדלה"
msgid "Maximize" msgid "Maximize"
msgstr "הגדלה" msgstr "הגדלה"
#: ../extensions/window-list/extension.js:300 #: ../extensions/window-list/extension.js:304
msgid "Minimize all" msgid "Minimize all"
msgstr "מזעור הכל" msgstr "מזעור הכל"
#: ../extensions/window-list/extension.js:308 #: ../extensions/window-list/extension.js:312
msgid "Unminimize all" msgid "Unminimize all"
msgstr "ביטול מזעור הכל" msgstr "ביטול מזעור הכל"
#: ../extensions/window-list/extension.js:316 #: ../extensions/window-list/extension.js:320
msgid "Maximize all" msgid "Maximize all"
msgstr "הגדלת הכל" msgstr "הגדלת הכל"
#: ../extensions/window-list/extension.js:325 #: ../extensions/window-list/extension.js:329
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "ביטול הגדלת הכל" msgstr "ביטול הגדלת הכל"
#: ../extensions/window-list/extension.js:334 #: ../extensions/window-list/extension.js:338
msgid "Close all" msgid "Close all"
msgstr "סגירת הכל" msgstr "סגירת הכל"
#: ../extensions/window-list/extension.js:644 #: ../extensions/window-list/extension.js:649
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "מחוון מרחבי עבודה" msgstr "מחוון מרחבי עבודה"
#: ../extensions/window-list/extension.js:798 #: ../extensions/window-list/extension.js:799
msgid "Window List" msgid "Window List"
msgstr "רשימת חלונות" msgstr "רשימת חלונות"
+63 -52
View File
@@ -1,24 +1,25 @@
# Italian translations for GNOME Shell extensions # Italian translations for GNOME Shell extensions
# Copyright (C) 2011 Giovanni Campagna et al. # Copyright (C) 2011 Giovanni Campagna et al.
# Copyright (C) 2012, 2013 The Free Software Foundation, Inc. # Copyright (C) 2012, 2013, 2014 The Free Software Foundation, Inc.
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# Giovanni Campagna <scampa.giovanni@gmail.com>, 2011 # Giovanni Campagna <scampa.giovanni@gmail.com>, 2011
# Milo Casagrande <milo@ubuntu.com>, 2013. # Milo Casagrande <milo@milo.name>, 2013, 2014.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions\n" "Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"POT-Creation-Date: 2013-09-23 12:25+0200\n" "shell&keywords=I18N+L10N&component=extensions\n"
"PO-Revision-Date: 2013-09-23 12:25+0200\n" "POT-Creation-Date: 2014-10-05 07:43+0000\n"
"Last-Translator: Milo Casagrande <milo@ubuntu.com>\n" "PO-Revision-Date: 2014-10-05 15:19+0100\n"
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
"Language-Team: Italian <tp@lists.linux.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n"
"Language: it\n" "Language: it\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n"
"X-Generator: Gtranslator 2.91.6\n" "X-Generator: Poedit 1.6.9\n"
#: ../data/gnome-classic.desktop.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1 #: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -49,16 +50,28 @@ msgstr ""
"GNOME Shell." "GNOME Shell."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Arrangement of buttons on the titlebar"
msgstr "Disposizione dei pulsanti nella barra del titolo"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell."
msgstr ""
"Questa chiave scavalca quella in org.gnome.desktop.wm.preferences quando è "
"in esecuzione GNOME Shell."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "" msgstr ""
"Abilita la tassellatura sul bordo quando le finestre vengono rilasciate ai " "Abilita la tassellatura sul bordo quando le finestre vengono rilasciate ai "
"bordi dello schermo" "bordi dello schermo"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Spazi di lavoro solo sul monitor principale" msgstr "Spazi di lavoro solo sul monitor principale"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
msgid "Delay focus changes in mouse mode until the pointer stops moving" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "" msgstr ""
"Ritarda il cambio del focus nella modalità mouse finché il puntantore non si " "Ritarda il cambio del focus nella modalità mouse finché il puntantore non si "
@@ -77,11 +90,11 @@ msgid "Thumbnail and application icon"
msgstr "La miniatura e l'icona dell'applicazione" msgstr "La miniatura e l'icona dell'applicazione"
# ndt: con invece che come, perchè altrimenti l'articolo sta male # ndt: con invece che come, perchè altrimenti l'articolo sta male
#: ../extensions/alternate-tab/prefs.js:37 #: ../extensions/alternate-tab/prefs.js:38
msgid "Present windows as" msgid "Present windows as"
msgstr "Mostra le finestre con" msgstr "Mostra le finestre con"
#: ../extensions/alternate-tab/prefs.js:62 #: ../extensions/alternate-tab/prefs.js:69
msgid "Show only windows in the current workspace" msgid "Show only windows in the current workspace"
msgstr "Mostra solo le finestre dello spazio di lavoro corrente" msgstr "Mostra solo le finestre dello spazio di lavoro corrente"
@@ -109,37 +122,37 @@ msgstr ""
"Un elenco di stringhe, ognuna contenente l'ID di un'applicazione (nome del " "Un elenco di stringhe, ognuna contenente l'ID di un'applicazione (nome del "
"file .desktop) seguito da due punti e il numero dello spazio di lavoro" "file .desktop) seguito da due punti e il numero dello spazio di lavoro"
#: ../extensions/auto-move-windows/prefs.js:55 #: ../extensions/auto-move-windows/prefs.js:60
msgid "Application" msgid "Application"
msgstr "Applicazione" msgstr "Applicazione"
#: ../extensions/auto-move-windows/prefs.js:64 #: ../extensions/auto-move-windows/prefs.js:69
#: ../extensions/auto-move-windows/prefs.js:106 #: ../extensions/auto-move-windows/prefs.js:127
msgid "Workspace" msgid "Workspace"
msgstr "Spazio di lavoro" msgstr "Spazio di lavoro"
#: ../extensions/auto-move-windows/prefs.js:80 #: ../extensions/auto-move-windows/prefs.js:85
msgid "Add rule" msgid "Add Rule"
msgstr "Aggiungi regola" msgstr "Aggiungi regola"
#: ../extensions/auto-move-windows/prefs.js:94 #: ../extensions/auto-move-windows/prefs.js:106
msgid "Create new matching rule" msgid "Create new matching rule"
msgstr "Crea una nuova regola di corrispondenza" msgstr "Crea una nuova regola di corrispondenza"
#: ../extensions/auto-move-windows/prefs.js:98 #: ../extensions/auto-move-windows/prefs.js:111
msgid "Add" msgid "Add"
msgstr "Aggiungi" msgstr "Aggiungi"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:106
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Espulsione dell'unità «%s» non riuscita:" msgstr "Espulsione dell'unità «%s» non riuscita:"
#: ../extensions/drive-menu/extension.js:90 #: ../extensions/drive-menu/extension.js:123
msgid "Removable devices" msgid "Removable devices"
msgstr "Dispositivi rimovibili" msgstr "Dispositivi rimovibili"
#: ../extensions/drive-menu/extension.js:117 #: ../extensions/drive-menu/extension.js:150
msgid "Open File" msgid "Open File"
msgstr "Apri file" msgstr "Apri file"
@@ -159,9 +172,11 @@ msgstr ""
"Se non vuoto, contiene il testo che verrà mostrato cliccando sulla barra " "Se non vuoto, contiene il testo che verrà mostrato cliccando sulla barra "
"superiore." "superiore."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "Message"
msgstr "Messaggio"
#: ../extensions/example/prefs.js:43
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n" "as such it has little functionality on its own.\n"
@@ -171,10 +186,6 @@ msgstr ""
"comporti bene e come tale non ha molte funzioni vere e proprie.\n" "comporti bene e come tale non ha molte funzioni vere e proprie.\n"
"In ogni caso è possibile personalizzare il messaggio di benvenuto." "In ogni caso è possibile personalizzare il messaggio di benvenuto."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Messaggio:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows" msgid "Use more screen for windows"
msgstr "Usa più spazio per le finestre" msgstr "Usa più spazio per le finestre"
@@ -209,21 +220,21 @@ msgstr ""
msgid "Places" msgid "Places"
msgstr "Posizioni" msgstr "Posizioni"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:57
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "Avvio di «%s» non riuscito" msgstr "Avvio di «%s» non riuscito"
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer" msgid "Computer"
msgstr "Computer" msgstr "Computer"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:200
msgid "Home" msgid "Home"
msgstr "Home" msgstr "Home"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network" msgid "Browse Network"
msgstr "Esplora rete" msgstr "Esplora rete"
@@ -243,52 +254,52 @@ msgstr "Nome del tema"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Il nome del tema, da caricare da ~/.themes/nome/gnome-shell" msgstr "Il nome del tema, da caricare da ~/.themes/nome/gnome-shell"
#: ../extensions/window-list/extension.js:92 #: ../extensions/window-list/extension.js:110
msgid "Close" msgid "Close"
msgstr "Chiudi" msgstr "Chiudi"
#: ../extensions/window-list/extension.js:102 #: ../extensions/window-list/extension.js:120
msgid "Unminimize" msgid "Unminimize"
msgstr "Deminimizza" msgstr "Deminimizza"
#: ../extensions/window-list/extension.js:103 #: ../extensions/window-list/extension.js:121
msgid "Minimize" msgid "Minimize"
msgstr "Minimizza" msgstr "Minimizza"
#: ../extensions/window-list/extension.js:109 #: ../extensions/window-list/extension.js:127
msgid "Unmaximize" msgid "Unmaximize"
msgstr "Demassimizza" msgstr "Demassimizza"
#: ../extensions/window-list/extension.js:110 #: ../extensions/window-list/extension.js:128
msgid "Maximize" msgid "Maximize"
msgstr "Massimizza" msgstr "Massimizza"
#: ../extensions/window-list/extension.js:270 #: ../extensions/window-list/extension.js:300
msgid "Minimize all" msgid "Minimize all"
msgstr "Minimizza tutto" msgstr "Minimizza tutto"
#: ../extensions/window-list/extension.js:278 #: ../extensions/window-list/extension.js:308
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Deminimizza tutto" msgstr "Deminimizza tutto"
#: ../extensions/window-list/extension.js:286 #: ../extensions/window-list/extension.js:316
msgid "Maximize all" msgid "Maximize all"
msgstr "Massimizza tutto" msgstr "Massimizza tutto"
#: ../extensions/window-list/extension.js:295 #: ../extensions/window-list/extension.js:325
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Demassimizza tutto" msgstr "Demassimizza tutto"
#: ../extensions/window-list/extension.js:304 #: ../extensions/window-list/extension.js:334
msgid "Close all" msgid "Close all"
msgstr "Chiudi tutto" msgstr "Chiudi tutto"
#: ../extensions/window-list/extension.js:591 #: ../extensions/window-list/extension.js:644
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Indicatore spazi di lavoro" msgstr "Indicatore spazi di lavoro"
#: ../extensions/window-list/extension.js:743 #: ../extensions/window-list/extension.js:808
msgid "Window List" msgid "Window List"
msgstr "Elenco finestre" msgstr "Elenco finestre"
@@ -321,14 +332,14 @@ msgid "Always group windows"
msgstr "Raggruppare sempre le finestre" msgstr "Raggruppare sempre le finestre"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:" msgid "Workspace Names"
msgstr "Nomi degli spazi di lavoro:" msgstr "Nomi degli spazi di lavoro"
#: ../extensions/workspace-indicator/prefs.js:152 #: ../extensions/workspace-indicator/prefs.js:157
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:198
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Spazio di lavoro %d" msgstr "Spazio di lavoro %d"
+62 -47
View File
@@ -3,14 +3,14 @@
# #
# #
# Rūdofls Mazurs <rudolfs.mazurs@gmail.com>, 2011, 2012. # Rūdofls Mazurs <rudolfs.mazurs@gmail.com>, 2011, 2012.
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2012, 2013. # Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2012, 2013, 2014.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-09-23 10:19+0000\n" "POT-Creation-Date: 2014-09-28 07:44+0000\n"
"PO-Revision-Date: 2013-09-26 23:31+0300\n" "PO-Revision-Date: 2014-09-28 16:38+0300\n"
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n" "Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian <lata-l10n@googlegroups.com>\n" "Language-Team: Latvian <lata-l10n@googlegroups.com>\n"
"Language: lv\n" "Language: lv\n"
@@ -48,14 +48,28 @@ msgid ""
msgstr "Šī atslēga pārraksta org.gnome.mutter atslēgu, darbinot GNOME čaulu." msgstr "Šī atslēga pārraksta org.gnome.mutter atslēgu, darbinot GNOME čaulu."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Arrangement of buttons on the titlebar"
msgstr "Pogu izkārtojums virsraksta joslā"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid ""
#| "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell."
msgstr ""
"Šī atslēga pārraksta org.gnome.desktop.wm.preferences atslēgu, darbinot "
"GNOME čaulu."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Aktivēt logu sānisko izklāšanu, kad to nomet uz ekrāna malas" msgstr "Aktivēt logu sānisko izklāšanu, kad to nomet uz ekrāna malas"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Darbvietas tikai uz galvenā monitora" msgstr "Darbvietas tikai uz galvenā monitora"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
msgid "Delay focus changes in mouse mode until the pointer stops moving" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "Peles režīmā aizkavēt fokusa izmaiņas, līdz rādītājs pārstāj kustēties" msgstr "Peles režīmā aizkavēt fokusa izmaiņas, līdz rādītājs pārstāj kustēties"
@@ -71,11 +85,11 @@ msgstr "Tikai lietotnes ikonas"
msgid "Thumbnail and application icon" msgid "Thumbnail and application icon"
msgstr "Sīktēli un lietotņu ikonas" msgstr "Sīktēli un lietotņu ikonas"
#: ../extensions/alternate-tab/prefs.js:37 #: ../extensions/alternate-tab/prefs.js:38
msgid "Present windows as" msgid "Present windows as"
msgstr "Rādīt logus kā" msgstr "Rādīt logus kā"
#: ../extensions/alternate-tab/prefs.js:62 #: ../extensions/alternate-tab/prefs.js:69
msgid "Show only windows in the current workspace" msgid "Show only windows in the current workspace"
msgstr "Rādīt tikai logus, kas ir pašreizējā darbvietā" msgstr "Rādīt tikai logus, kas ir pašreizējā darbvietā"
@@ -103,37 +117,38 @@ msgstr ""
"Saraksts ar virknēm, kas katra satur lietotnes id (darbvirsmas datnes " "Saraksts ar virknēm, kas katra satur lietotnes id (darbvirsmas datnes "
"nosaukums), kam seko kols un darbvietas numurs" "nosaukums), kam seko kols un darbvietas numurs"
#: ../extensions/auto-move-windows/prefs.js:55 #: ../extensions/auto-move-windows/prefs.js:60
msgid "Application" msgid "Application"
msgstr "Lietotne" msgstr "Lietotne"
#: ../extensions/auto-move-windows/prefs.js:64 #: ../extensions/auto-move-windows/prefs.js:69
#: ../extensions/auto-move-windows/prefs.js:106 #: ../extensions/auto-move-windows/prefs.js:127
msgid "Workspace" msgid "Workspace"
msgstr "Darbvieta" msgstr "Darbvieta"
#: ../extensions/auto-move-windows/prefs.js:80 #: ../extensions/auto-move-windows/prefs.js:85
msgid "Add rule" #| msgid "Add rule"
msgid "Add Rule"
msgstr "Pievienot kārtulu" msgstr "Pievienot kārtulu"
#: ../extensions/auto-move-windows/prefs.js:94 #: ../extensions/auto-move-windows/prefs.js:106
msgid "Create new matching rule" msgid "Create new matching rule"
msgstr "Izveidot jaunu atbilstošu kārtulu" msgstr "Izveidot jaunu atbilstošu kārtulu"
#: ../extensions/auto-move-windows/prefs.js:98 #: ../extensions/auto-move-windows/prefs.js:111
msgid "Add" msgid "Add"
msgstr "Pievienot" msgstr "Pievienot"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:106
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Neizdevās izgrūst dzini “%s”:" msgstr "Neizdevās izgrūst dzini “%s”:"
#: ../extensions/drive-menu/extension.js:90 #: ../extensions/drive-menu/extension.js:123
msgid "Removable devices" msgid "Removable devices"
msgstr "Izņemamās ierīces" msgstr "Izņemamās ierīces"
#: ../extensions/drive-menu/extension.js:117 #: ../extensions/drive-menu/extension.js:150
msgid "Open File" msgid "Open File"
msgstr "Atvērt datni" msgstr "Atvērt datni"
@@ -153,9 +168,12 @@ msgstr ""
"Ja nav tukšs, tas satur tekstu, kas tiks rādīts, kas tiek klikšķināts uz " "Ja nav tukšs, tas satur tekstu, kas tiks rādīts, kas tiek klikšķināts uz "
"paneļa." "paneļa."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
#| msgid "Message:"
msgid "Message"
msgstr "Ziņojums"
#: ../extensions/example/prefs.js:43
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n" "as such it has little functionality on its own.\n"
@@ -165,10 +183,6 @@ msgstr ""
"čaulai un kā tādam tam pašam par sevi nav lielas jēgas.\n" "čaulai un kā tādam tam pašam par sevi nav lielas jēgas.\n"
"Tomēr, tam var pielāgot sveiciena ziņojumu." "Tomēr, tam var pielāgot sveiciena ziņojumu."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Ziņojums:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows" msgid "Use more screen for windows"
msgstr "Lietot vairāk ekrānu logiem" msgstr "Lietot vairāk ekrānu logiem"
@@ -203,21 +217,21 @@ msgstr ""
msgid "Places" msgid "Places"
msgstr "Vietas" msgstr "Vietas"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:57
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "Neizdevās palaist “%s”" msgstr "Neizdevās palaist “%s”"
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer" msgid "Computer"
msgstr "Dators" msgstr "Dators"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:200
msgid "Home" msgid "Home"
msgstr "Mājas" msgstr "Mājas"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network" msgid "Browse Network"
msgstr "Pārlūkot tīklu" msgstr "Pārlūkot tīklu"
@@ -237,52 +251,52 @@ msgstr "Motīva nosaukums"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Motīva nosaukums, ko ielādēt no ~/.themes/name/gnome-shell" msgstr "Motīva nosaukums, ko ielādēt no ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92 #: ../extensions/window-list/extension.js:110
msgid "Close" msgid "Close"
msgstr "Aizvērt" msgstr "Aizvērt"
#: ../extensions/window-list/extension.js:102 #: ../extensions/window-list/extension.js:120
msgid "Unminimize" msgid "Unminimize"
msgstr "Atminimizēt" msgstr "Atminimizēt"
#: ../extensions/window-list/extension.js:103 #: ../extensions/window-list/extension.js:121
msgid "Minimize" msgid "Minimize"
msgstr "Minimizēt" msgstr "Minimizēt"
#: ../extensions/window-list/extension.js:109 #: ../extensions/window-list/extension.js:127
msgid "Unmaximize" msgid "Unmaximize"
msgstr "Atjaunot" msgstr "Atjaunot"
#: ../extensions/window-list/extension.js:110 #: ../extensions/window-list/extension.js:128
msgid "Maximize" msgid "Maximize"
msgstr "Maksimizēt" msgstr "Maksimizēt"
#: ../extensions/window-list/extension.js:270 #: ../extensions/window-list/extension.js:300
msgid "Minimize all" msgid "Minimize all"
msgstr "Minimizēt visus" msgstr "Minimizēt visus"
#: ../extensions/window-list/extension.js:278 #: ../extensions/window-list/extension.js:308
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Atminimizēt visus" msgstr "Atminimizēt visus"
#: ../extensions/window-list/extension.js:286 #: ../extensions/window-list/extension.js:316
msgid "Maximize all" msgid "Maximize all"
msgstr "Maksimizēt visus" msgstr "Maksimizēt visus"
#: ../extensions/window-list/extension.js:295 #: ../extensions/window-list/extension.js:325
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Atmaksimizēt visus" msgstr "Atmaksimizēt visus"
#: ../extensions/window-list/extension.js:304 #: ../extensions/window-list/extension.js:334
msgid "Close all" msgid "Close all"
msgstr "Aizvērt visu" msgstr "Aizvērt visu"
#: ../extensions/window-list/extension.js:591 #: ../extensions/window-list/extension.js:644
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Darbvietu indikators" msgstr "Darbvietu indikators"
#: ../extensions/window-list/extension.js:743 #: ../extensions/window-list/extension.js:808
msgid "Window List" msgid "Window List"
msgstr "Logu saraksts" msgstr "Logu saraksts"
@@ -315,15 +329,16 @@ msgid "Always group windows"
msgstr "Vienmēr grupēt logus" msgstr "Vienmēr grupēt logus"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:" #| msgid "Workspace names:"
msgstr "Darbvietu nosaukumi:" msgid "Workspace Names"
msgstr "Darbvietu nosaukumi"
#: ../extensions/workspace-indicator/prefs.js:152 #: ../extensions/workspace-indicator/prefs.js:157
msgid "Name" msgid "Name"
msgstr "Nosaukums" msgstr "Nosaukums"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:198
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Darbvieta %d" msgstr "Darbvieta %d"
+20 -12
View File
@@ -1,14 +1,14 @@
# Norwegian bokmål translation of gnome-shell-extensions. # Norwegian bokmål translation of gnome-shell-extensions.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# Kjartan Maraas <kmaraas@gnome.org>, 2011-2013. # Kjartan Maraas <kmaraas@gnome.org>, 2011-2014.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions\n" "Project-Id-Version: gnome-shell-extensions 3.15.x\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-03 19:57+0200\n" "POT-Creation-Date: 2014-10-22 20:31+0200\n"
"PO-Revision-Date: 2014-06-03 19:57+0200\n" "PO-Revision-Date: 2014-10-22 20:31+0200\n"
"Last-Translator: Åka Sikrom <a4@hush.com>\n" "Last-Translator: Åka Sikrom <a4@hush.com>\n"
"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n" "Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
"Language: Norwegian bokmål\n" "Language: Norwegian bokmål\n"
@@ -52,7 +52,9 @@ msgstr "Plassering av knapper på tittellinjen"
msgid "" msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running " "This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell." "GNOME Shell."
msgstr "Denne nøkkelen overstyrer nøkkelen i org.gnome.desktop.wm.preferences når GNOME Shell kjører." msgstr ""
"Denne nøkkelen overstyrer nøkkelen i org.gnome.desktop.wm.preferences når "
"GNOME Shell kjører."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
@@ -165,6 +167,8 @@ msgstr ""
msgid "Message" msgid "Message"
msgstr "Melding" msgstr "Melding"
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:43 #: ../extensions/example/prefs.js:43
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -229,6 +233,10 @@ msgstr "Hjem"
msgid "Browse Network" msgid "Browse Network"
msgstr "Bla gjennom nettverk" msgstr "Bla gjennom nettverk"
#: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "Cycle Screenshot Sizes"
msgstr "Bla gjennom størrelser på skjermdump"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/systemMonitor/extension.js:214
msgid "CPU" msgid "CPU"
msgstr "CPU" msgstr "CPU"
@@ -265,32 +273,32 @@ msgstr "Gjenopprett"
msgid "Maximize" msgid "Maximize"
msgstr "Maksimer" msgstr "Maksimer"
#: ../extensions/window-list/extension.js:300 #: ../extensions/window-list/extension.js:304
msgid "Minimize all" msgid "Minimize all"
msgstr "Minimer alle" msgstr "Minimer alle"
#: ../extensions/window-list/extension.js:308 #: ../extensions/window-list/extension.js:312
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Gjenopprett alle" msgstr "Gjenopprett alle"
#: ../extensions/window-list/extension.js:316 #: ../extensions/window-list/extension.js:320
msgid "Maximize all" msgid "Maximize all"
msgstr "Maksimer alle" msgstr "Maksimer alle"
#: ../extensions/window-list/extension.js:325 #: ../extensions/window-list/extension.js:329
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Gjenopprett alle" msgstr "Gjenopprett alle"
#: ../extensions/window-list/extension.js:334 #: ../extensions/window-list/extension.js:338
msgid "Close all" msgid "Close all"
msgstr "Lukk alle" msgstr "Lukk alle"
#: ../extensions/window-list/extension.js:644 #: ../extensions/window-list/extension.js:649
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Arbeidsområdeindikator" msgstr "Arbeidsområdeindikator"
#: ../extensions/window-list/extension.js:798 #: ../extensions/window-list/extension.js:799
msgid "Window List" msgid "Window List"
msgstr "Vinduliste" msgstr "Vinduliste"
+65 -52
View File
@@ -1,23 +1,26 @@
# gnome-shell-extensions' Portuguese translation. # gnome-shell-extensions' Portuguese translation.
# Copyright © 2011 gnome-shell-extensions # Copyright © 2011 gnome-shell-extensions
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# Duarte Loreto <happyguy_pt@hotmail.com>, 2011. # Duarte Loreto <happyguy_pt@hotmail.com>, 2011, 2014.
# Fernando Carvalho <phaetonkde@gmail.com>, 2013. # Fernando Carvalho <phaetonkde@gmail.com>, 2013.
# António Lima <amrlima@gmail.com>, 2013. # António Lima <amrlima@gmail.com>, 2013.
# Pedro Albuquerque <palbuquerque73@gmail.com>, 2014.
#
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.10\n" "Project-Id-Version: 3.14\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"POT-Creation-Date: 2013-10-13 12:24+0100\n" "shell&keywords=I18N+L10N&component=extensions\n"
"PO-Revision-Date: 2013-10-12 20:42+0000\n" "POT-Creation-Date: 2014-10-02 07:45+0000\n"
"Last-Translator: António Lima <amrlima@gmail.com>\n" "PO-Revision-Date: 2014-10-02 11:06+0100\n"
"Last-Translator: Pedro Albuquerque <palbuquerque73@gmail.com>\n"
"Language-Team: gnome_pt@yahoogroups.com\n" "Language-Team: gnome_pt@yahoogroups.com\n"
"Language: pt\n" "Language: pt\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Virtaal 0.7.1\n" "X-Generator: Poedit 1.5.4\n"
"X-Project-Style: gnome\n" "X-Project-Style: gnome\n"
#: ../data/gnome-classic.desktop.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
@@ -48,14 +51,26 @@ msgstr ""
"Esta chave substitui a chave na org.gnome.mutter ao executar a Consola GNOME." "Esta chave substitui a chave na org.gnome.mutter ao executar a Consola GNOME."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Arrangement of buttons on the titlebar"
msgstr "Disposição dos botões na barra de título"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell."
msgstr ""
"Esta chave substitui a chave na org.gnome.desktop.wm.preferences ao executar "
"a Shell do GNOME."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Ativar a margem dos mosaicos ao largar janelas nos limites do ecrã" msgstr "Ativar a margem dos mosaicos ao largar janelas nos limites do ecrã"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Áreas de trabalho apenas para monitor principal" msgstr "Áreas de trabalho apenas para monitor principal"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
msgid "Delay focus changes in mouse mode until the pointer stops moving" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "" msgstr ""
"Atrasar alterações de foco nos modos de rato até que o ponteiro pare de mover" "Atrasar alterações de foco nos modos de rato até que o ponteiro pare de mover"
@@ -72,11 +87,11 @@ msgstr "Apenas ícone da aplicação"
msgid "Thumbnail and application icon" msgid "Thumbnail and application icon"
msgstr "Miniatura e ícone de aplicação" msgstr "Miniatura e ícone de aplicação"
#: ../extensions/alternate-tab/prefs.js:37 #: ../extensions/alternate-tab/prefs.js:38
msgid "Present windows as" msgid "Present windows as"
msgstr "Apresentar janelas como" msgstr "Apresentar janelas como"
#: ../extensions/alternate-tab/prefs.js:62 #: ../extensions/alternate-tab/prefs.js:69
msgid "Show only windows in the current workspace" msgid "Show only windows in the current workspace"
msgstr "Apresentar apenas janelas na área de trabalho atual" msgstr "Apresentar apenas janelas na área de trabalho atual"
@@ -104,37 +119,37 @@ msgstr ""
"Uma lista de expressões, cada uma contendo o id de uma aplicação (nome do " "Uma lista de expressões, cada uma contendo o id de uma aplicação (nome do "
"ficheiro desktop), seguido de dois pontos e o número da área de trabalho" "ficheiro desktop), seguido de dois pontos e o número da área de trabalho"
#: ../extensions/auto-move-windows/prefs.js:55 #: ../extensions/auto-move-windows/prefs.js:60
msgid "Application" msgid "Application"
msgstr "Aplicação" msgstr "Aplicação"
#: ../extensions/auto-move-windows/prefs.js:64 #: ../extensions/auto-move-windows/prefs.js:69
#: ../extensions/auto-move-windows/prefs.js:106 #: ../extensions/auto-move-windows/prefs.js:127
msgid "Workspace" msgid "Workspace"
msgstr "Área de Trabalho" msgstr "Área de Trabalho"
#: ../extensions/auto-move-windows/prefs.js:80 #: ../extensions/auto-move-windows/prefs.js:85
msgid "Add rule" msgid "Add Rule"
msgstr "Adicionar regra" msgstr "Adicionar Regra"
#: ../extensions/auto-move-windows/prefs.js:94 #: ../extensions/auto-move-windows/prefs.js:106
msgid "Create new matching rule" msgid "Create new matching rule"
msgstr "Criar uma nova regra de correspondência" msgstr "Criar uma nova regra de correspondência"
#: ../extensions/auto-move-windows/prefs.js:98 #: ../extensions/auto-move-windows/prefs.js:111
msgid "Add" msgid "Add"
msgstr "Adicionar" msgstr "Adicionar"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:106
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Falha ao ejetar a unidade '%s':" msgstr "Falha ao ejetar a unidade '%s':"
#: ../extensions/drive-menu/extension.js:90 #: ../extensions/drive-menu/extension.js:123
msgid "Removable devices" msgid "Removable devices"
msgstr "Dispositivos removíveis" msgstr "Dispositivos removíveis"
#: ../extensions/drive-menu/extension.js:117 #: ../extensions/drive-menu/extension.js:150
msgid "Open File" msgid "Open File"
msgstr "Abrir Ficheiro" msgstr "Abrir Ficheiro"
@@ -154,9 +169,11 @@ msgstr ""
"Se não estiver vazio, contém o texto que será apresentado ao se clicar no " "Se não estiver vazio, contém o texto que será apresentado ao se clicar no "
"painel." "painel."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "Message"
msgstr "Mensagem"
#: ../extensions/example/prefs.js:43
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n" "as such it has little functionality on its own.\n"
@@ -166,10 +183,6 @@ msgstr ""
"para a Consola e, como tal, tem uma funcionalidade reduzida.\n" "para a Consola e, como tal, tem uma funcionalidade reduzida.\n"
"No entanto, é possível personalizar a mensagem de saudação." "No entanto, é possível personalizar a mensagem de saudação."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Mensagem:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows" msgid "Use more screen for windows"
msgstr "Utilizar mais ecrã para as janelas" msgstr "Utilizar mais ecrã para as janelas"
@@ -204,21 +217,21 @@ msgstr ""
msgid "Places" msgid "Places"
msgstr "Locais" msgstr "Locais"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:57
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "Falha ao iniciar \"%s\"" msgstr "Falha ao iniciar \"%s\""
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer" msgid "Computer"
msgstr "Computador" msgstr "Computador"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:200
msgid "Home" msgid "Home"
msgstr "Página Inicial" msgstr "Página Inicial"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network" msgid "Browse Network"
msgstr "Explorar a Rede" msgstr "Explorar a Rede"
@@ -238,52 +251,52 @@ msgstr "Nome do tema"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "O nome do tema, a ser lido de ~/.themes/name/gnome-shell" msgstr "O nome do tema, a ser lido de ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92 #: ../extensions/window-list/extension.js:110
msgid "Close" msgid "Close"
msgstr "Fechar" msgstr "Fechar"
#: ../extensions/window-list/extension.js:102 #: ../extensions/window-list/extension.js:120
msgid "Unminimize" msgid "Unminimize"
msgstr "Desminimizar" msgstr "Desminimizar"
#: ../extensions/window-list/extension.js:103 #: ../extensions/window-list/extension.js:121
msgid "Minimize" msgid "Minimize"
msgstr "Minimizar" msgstr "Minimizar"
#: ../extensions/window-list/extension.js:109 #: ../extensions/window-list/extension.js:127
msgid "Unmaximize" msgid "Unmaximize"
msgstr "Desmaximizar" msgstr "Desmaximizar"
#: ../extensions/window-list/extension.js:110 #: ../extensions/window-list/extension.js:128
msgid "Maximize" msgid "Maximize"
msgstr "Maximizar" msgstr "Maximizar"
#: ../extensions/window-list/extension.js:270 #: ../extensions/window-list/extension.js:300
msgid "Minimize all" msgid "Minimize all"
msgstr "Minimizar todas" msgstr "Minimizar todas"
#: ../extensions/window-list/extension.js:278 #: ../extensions/window-list/extension.js:308
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Desminimizar todas" msgstr "Desminimizar todas"
#: ../extensions/window-list/extension.js:286 #: ../extensions/window-list/extension.js:316
msgid "Maximize all" msgid "Maximize all"
msgstr "Maximizar todas" msgstr "Maximizar todas"
#: ../extensions/window-list/extension.js:295 #: ../extensions/window-list/extension.js:325
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Desmaximizar todas" msgstr "Desmaximizar todas"
#: ../extensions/window-list/extension.js:304 #: ../extensions/window-list/extension.js:334
msgid "Close all" msgid "Close all"
msgstr "Fechar todas" msgstr "Fechar todas"
#: ../extensions/window-list/extension.js:591 #: ../extensions/window-list/extension.js:644
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Indicador de Área de Trabalho" msgstr "Indicador de Área de Trabalho"
#: ../extensions/window-list/extension.js:743 #: ../extensions/window-list/extension.js:808
msgid "Window List" msgid "Window List"
msgstr "Lista de Janelas" msgstr "Lista de Janelas"
@@ -316,15 +329,15 @@ msgid "Always group windows"
msgstr "Agrupar sempre as janelas" msgstr "Agrupar sempre as janelas"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:" msgid "Workspace Names"
msgstr "Nomes das áreas de trabalho:" msgstr "Nomes das Áreas de Trabalho"
#: ../extensions/workspace-indicator/prefs.js:152 #: ../extensions/workspace-indicator/prefs.js:157
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:198
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Área de trabalho %d" msgstr "Área de trabalho %d"
+152 -102
View File
@@ -1,17 +1,18 @@
# Vietnamese translation for gnome-shell-extensions. # Vietnamese translation for gnome-shell-extensions.
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER # Copyright © 2014 GNOME i18n Project for Vietnamese.
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# Nguyễn Thái Ngọc Duy <pclouds@gmail.com>, 2011. # Nguyễn Thái Ngọc Duy <pclouds@gmail.com>, 2011.
# Trần Ngọc Quân <vnwildman@gmail.com>, 2014.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-07-04 14:51+0000\n" "POT-Creation-Date: 2014-11-14 20:32+0000\n"
"PO-Revision-Date: 2013-07-06 18:23+0700\n" "PO-Revision-Date: 2014-11-15 14:43+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n" "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n" "Language-Team: Vietnamese <gnome-vi-list@gnome.org>\n"
"Language: vi\n" "Language: vi\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,7 +23,7 @@ msgstr ""
#: ../data/gnome-classic.desktop.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1 #: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic" msgid "GNOME Classic"
msgstr "GNOME Cổ điển" msgstr "GNOME cổ điển"
#: ../data/gnome-classic.desktop.in.h:2 #: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic" msgid "This session logs you into GNOME Classic"
@@ -30,7 +31,7 @@ msgstr "Phiên làm việc này đăng nhập bạn vào GNOME Cổ điển"
#: ../data/gnome-shell-classic.desktop.in.in.h:1 #: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic" msgid "GNOME Shell Classic"
msgstr "Hệ vỏ GNOME Cổ điển" msgstr "Hệ vỏ GNOME cổ điển"
#: ../data/gnome-shell-classic.desktop.in.in.h:2 #: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching" msgid "Window management and application launching"
@@ -38,7 +39,7 @@ msgstr "Quản lý cửa sổ và chạy ứng dụng"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "Gắn hộp thoại dạng modal (luôn trên) vào cửa sổ mẹ" msgstr "Gắn hộp thoại dạng luôn nằm trên cửa sổ mẹ"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
msgid "" msgid ""
@@ -47,13 +48,29 @@ msgstr ""
"Khóa này sẽ đè lên khóa có trong org.gnome.mutter khi chạy Hệ vỏ GNOME." "Khóa này sẽ đè lên khóa có trong org.gnome.mutter khi chạy Hệ vỏ GNOME."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Arrangement of buttons on the titlebar"
msgstr "Sắp xếp các nút trên thanh tiêu đề"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell."
msgstr ""
"Khóa này sẽ đè lên khóa có trong org.gnome.desktop.wm.preferences khi đang "
"chạy Hệ vỏ GNOME."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Bật xếp lớp ở cạnh khi thả cửa sổ vào cạnh màn hình" msgstr "Bật xếp lớp ở cạnh khi thả cửa sổ vào cạnh màn hình"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Vùng làm việc chỉ ở trên màn hình chính" msgstr "Vùng làm việc chỉ ở trên màn hình chính"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "Khoảng trễ chờ cho con chuột ngừng di chuyển"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Chỉ ảnh nhỏ" msgstr "Chỉ ảnh nhỏ"
@@ -66,98 +83,69 @@ msgstr "Chỉ có ảnh nhỏ đại diện cho ứng dụng"
msgid "Thumbnail and application icon" msgid "Thumbnail and application icon"
msgstr "Ảnh thu nhỏ và biểu tượng của ứng dụng" msgstr "Ảnh thu nhỏ và biểu tượng của ứng dụng"
#: ../extensions/alternate-tab/prefs.js:37 #: ../extensions/alternate-tab/prefs.js:38
msgid "Present windows as" msgid "Present windows as"
msgstr "Cửa sổ hiện tại như là" msgstr "Cửa sổ hiện tại như là"
#: ../extensions/alternate-tab/prefs.js:62 #: ../extensions/alternate-tab/prefs.js:69
msgid "Show only windows in the current workspace" msgid "Show only windows in the current workspace"
msgstr "Chỉ hiển thị các cửa sổ trong không gian làm việc hiện tại" msgstr "Chỉ hiển thị các cửa sổ trong không gian làm việc hiện tại"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:125
msgid "Suspend"
msgstr "Ngừng"
#: ../extensions/alternative-status-menu/extension.js:128
msgid "Hibernate"
msgstr "Ngủ đông"
#: ../extensions/alternative-status-menu/extension.js:131
msgid "Power Off"
msgstr "Tắt máy"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Cho phép tạm dừng"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:2
msgid "Control the visibility of the Suspend menu item"
msgstr "Cấu hình trình đơn con “Tạm dừng” hiện hay ẩn đi"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Cho phép ngủ đông"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:4
msgid "Control the visibility of the Hibernate menu item"
msgstr "Cấu hình trình đơn con “Ngủ đông” hiện hay ẩn đi"
#: ../extensions/apps-menu/extension.js:39 #: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview" msgid "Activities Overview"
msgstr "Tổng quan hoạt động" msgstr "Tổng quan hoạt động"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:113
msgid "Favorites" msgid "Favorites"
msgstr "" msgstr "Ưa thích"
#: ../extensions/apps-menu/extension.js:276 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Ứng dụng" msgstr "Ứng dụng"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 #: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list" msgid "Application and workspace list"
msgstr "Danh sách ứng dụng và vùng làm việc" msgstr "Danh sách ứng dụng và không gian làm việc"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2 #: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid "" msgid ""
"A list of strings, each containing an application id (desktop file name), " "A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number" "followed by a colon and the workspace number"
msgstr "" msgstr ""
"Một danh sách chuỗi, mỗi chuỗi là một id của ứng dụng (tên tập tin ." "Một danh sách chuỗi, mỗi chuỗi là một mã số của ứng dụng (tên tập tin ."
"desktop), theo sau là dấu hai chấm và mã số vùng làm việc" "desktop), theo sau là dấu hai chấm và mã số vùng làm việc"
#: ../extensions/auto-move-windows/prefs.js:55 #: ../extensions/auto-move-windows/prefs.js:60
msgid "Application" msgid "Application"
msgstr "Ứng dụng" msgstr "Ứng dụng"
#: ../extensions/auto-move-windows/prefs.js:64 #: ../extensions/auto-move-windows/prefs.js:69
#: ../extensions/auto-move-windows/prefs.js:106 #: ../extensions/auto-move-windows/prefs.js:127
msgid "Workspace" msgid "Workspace"
msgstr "Vùng làm việc" msgstr "Không gian làm việc"
#: ../extensions/auto-move-windows/prefs.js:80 #: ../extensions/auto-move-windows/prefs.js:85
msgid "Add rule" msgid "Add Rule"
msgstr "Thêm quy tắc" msgstr "Thêm quy tắc"
#: ../extensions/auto-move-windows/prefs.js:94 #: ../extensions/auto-move-windows/prefs.js:106
msgid "Create new matching rule" msgid "Create new matching rule"
msgstr "Tạo một quy tắc khớp mới" msgstr "Tạo mới một quy tắc khớp mẫu"
#: ../extensions/auto-move-windows/prefs.js:98 #: ../extensions/auto-move-windows/prefs.js:111
msgid "Add" msgid "Add"
msgstr "Thêm" msgstr "Thêm"
#: ../extensions/drive-menu/extension.js:72 #: ../extensions/drive-menu/extension.js:106
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Đẩy đĩa “%s” ra gặp lỗi:" msgstr "Gặp lỗi khi đẩy đĩa “%s” ra:"
#: ../extensions/drive-menu/extension.js:89 #: ../extensions/drive-menu/extension.js:124
msgid "Removable devices" msgid "Removable devices"
msgstr "Đĩa di động" msgstr "Đĩa di động"
#: ../extensions/drive-menu/extension.js:106 #: ../extensions/drive-menu/extension.js:151
msgid "Open File" msgid "Open File"
msgstr "Mở tập tin" msgstr "Mở tập tin"
@@ -177,22 +165,20 @@ msgstr ""
"Nếu không rỗng, nó sẽ chứa chữ mà chữ này sẽ được hiển thị khi bấm chuột " "Nếu không rỗng, nó sẽ chứa chữ mà chữ này sẽ được hiển thị khi bấm chuột "
"trên bảng điều khiển." "trên bảng điều khiển."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "Message"
msgstr "Thông báo"
#: ../extensions/example/prefs.js:43
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n" "as such it has little functionality on its own.\n"
"Nevertheless it's possible to customize the greeting message." "Nevertheless it's possible to customize the greeting message."
msgstr "" msgstr ""
"Example (Ví dụ) nhắm vào việc hướng dẫn làm cách nào để xây dựng các phần mở " "Ví dụ nhắm vào việc hướng dẫn làm cách nào để xây dựng các phần mở rộng chạy "
"rộng chạy tốt cho Hệ vỏ và do vậy nó chỉ có một ít chức năng.\n" "tốt cho Hệ vỏ và do vậy nó chỉ có một ít chức năng.\n"
"Tuy thế nó có khả năng cá nhân hóa lời chào." "Tuy thế nó có khả năng cá nhân hóa lời chào."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Lời nhắn:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows" msgid "Use more screen for windows"
msgstr "Dùng nhiều màn hình cho các cửa sổ" msgstr "Dùng nhiều màn hình cho các cửa sổ"
@@ -221,31 +207,36 @@ msgstr ""
"đè lên cách ứng xử mặc định của hệ vỏ là ở dưới đáy.Những thay đổi này cần " "đè lên cách ứng xử mặc định của hệ vỏ là ở dưới đáy.Những thay đổi này cần "
"khởi động lại hệ vỏ để có tác dụng." "khởi động lại hệ vỏ để có tác dụng."
#: ../extensions/places-menu/extension.js:77 #: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places" msgid "Places"
msgstr "Mở nhanh" msgstr "Mở nhanh"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:57
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "Gặp lỗi khi chạy \"%s\"" msgstr "Gặp lỗi khi khởi chạy \"%s\""
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer" msgid "Computer"
msgstr "Máy tính" msgstr "Máy tính"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:200
msgid "Home" msgid "Home"
msgstr "Thư mục riêng" msgstr "Thư mục riêng"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network" msgid "Browse Network"
msgstr "Duyệt mạng" msgstr "Duyệt mạng"
#: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "Cycle Screenshot Sizes"
msgstr "Đổi kích thước cửa sổ để chụp màn hình"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/systemMonitor/extension.js:214
msgid "CPU" msgid "CPU"
msgstr "CPU " msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267 #: ../extensions/systemMonitor/extension.js:267
msgid "Memory" msgid "Memory"
@@ -259,10 +250,54 @@ msgstr "Tên chủ đề"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Tên chủ đề, nạp từ ~/.themes/name/gnome-shell" msgstr "Tên chủ đề, nạp từ ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:382 #: ../extensions/window-list/extension.js:110
msgid "Close"
msgstr "Đóng"
#: ../extensions/window-list/extension.js:120
msgid "Unminimize"
msgstr "Hủy thu nhỏ"
#: ../extensions/window-list/extension.js:121
msgid "Minimize"
msgstr "Thu nhỏ"
#: ../extensions/window-list/extension.js:127
msgid "Unmaximize"
msgstr "Hủy phóng to"
#: ../extensions/window-list/extension.js:128
msgid "Maximize"
msgstr "Lớn nhất"
#: ../extensions/window-list/extension.js:304
msgid "Minimize all"
msgstr "Thu nhỏ tất cả"
#: ../extensions/window-list/extension.js:312
msgid "Unminimize all"
msgstr "Hủy thu nhỏ tất cả"
#: ../extensions/window-list/extension.js:320
msgid "Maximize all"
msgstr "Phóng to tất cả"
#: ../extensions/window-list/extension.js:329
msgid "Unmaximize all"
msgstr "Hủy phóng to tất cả"
#: ../extensions/window-list/extension.js:338
msgid "Close all"
msgstr "Đóng hết"
#: ../extensions/window-list/extension.js:649
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Bộ chỉ thị vùng làm việc" msgstr "Bộ chỉ thị không gian làm việc"
#: ../extensions/window-list/extension.js:799
msgid "Window List"
msgstr "Danh sách cửa sổ"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
@@ -273,8 +308,8 @@ msgid ""
"Decides when to group windows from the same application on the window list. " "Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"." "Possible values are \"never\", \"auto\" and \"always\"."
msgstr "" msgstr ""
"Decides when to group windows from the same application on the window list. " "Quyết định khi nào thì nhóm các cửa sổ của cùng một ứng dụng trên danh sách "
"Các giá trị có thể là \"never\", \"auto\" và \"always\"." "cửa số. Các giá trị có thể là \"never\", \"auto\" và \"always\"."
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/prefs.js:30
msgid "Window Grouping" msgid "Window Grouping"
@@ -293,41 +328,56 @@ msgid "Always group windows"
msgstr "Luôn nhóm các cửa sổ lại với nhau" msgstr "Luôn nhóm các cửa sổ lại với nhau"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:" msgid "Workspace Names"
msgstr "Tên vùng làm việc:" msgstr "Tên vùng làm việc"
#: ../extensions/workspace-indicator/prefs.js:152 #: ../extensions/workspace-indicator/prefs.js:157
msgid "Name" msgid "Name"
msgstr "Tên" msgstr "Tên"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:198
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Vùng làm việc %d" msgstr "Không gian làm việc %d"
#: ../extensions/xrandr-indicator/extension.js:30 #~ msgid "Suspend"
msgid "Normal" #~ msgstr "Ngừng"
msgstr "Bình thường"
#: ../extensions/xrandr-indicator/extension.js:31 #~ msgid "Hibernate"
msgid "Left" #~ msgstr "Ngủ đông"
msgstr "Trái"
#: ../extensions/xrandr-indicator/extension.js:32 #~ msgid "Power Off"
msgid "Right" #~ msgstr "Tắt máy"
msgstr "Phải"
#: ../extensions/xrandr-indicator/extension.js:33 #~ msgid "Enable suspending"
msgid "Upside-down" #~ msgstr "Cho phép tạm dừng"
msgstr "Trên-xuống"
#: ../extensions/xrandr-indicator/extension.js:50 #~ msgid "Control the visibility of the Suspend menu item"
msgid "Display" #~ msgstr "Cấu hình trình đơn con “Tạm dừng” hiện hay ẩn đi"
msgstr "Hiển thị"
#: ../extensions/xrandr-indicator/extension.js:87 #~ msgid "Enable hibernating"
msgid "Display Settings" #~ msgstr "Cho phép ngủ đông"
msgstr "Cài đặt hiển thị"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "Cấu hình trình đơn con “Ngủ đông” hiện hay ẩn đi"
#~ msgid "Normal"
#~ msgstr "Bình thường"
#~ msgid "Left"
#~ msgstr "Trái"
#~ msgid "Right"
#~ msgstr "Phải"
#~ msgid "Upside-down"
#~ msgstr "Trên-xuống"
#~ msgid "Display"
#~ msgstr "Hiển thị"
#~ msgid "Display Settings"
#~ msgstr "Cài đặt hiển thị"
#~ msgid "Notifications" #~ msgid "Notifications"
#~ msgstr "Thông báo" #~ msgstr "Thông báo"