Compare commits
56 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| de4782ebf5 | |||
| d0110cf18a | |||
| de7fbe5b7d | |||
| f4625f7968 | |||
| 935bd9ce0b | |||
| c290da01dc | |||
| db04866ca2 | |||
| f93234e442 | |||
| fca578d184 | |||
| d8eb2273c0 | |||
| 110e747e04 | |||
| 512ff51d13 | |||
| 80f49c2ed7 | |||
| d9b543c6e0 | |||
| c005393398 | |||
| 7f008aa3ff | |||
| c8b67cb84d | |||
| fee5495692 | |||
| ec49693c6f | |||
| f007807ea1 | |||
| 4ec4bdb0ea | |||
| 6c79710fcf | |||
| 4cc8cb5523 | |||
| 9480e640a7 | |||
| 4b03b660eb | |||
| cce9fe10dc | |||
| 6007a09782 | |||
| e445278f52 | |||
| d83b95ec8c | |||
| ad2ece839c | |||
| 7c9bd8acaf | |||
| 4a5521a9ba | |||
| a42dcee6ec | |||
| a4846847de | |||
| 3cde65e85e | |||
| b87ddf1195 | |||
| c2fe2b5505 | |||
| 7e3db53dcd | |||
| c9a4d15f05 | |||
| 9c6c00f8a3 | |||
| 0bcb1571da | |||
| eb568d90f0 | |||
| 726a419bc6 | |||
| 9c23b52c1e | |||
| ff64bb5432 | |||
| bf789608df | |||
| 85c7b9b85b | |||
| 4c670d10a2 | |||
| 2bf50a76ed | |||
| a519c9fe91 | |||
| 66216993e0 | |||
| 74fd9ba8e3 | |||
| a39902b287 | |||
| 68adf77012 | |||
| d566ffbb8f | |||
| 33b472a0ec |
@@ -1,8 +1,52 @@
|
|||||||
|
3.13.2
|
||||||
|
======
|
||||||
|
* Fix sorting of grouped buttons in window list
|
||||||
|
* Tweak preference UIs
|
||||||
|
* updated translations (en_GB)
|
||||||
|
|
||||||
|
3.13.1
|
||||||
|
======
|
||||||
|
* add DesktopNames key to the classic session file
|
||||||
|
* classic theme: remove rounded corners from tile previews
|
||||||
|
* window-list: don't shift message tray on other monitors
|
||||||
|
* auto-move-windows: several fixes and updates for api changes
|
||||||
|
* launch-new-instances: updates for api changes
|
||||||
|
* updated translations (ja, km)
|
||||||
|
|
||||||
|
3.12.0
|
||||||
|
======
|
||||||
|
* updated translations (zh_HK, zh_TW)
|
||||||
|
|
||||||
|
3.11.92
|
||||||
|
=======
|
||||||
|
* nothing to see here, move on
|
||||||
|
|
||||||
|
3.11.91
|
||||||
|
=======
|
||||||
|
* updated translations (ko, fur)
|
||||||
|
|
||||||
|
3.11.90
|
||||||
|
=======
|
||||||
|
* several fixes and improvements to the window-list
|
||||||
|
(can be scrolled, works correctly with the OSD
|
||||||
|
keyboard, filters skip-taskbar windows, does not
|
||||||
|
force all notifications to bold)
|
||||||
|
* drive-menu fixed not to show shadowed mounts
|
||||||
|
* updates for gnome-shell changes (launch-new-instance,
|
||||||
|
auto-move-windows, places-menu)
|
||||||
|
* build system fixes for systems without /bin/bash
|
||||||
|
* updated translations (or, tr, uk)
|
||||||
|
|
||||||
|
3.11.5
|
||||||
|
======
|
||||||
|
* updates for gnome-shell changes
|
||||||
|
* updated translations (kn)
|
||||||
|
|
||||||
3.11.4
|
3.11.4
|
||||||
======
|
======
|
||||||
* classic mode now supports session saving
|
* classic mode now supports session saving
|
||||||
* updates for gnome-shell changes
|
* updates for gnome-shell changes
|
||||||
* updated translattions (ar, kn)
|
* updated translations (ar, kn)
|
||||||
|
|
||||||
3.11.3
|
3.11.3
|
||||||
======
|
======
|
||||||
|
|||||||
@@ -6,15 +6,15 @@ specific version of the shell, usually the same as this package (see
|
|||||||
individual contributors, we cannot guarantee stability or quality for any
|
individual contributors, we cannot guarantee stability or quality for any
|
||||||
specific extension.
|
specific extension.
|
||||||
For these reasons, distributions are advised to avoid installing or packaging
|
For these reasons, distributions are advised to avoid installing or packaging
|
||||||
this module by defaul.
|
this module by default.
|
||||||
|
|
||||||
For more information about GNOME Shell Extensions
|
For more information about GNOME Shell Extensions
|
||||||
http://live.gnome.org/GnomeShell/Extensions
|
https://wiki.gnome.org/Projects/GnomeShell/Extensions
|
||||||
|
|
||||||
For general information about GNOME Shell
|
For general information about GNOME Shell
|
||||||
http://live.gnome.org/GnomeShell
|
https://wiki.gnome.org/Projects/GnomeShell
|
||||||
|
|
||||||
Bugs should be reported at http://bugzilla.gnome.org against the 'gnome-shell'
|
Bugs should be reported at https://bugzilla.gnome.org against the 'gnome-shell'
|
||||||
product, with the 'extensions' component.
|
product, with the 'extensions' component.
|
||||||
|
|
||||||
Extensions
|
Extensions
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
# Run this to generate all the initial makefiles, etc.
|
# Run this to generate all the initial makefiles, etc.
|
||||||
|
|
||||||
srcdir=`dirname $0`
|
srcdir=`dirname $0`
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
AC_INIT([gnome-shell-extensions],[3.11.4],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
|
AC_INIT([gnome-shell-extensions],[3.13.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])
|
||||||
|
|||||||
@@ -39,6 +39,12 @@
|
|||||||
border-top-color: transparent;
|
border-top-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tile-preview-left.on-primary,
|
||||||
|
.tile-preview-right.on-primary,
|
||||||
|
.tile-preview-left.tile-preview-right.on-primary {
|
||||||
|
/* keep in sync with -panel-corner-radius */
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* TOP BAR */
|
/* TOP BAR */
|
||||||
|
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ Exec=env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic
|
|||||||
TryExec=gnome-session
|
TryExec=gnome-session
|
||||||
Icon=
|
Icon=
|
||||||
Type=Application
|
Type=Application
|
||||||
|
DesktopNames=GNOME-Classic;GNOME
|
||||||
|
|||||||
@@ -11,6 +11,14 @@
|
|||||||
</_description>
|
</_description>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
|
<key name="button-layout" type="s">
|
||||||
|
<default>"appmenu:minimize,maximize,close"</default>
|
||||||
|
<_summary>Arrangement of buttons on the titlebar</_summary>
|
||||||
|
<_description>
|
||||||
|
This key overrides the key in org.gnome.desktop.wm.preferences when running GNOME Shell.
|
||||||
|
</_description>
|
||||||
|
</key>
|
||||||
|
|
||||||
<key name="edge-tiling" type="b">
|
<key name="edge-tiling" type="b">
|
||||||
<default>true</default>
|
<default>true</default>
|
||||||
<_summary>Enable edge tiling when dropping windows on screen edges</_summary>
|
<_summary>Enable edge tiling when dropping windows on screen edges</_summary>
|
||||||
|
|||||||
@@ -29,16 +29,24 @@ const AltTabSettingsWidget = new GObject.Class({
|
|||||||
|
|
||||||
_init : function(params) {
|
_init : function(params) {
|
||||||
this.parent(params);
|
this.parent(params);
|
||||||
this.margin = 10;
|
this.margin = 24;
|
||||||
|
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: 'org.gnome.shell.window-switcher' });
|
||||||
|
|
||||||
let presentLabel = _("Present windows as");
|
let presentLabel = '<b>' + _("Present windows as") + '</b>';
|
||||||
this.add(new Gtk.Label({ label: presentLabel, sensitive: true,
|
this.add(new Gtk.Label({ label: presentLabel, use_markup: true,
|
||||||
margin_bottom: 10, margin_top: 5 }));
|
halign: Gtk.Align.START }));
|
||||||
|
|
||||||
|
let align = new Gtk.Alignment({ left_padding: 12 });
|
||||||
|
this.add(align);
|
||||||
|
|
||||||
|
let grid = new Gtk.Grid({ orientation: Gtk.Orientation.VERTICAL,
|
||||||
|
row_spacing: 6,
|
||||||
|
column_spacing: 6 });
|
||||||
|
align.add(grid);
|
||||||
|
|
||||||
let top = 1;
|
|
||||||
let radio = null;
|
let radio = null;
|
||||||
let currentMode = this._settings.get_string(SETTINGS_APP_ICON_MODE);
|
let currentMode = this._settings.get_string(SETTINGS_APP_ICON_MODE);
|
||||||
for (let mode in MODES) {
|
for (let mode in MODES) {
|
||||||
@@ -52,15 +60,14 @@ const AltTabSettingsWidget = new GObject.Class({
|
|||||||
if (widget.active)
|
if (widget.active)
|
||||||
this._settings.set_string(SETTINGS_APP_ICON_MODE, modeCapture);
|
this._settings.set_string(SETTINGS_APP_ICON_MODE, modeCapture);
|
||||||
}));
|
}));
|
||||||
this.add(radio);
|
grid.add(radio);
|
||||||
|
|
||||||
if (mode == currentMode)
|
if (mode == currentMode)
|
||||||
radio.active = true;
|
radio.active = true;
|
||||||
top += 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let check = new Gtk.CheckButton({ label: _("Show only windows in the current workspace"),
|
let check = new Gtk.CheckButton({ label: _("Show only windows in the current workspace"),
|
||||||
margin_top: 12 });
|
margin_top: 6 });
|
||||||
this._settings.bind(SETTINGS_CURRENT_WORKSPACE_ONLY, check, 'active', Gio.SettingsBindFlags.DEFAULT);
|
this._settings.bind(SETTINGS_CURRENT_WORKSPACE_ONLY, check, 'active', Gio.SettingsBindFlags.DEFAULT);
|
||||||
this.add(check);
|
this.add(check);
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -40,13 +40,13 @@ const WindowMover = new Lang.Class({
|
|||||||
|
|
||||||
_ensureAtLeastWorkspaces: function(num, window) {
|
_ensureAtLeastWorkspaces: function(num, window) {
|
||||||
for (let j = global.screen.n_workspaces; j <= num; j++) {
|
for (let j = global.screen.n_workspaces; j <= num; j++) {
|
||||||
window.change_workspace_by_index(j-1, false, global.get_current_time());
|
window.change_workspace_by_index(j-1, false);
|
||||||
global.screen.append_new_workspace(false, 0);
|
global.screen.append_new_workspace(false, 0);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
_findAndMove: function(display, window, noRecurse) {
|
_findAndMove: function(display, window, noRecurse) {
|
||||||
if (!this._windowTracker.is_window_interesting(window))
|
if (window.skip_taskbar)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
let spaces = this._settings.get_strv(SETTINGS_KEY);
|
let spaces = this._settings.get_strv(SETTINGS_KEY);
|
||||||
@@ -73,7 +73,7 @@ const WindowMover = new Lang.Class({
|
|||||||
if (workspace_num >= global.screen.n_workspaces)
|
if (workspace_num >= global.screen.n_workspaces)
|
||||||
this._ensureAtLeastWorkspaces(workspace_num, window);
|
this._ensureAtLeastWorkspaces(workspace_num, window);
|
||||||
|
|
||||||
window.change_workspace_by_index(workspace_num, false, global.get_current_time());
|
window.change_workspace_by_index(workspace_num, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -91,25 +91,38 @@ function myCheckWorkspaces() {
|
|||||||
let i;
|
let i;
|
||||||
let emptyWorkspaces = new Array(this._workspaces.length);
|
let emptyWorkspaces = new Array(this._workspaces.length);
|
||||||
|
|
||||||
|
if (!Meta.prefs_get_dynamic_workspaces()) {
|
||||||
|
this._checkWorkspacesId = 0;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
for (i = 0; i < this._workspaces.length; i++) {
|
for (i = 0; i < this._workspaces.length; i++) {
|
||||||
let lastRemoved = this._workspaces[i]._lastRemovedWindow;
|
let lastRemoved = this._workspaces[i]._lastRemovedWindow;
|
||||||
if (lastRemoved &&
|
if ((lastRemoved &&
|
||||||
(lastRemoved.get_window_type() == Meta.WindowType.SPLASHSCREEN ||
|
(lastRemoved.get_window_type() == Meta.WindowType.SPLASHSCREEN ||
|
||||||
lastRemoved.get_window_type() == Meta.WindowType.DIALOG ||
|
lastRemoved.get_window_type() == Meta.WindowType.DIALOG ||
|
||||||
lastRemoved.get_window_type() == Meta.WindowType.MODAL_DIALOG))
|
lastRemoved.get_window_type() == Meta.WindowType.MODAL_DIALOG)) ||
|
||||||
|
this._workspaces[i]._keepAliveId)
|
||||||
emptyWorkspaces[i] = false;
|
emptyWorkspaces[i] = false;
|
||||||
else
|
else
|
||||||
emptyWorkspaces[i] = true;
|
emptyWorkspaces[i] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let sequences = Shell.WindowTracker.get_default().get_startup_sequences();
|
||||||
|
for (i = 0; i < sequences.length; i++) {
|
||||||
|
let index = sequences[i].get_workspace();
|
||||||
|
if (index >= 0 && index <= global.screen.n_workspaces)
|
||||||
|
emptyWorkspaces[index] = false;
|
||||||
|
}
|
||||||
|
|
||||||
let windows = global.get_window_actors();
|
let windows = global.get_window_actors();
|
||||||
for (i = 0; i < windows.length; i++) {
|
for (i = 0; i < windows.length; i++) {
|
||||||
let win = windows[i];
|
let winActor = windows[i];
|
||||||
|
let win = winActor.meta_window;
|
||||||
if (win.get_meta_window().is_on_all_workspaces())
|
if (win.is_on_all_workspaces())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
let workspaceIndex = win.get_workspace();
|
let workspaceIndex = win.get_workspace().index();
|
||||||
emptyWorkspaces[workspaceIndex] = false;
|
emptyWorkspaces[workspaceIndex] = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -120,17 +133,7 @@ function myCheckWorkspaces() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let activeWorkspaceIndex = global.screen.get_active_workspace_index();
|
let activeWorkspaceIndex = global.screen.get_active_workspace_index();
|
||||||
let activeIsLast = activeWorkspaceIndex == global.screen.n_workspaces - 2;
|
emptyWorkspaces[activeWorkspaceIndex] = false;
|
||||||
let removingTrailWorkspaces = (emptyWorkspaces[activeWorkspaceIndex] &&
|
|
||||||
activeIsLast);
|
|
||||||
// Don't enter the overview when removing multiple empty workspaces at startup
|
|
||||||
let showOverview = (removingTrailWorkspaces &&
|
|
||||||
!emptyWorkspaces.every(function(x) { return x; }));
|
|
||||||
|
|
||||||
if (removingTrailWorkspaces) {
|
|
||||||
// "Merge" the empty workspace we are removing with the one at the end
|
|
||||||
this._wm.blockAnimations();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Delete other empty workspaces; do it from the end to avoid index changes
|
// Delete other empty workspaces; do it from the end to avoid index changes
|
||||||
for (i = emptyWorkspaces.length - 2; i >= 0; i--) {
|
for (i = emptyWorkspaces.length - 2; i >= 0; i--) {
|
||||||
@@ -140,23 +143,13 @@ function myCheckWorkspaces() {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (removingTrailWorkspaces) {
|
|
||||||
global.screen.get_workspace_by_index(global.screen.n_workspaces - 1).activate(global.get_current_time());
|
|
||||||
|
|
||||||
this._wm.unblockAnimations();
|
|
||||||
|
|
||||||
if (!Main.overview.visible && showOverview)
|
|
||||||
Main.overview.show();
|
|
||||||
}
|
|
||||||
|
|
||||||
this._checkWorkspacesId = 0;
|
this._checkWorkspacesId = 0;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function enable() {
|
function enable() {
|
||||||
prevCheckWorkspaces = Main.wm._workspaceTracker._checkWorkspaces;
|
prevCheckWorkspaces = Main.wm._workspaceTracker._checkWorkspaces;
|
||||||
if (Meta.prefs_get_dynamic_workspaces())
|
Main.wm._workspaceTracker._checkWorkspaces = myCheckWorkspaces;
|
||||||
Main.wm._workspaceTracker._checkWorkspaces = myCheckWorkspaces;
|
|
||||||
|
|
||||||
winMover = new WindowMover();
|
winMover = new WindowMover();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ const Widget = new GObject.Class({
|
|||||||
|
|
||||||
_init: function(params) {
|
_init: function(params) {
|
||||||
this.parent(params);
|
this.parent(params);
|
||||||
this.set_orientation(Gtk.Orientation.VERTICAL);
|
this.set_orientation(Gtk.Orientation.VERTICAL);
|
||||||
|
|
||||||
this._settings = Convenience.getSettings();
|
this._settings = Convenience.getSettings();
|
||||||
this._settings.connect('changed', Lang.bind(this, this._refresh));
|
this._settings.connect('changed', Lang.bind(this, this._refresh));
|
||||||
@@ -47,6 +47,11 @@ const Widget = new GObject.Class({
|
|||||||
this._store.set_column_types([Gio.AppInfo, GObject.TYPE_STRING, Gio.Icon, GObject.TYPE_INT,
|
this._store.set_column_types([Gio.AppInfo, GObject.TYPE_STRING, Gio.Icon, GObject.TYPE_INT,
|
||||||
Gtk.Adjustment]);
|
Gtk.Adjustment]);
|
||||||
|
|
||||||
|
let scrolled = new Gtk.ScrolledWindow({ shadow_type: Gtk.ShadowType.IN});
|
||||||
|
scrolled.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC);
|
||||||
|
this.add(scrolled);
|
||||||
|
|
||||||
|
|
||||||
this._treeView = new Gtk.TreeView({ model: this._store,
|
this._treeView = new Gtk.TreeView({ model: this._store,
|
||||||
hexpand: true, vexpand: true });
|
hexpand: true, vexpand: true });
|
||||||
this._treeView.get_selection().set_mode(Gtk.SelectionMode.SINGLE);
|
this._treeView.get_selection().set_mode(Gtk.SelectionMode.SINGLE);
|
||||||
@@ -70,22 +75,29 @@ const Widget = new GObject.Class({
|
|||||||
workspaceColumn.add_attribute(workspaceRenderer, "text", Columns.WORKSPACE);
|
workspaceColumn.add_attribute(workspaceRenderer, "text", Columns.WORKSPACE);
|
||||||
this._treeView.append_column(workspaceColumn);
|
this._treeView.append_column(workspaceColumn);
|
||||||
|
|
||||||
this.add(this._treeView);
|
scrolled.add(this._treeView);
|
||||||
|
|
||||||
let toolbar = new Gtk.Toolbar();
|
let toolbar = new Gtk.Toolbar({ icon_size: Gtk.IconSize.SMALL_TOOLBAR });
|
||||||
toolbar.get_style_context().add_class(Gtk.STYLE_CLASS_INLINE_TOOLBAR);
|
toolbar.get_style_context().add_class(Gtk.STYLE_CLASS_INLINE_TOOLBAR);
|
||||||
this.add(toolbar);
|
this.add(toolbar);
|
||||||
|
|
||||||
let newButton = new Gtk.ToolButton({ stock_id: Gtk.STOCK_NEW,
|
let newButton = new Gtk.ToolButton({ icon_name: 'bookmark-new-symbolic',
|
||||||
label: _("Add rule"),
|
label: _("Add Rule"),
|
||||||
is_important: true });
|
is_important: true });
|
||||||
newButton.connect('clicked', Lang.bind(this, this._createNew));
|
newButton.connect('clicked', Lang.bind(this, this._createNew));
|
||||||
toolbar.add(newButton);
|
toolbar.add(newButton);
|
||||||
|
|
||||||
let delButton = new Gtk.ToolButton({ stock_id: Gtk.STOCK_DELETE });
|
let delButton = new Gtk.ToolButton({ icon_name: 'edit-delete-symbolic' });
|
||||||
delButton.connect('clicked', Lang.bind(this, this._deleteSelected));
|
delButton.connect('clicked', Lang.bind(this, this._deleteSelected));
|
||||||
toolbar.add(delButton);
|
toolbar.add(delButton);
|
||||||
|
|
||||||
|
let selection = this._treeView.get_selection();
|
||||||
|
selection.connect('changed',
|
||||||
|
function() {
|
||||||
|
delButton.sensitive = selection.count_selected_rows() > 0;
|
||||||
|
});
|
||||||
|
delButton.sensitive = selection.count_selected_rows() > 0;
|
||||||
|
|
||||||
this._changedPermitted = true;
|
this._changedPermitted = true;
|
||||||
this._refresh();
|
this._refresh();
|
||||||
},
|
},
|
||||||
@@ -93,18 +105,27 @@ const Widget = new GObject.Class({
|
|||||||
_createNew: function() {
|
_createNew: function() {
|
||||||
let dialog = new Gtk.Dialog({ title: _("Create new matching rule"),
|
let dialog = new Gtk.Dialog({ title: _("Create new matching rule"),
|
||||||
transient_for: this.get_toplevel(),
|
transient_for: this.get_toplevel(),
|
||||||
|
use_header_bar: true,
|
||||||
modal: true });
|
modal: true });
|
||||||
dialog.add_button(Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL);
|
dialog.add_button(Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL);
|
||||||
dialog.add_button(_("Add"), Gtk.ResponseType.OK);
|
let addButton = dialog.add_button(_("Add"), Gtk.ResponseType.OK);
|
||||||
dialog.set_default_response(Gtk.ResponseType.OK);
|
dialog.set_default_response(Gtk.ResponseType.OK);
|
||||||
|
|
||||||
let grid = new Gtk.Grid({ column_spacing: 10,
|
let grid = new Gtk.Grid({ column_spacing: 10,
|
||||||
row_spacing: 15,
|
row_spacing: 15,
|
||||||
margin: 10 });
|
margin: 10 });
|
||||||
dialog._appChooser = new Gtk.AppChooserWidget({ show_all: true });
|
dialog._appChooser = new Gtk.AppChooserWidget({ show_all: true });
|
||||||
|
dialog._appChooser.connect('application-selected', Lang.bind(this,
|
||||||
|
function(w, appInfo) {
|
||||||
|
addButton.sensitive = appInfo &&
|
||||||
|
this._checkId(appInfo.get_id());
|
||||||
|
}));
|
||||||
|
let appInfo = dialog._appChooser.get_app_info();
|
||||||
|
addButton.sensitive = appInfo && this._checkId(appInfo.get_id());
|
||||||
|
|
||||||
grid.attach(dialog._appChooser, 0, 0, 2, 1);
|
grid.attach(dialog._appChooser, 0, 0, 2, 1);
|
||||||
grid.attach(new Gtk.Label({ label: _("Workspace") }),
|
grid.attach(new Gtk.Label({ label: _("Workspace"),
|
||||||
0, 1, 1, 1);
|
halign: Gtk.Align.END }), 0, 1, 1, 1);
|
||||||
let adjustment = new Gtk.Adjustment({ lower: 1,
|
let adjustment = new Gtk.Adjustment({ lower: 1,
|
||||||
upper: WORKSPACE_MAX,
|
upper: WORKSPACE_MAX,
|
||||||
step_increment: 1
|
step_increment: 1
|
||||||
@@ -129,10 +150,9 @@ const Widget = new GObject.Class({
|
|||||||
index = 1;
|
index = 1;
|
||||||
|
|
||||||
this._changedPermitted = false;
|
this._changedPermitted = false;
|
||||||
if (!this._appendItem(appInfo.get_id(), index)) {
|
this._appendItem(appInfo.get_id(), index);
|
||||||
this._changedPermitted = true;
|
this._changedPermitted = true;
|
||||||
return;
|
|
||||||
}
|
|
||||||
let iter = this._store.append();
|
let iter = this._store.append();
|
||||||
let adj = new Gtk.Adjustment({ lower: 1,
|
let adj = new Gtk.Adjustment({ lower: 1,
|
||||||
upper: WORKSPACE_MAX,
|
upper: WORKSPACE_MAX,
|
||||||
@@ -141,7 +161,6 @@ const Widget = new GObject.Class({
|
|||||||
this._store.set(iter,
|
this._store.set(iter,
|
||||||
[Columns.APPINFO, Columns.ICON, Columns.DISPLAY_NAME, Columns.WORKSPACE, Columns.ADJUSTMENT],
|
[Columns.APPINFO, Columns.ICON, Columns.DISPLAY_NAME, Columns.WORKSPACE, Columns.ADJUSTMENT],
|
||||||
[appInfo, appInfo.get_icon(), appInfo.get_display_name(), index, adj]);
|
[appInfo, appInfo.get_icon(), appInfo.get_display_name(), index, adj]);
|
||||||
this._changedPermitted = true;
|
|
||||||
|
|
||||||
dialog.destroy();
|
dialog.destroy();
|
||||||
}));
|
}));
|
||||||
@@ -156,8 +175,8 @@ const Widget = new GObject.Class({
|
|||||||
|
|
||||||
this._changedPermitted = false;
|
this._changedPermitted = false;
|
||||||
this._removeItem(appInfo.get_id());
|
this._removeItem(appInfo.get_id());
|
||||||
this._store.remove(iter);
|
|
||||||
this._changedPermitted = true;
|
this._changedPermitted = true;
|
||||||
|
this._store.remove(iter);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -205,20 +224,15 @@ const Widget = new GObject.Class({
|
|||||||
this._settings.set_strv(SETTINGS_KEY, validItems);
|
this._settings.set_strv(SETTINGS_KEY, validItems);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
_checkId: function(id) {
|
||||||
|
let items = this._settings.get_strv(SETTINGS_KEY);
|
||||||
|
return !items.some(function(i) { return i.startsWith(id + ':'); });
|
||||||
|
},
|
||||||
|
|
||||||
_appendItem: function(id, workspace) {
|
_appendItem: function(id, workspace) {
|
||||||
let currentItems = this._settings.get_strv(SETTINGS_KEY);
|
let currentItems = this._settings.get_strv(SETTINGS_KEY);
|
||||||
let alreadyHave = currentItems.map(function(el) {
|
|
||||||
return el.split(':')[0];
|
|
||||||
}).indexOf(id) != -1;
|
|
||||||
|
|
||||||
if (alreadyHave) {
|
|
||||||
printerr("Already have an item for this id");
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
currentItems.push(id + ':' + workspace);
|
currentItems.push(id + ':' + workspace);
|
||||||
this._settings.set_strv(SETTINGS_KEY, currentItems);
|
this._settings.set_strv(SETTINGS_KEY, currentItems);
|
||||||
return true;
|
|
||||||
},
|
},
|
||||||
|
|
||||||
_removeItem: function(id) {
|
_removeItem: function(id) {
|
||||||
@@ -253,7 +267,7 @@ function init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function buildPrefsWidget() {
|
function buildPrefsWidget() {
|
||||||
let widget = new Widget();
|
let widget = new Widget({ margin: 12 });
|
||||||
widget.show_all();
|
widget.show_all();
|
||||||
|
|
||||||
return widget;
|
return widget;
|
||||||
|
|||||||
@@ -36,6 +36,39 @@ const MountMenuItem = new Lang.Class({
|
|||||||
let ejectButton = new St.Button({ child: ejectIcon });
|
let ejectButton = new St.Button({ child: ejectIcon });
|
||||||
ejectButton.connect('clicked', Lang.bind(this, this._eject));
|
ejectButton.connect('clicked', Lang.bind(this, this._eject));
|
||||||
this.actor.add(ejectButton);
|
this.actor.add(ejectButton);
|
||||||
|
|
||||||
|
this._changedId = mount.connect('changed', Lang.bind(this, this._syncVisibility));
|
||||||
|
this._syncVisibility();
|
||||||
|
},
|
||||||
|
|
||||||
|
destroy: function() {
|
||||||
|
if (this._changedId) {
|
||||||
|
this.mount.disconnect(this._changedId);
|
||||||
|
this._changedId = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
this.parent();
|
||||||
|
},
|
||||||
|
|
||||||
|
_isInteresting: function() {
|
||||||
|
if (!this.mount.can_eject() && !this.mount.can_unmount())
|
||||||
|
return false;
|
||||||
|
if (this.mount.is_shadowed())
|
||||||
|
return false;
|
||||||
|
|
||||||
|
let volume = this.mount.get_volume();
|
||||||
|
|
||||||
|
if (volume == null) {
|
||||||
|
// probably a GDaemonMount, could be network or
|
||||||
|
// local, but we can't tell; assume it's local for now
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
return volume.get_identifier('class') != 'network';
|
||||||
|
},
|
||||||
|
|
||||||
|
_syncVisibility: function() {
|
||||||
|
this.actor.visible = this._isInteresting();
|
||||||
},
|
},
|
||||||
|
|
||||||
_eject: function() {
|
_eject: function() {
|
||||||
@@ -124,42 +157,19 @@ const DriveMenu = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_updateMenuVisibility: function() {
|
_updateMenuVisibility: function() {
|
||||||
if (this._mounts.length > 0)
|
if (this._mounts.filter(function(i) i.actor.visible).length > 0)
|
||||||
this.actor.show();
|
this.actor.show();
|
||||||
else
|
else
|
||||||
this.actor.hide();
|
this.actor.hide();
|
||||||
},
|
},
|
||||||
|
|
||||||
_isMountInteresting: function(mount) {
|
|
||||||
if (!mount.can_eject() && !mount.can_unmount())
|
|
||||||
return false;
|
|
||||||
if (mount.is_shadowed())
|
|
||||||
return false;
|
|
||||||
|
|
||||||
let volume = mount.get_volume();
|
|
||||||
|
|
||||||
if (volume == null) {
|
|
||||||
// probably a GDaemonMount, could be network or
|
|
||||||
// local, but we can't tell; assume it's local for now
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return volume.get_identifier('class') != 'network';
|
|
||||||
},
|
|
||||||
|
|
||||||
_addMount: function(mount) {
|
_addMount: function(mount) {
|
||||||
if (!this._isMountInteresting(mount))
|
|
||||||
return;
|
|
||||||
|
|
||||||
let item = new MountMenuItem(mount);
|
let item = new MountMenuItem(mount);
|
||||||
this._mounts.unshift(item);
|
this._mounts.unshift(item);
|
||||||
this.menu.addMenuItem(item, 0);
|
this.menu.addMenuItem(item, 0);
|
||||||
},
|
},
|
||||||
|
|
||||||
_removeMount: function(mount) {
|
_removeMount: function(mount) {
|
||||||
if (!this._isMountInteresting(mount))
|
|
||||||
return;
|
|
||||||
|
|
||||||
for (let i = 0; i < this._mounts.length; i++) {
|
for (let i = 0; i < this._mounts.length; i++) {
|
||||||
let item = this._mounts[i];
|
let item = this._mounts[i];
|
||||||
if (item.mount == mount) {
|
if (item.mount == mount) {
|
||||||
|
|||||||
@@ -5,18 +5,12 @@ var _onActivateOriginal = null;
|
|||||||
var _activateResultOriginal = null;
|
var _activateResultOriginal = null;
|
||||||
|
|
||||||
function _onActivate(event) {
|
function _onActivate(event) {
|
||||||
|
this.app.open_new_window(-1);
|
||||||
this.emit('launching');
|
|
||||||
|
|
||||||
if (this._onActivateOverride) {
|
|
||||||
this._onActivateOverride(event);
|
|
||||||
} else {
|
|
||||||
this.app.open_new_window(-1);
|
|
||||||
}
|
|
||||||
Main.overview.hide();
|
Main.overview.hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
function _activateResult(app) {
|
function _activateResult(result) {
|
||||||
|
let app = this._appSys.lookup_app(result);
|
||||||
app.open_new_window(-1);
|
app.open_new_window(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -43,8 +43,7 @@ const PlaceInfo = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
launch: function(timestamp) {
|
launch: function(timestamp) {
|
||||||
let launchContext = global.create_app_launch_context();
|
let launchContext = global.create_app_launch_context(timestamp, -1);
|
||||||
launchContext.set_timestamp(timestamp);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Gio.AppInfo.launch_default_for_uri(this.file.get_uri(),
|
Gio.AppInfo.launch_default_for_uri(this.file.get_uri(),
|
||||||
|
|||||||
@@ -17,6 +17,9 @@ const ExtensionUtils = imports.misc.extensionUtils;
|
|||||||
const Me = ExtensionUtils.getCurrentExtension();
|
const Me = ExtensionUtils.getCurrentExtension();
|
||||||
const Convenience = Me.imports.convenience;
|
const Convenience = Me.imports.convenience;
|
||||||
|
|
||||||
|
const Gettext = imports.gettext.domain('gnome-shell-extensions');
|
||||||
|
const _ = Gettext.gettext;
|
||||||
|
|
||||||
const ICON_TEXTURE_SIZE = 24;
|
const ICON_TEXTURE_SIZE = 24;
|
||||||
const DND_ACTIVATE_TIMEOUT = 500;
|
const DND_ACTIVATE_TIMEOUT = 500;
|
||||||
|
|
||||||
@@ -44,6 +47,22 @@ function _openMenu(menu) {
|
|||||||
menu.actor.navigate_focus(null, Gtk.DirectionType.TAB_FORWARD, false);
|
menu.actor.navigate_focus(null, Gtk.DirectionType.TAB_FORWARD, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function _onMenuStateChanged(menu, isOpen) {
|
||||||
|
if (isOpen)
|
||||||
|
return;
|
||||||
|
|
||||||
|
let [x, y,] = global.get_pointer();
|
||||||
|
let actor = global.stage.get_actor_at_pos(Clutter.PickMode.REACTIVE, x, y);
|
||||||
|
if (windowList.actor.contains(actor))
|
||||||
|
actor.sync_hover();
|
||||||
|
}
|
||||||
|
|
||||||
|
function _getAppStableSequence(app) {
|
||||||
|
return app.get_windows().reduce(function(prev, cur) {
|
||||||
|
return Math.min(prev, cur.get_stable_sequence());
|
||||||
|
}, Infinity);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
const WindowContextMenu = new Lang.Class({
|
const WindowContextMenu = new Lang.Class({
|
||||||
Name: 'WindowContextMenu',
|
Name: 'WindowContextMenu',
|
||||||
@@ -184,6 +203,7 @@ const WindowButton = new Lang.Class({
|
|||||||
|
|
||||||
this._menuManager = new PopupMenu.PopupMenuManager(this);
|
this._menuManager = new PopupMenu.PopupMenuManager(this);
|
||||||
this._contextMenu = new WindowContextMenu(this.actor, this.metaWindow);
|
this._contextMenu = new WindowContextMenu(this.actor, this.metaWindow);
|
||||||
|
this._contextMenu.connect('open-state-changed', _onMenuStateChanged);
|
||||||
this._contextMenu.actor.hide();
|
this._contextMenu.actor.hide();
|
||||||
this._menuManager.addMenu(this._contextMenu);
|
this._menuManager.addMenu(this._contextMenu);
|
||||||
Main.uiGroup.add_actor(this._contextMenu.actor);
|
Main.uiGroup.add_actor(this._contextMenu.actor);
|
||||||
@@ -205,6 +225,17 @@ const WindowButton = new Lang.Class({
|
|||||||
this._updateStyle();
|
this._updateStyle();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
get active() {
|
||||||
|
return this.actor.has_style_class_name('focused');
|
||||||
|
},
|
||||||
|
|
||||||
|
activate: function() {
|
||||||
|
if (this.active)
|
||||||
|
return;
|
||||||
|
|
||||||
|
this._onClicked(this.actor, 1);
|
||||||
|
},
|
||||||
|
|
||||||
_onClicked: function(actor, button) {
|
_onClicked: function(actor, button) {
|
||||||
if (this._contextMenu.isOpen) {
|
if (this._contextMenu.isOpen) {
|
||||||
this._contextMenu.close();
|
this._contextMenu.close();
|
||||||
@@ -252,7 +283,7 @@ const WindowButton = new Lang.Class({
|
|||||||
_onDestroy: function() {
|
_onDestroy: function() {
|
||||||
global.window_manager.disconnect(this._switchWorkspaceId);
|
global.window_manager.disconnect(this._switchWorkspaceId);
|
||||||
global.display.disconnect(this._notifyFocusId);
|
global.display.disconnect(this._notifyFocusId);
|
||||||
this._contextMenu.actor.destroy();
|
this._contextMenu.destroy();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -268,7 +299,7 @@ const AppContextMenu = new Lang.Class({
|
|||||||
|
|
||||||
this._minimizeItem = new PopupMenu.PopupMenuItem(_("Minimize all"));
|
this._minimizeItem = new PopupMenu.PopupMenuItem(_("Minimize all"));
|
||||||
this._minimizeItem.connect('activate', Lang.bind(this, function() {
|
this._minimizeItem.connect('activate', Lang.bind(this, function() {
|
||||||
this._app.get_windows().forEach(function(w) {
|
this._getWindowList().forEach(function(w) {
|
||||||
w.minimize();
|
w.minimize();
|
||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
@@ -276,7 +307,7 @@ const AppContextMenu = new Lang.Class({
|
|||||||
|
|
||||||
this._unminimizeItem = new PopupMenu.PopupMenuItem(_("Unminimize all"));
|
this._unminimizeItem = new PopupMenu.PopupMenuItem(_("Unminimize all"));
|
||||||
this._unminimizeItem.connect('activate', Lang.bind(this, function() {
|
this._unminimizeItem.connect('activate', Lang.bind(this, function() {
|
||||||
this._app.get_windows().forEach(function(w) {
|
this._getWindowList().forEach(function(w) {
|
||||||
w.unminimize();
|
w.unminimize();
|
||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
@@ -284,7 +315,7 @@ const AppContextMenu = new Lang.Class({
|
|||||||
|
|
||||||
this._maximizeItem = new PopupMenu.PopupMenuItem(_("Maximize all"));
|
this._maximizeItem = new PopupMenu.PopupMenuItem(_("Maximize all"));
|
||||||
this._maximizeItem.connect('activate', Lang.bind(this, function() {
|
this._maximizeItem.connect('activate', Lang.bind(this, function() {
|
||||||
this._app.get_windows().forEach(function(w) {
|
this._getWindowList().forEach(function(w) {
|
||||||
w.maximize(Meta.MaximizeFlags.HORIZONTAL |
|
w.maximize(Meta.MaximizeFlags.HORIZONTAL |
|
||||||
Meta.MaximizeFlags.VERTICAL);
|
Meta.MaximizeFlags.VERTICAL);
|
||||||
});
|
});
|
||||||
@@ -293,7 +324,7 @@ const AppContextMenu = new Lang.Class({
|
|||||||
|
|
||||||
this._unmaximizeItem = new PopupMenu.PopupMenuItem(_("Unmaximize all"));
|
this._unmaximizeItem = new PopupMenu.PopupMenuItem(_("Unmaximize all"));
|
||||||
this._unmaximizeItem.connect('activate', Lang.bind(this, function() {
|
this._unmaximizeItem.connect('activate', Lang.bind(this, function() {
|
||||||
this._app.get_windows().forEach(function(w) {
|
this._getWindowList().forEach(function(w) {
|
||||||
w.unmaximize(Meta.MaximizeFlags.HORIZONTAL |
|
w.unmaximize(Meta.MaximizeFlags.HORIZONTAL |
|
||||||
Meta.MaximizeFlags.VERTICAL);
|
Meta.MaximizeFlags.VERTICAL);
|
||||||
});
|
});
|
||||||
@@ -302,15 +333,22 @@ const AppContextMenu = new Lang.Class({
|
|||||||
|
|
||||||
let item = new PopupMenu.PopupMenuItem(_("Close all"));
|
let item = new PopupMenu.PopupMenuItem(_("Close all"));
|
||||||
item.connect('activate', Lang.bind(this, function() {
|
item.connect('activate', Lang.bind(this, function() {
|
||||||
this._app.get_windows().forEach(function(w) {
|
this._getWindowList().forEach(function(w) {
|
||||||
w.delete(global.get_current_time());
|
w.delete(global.get_current_time());
|
||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
this.addMenuItem(item);
|
this.addMenuItem(item);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
_getWindowList: function() {
|
||||||
|
let workspace = global.screen.get_active_workspace();
|
||||||
|
return this._app.get_windows().filter(function(win) {
|
||||||
|
return !win.skip_taskbar && win.located_on_workspace(workspace);
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
open: function(animate) {
|
open: function(animate) {
|
||||||
let windows = this._app.get_windows();
|
let windows = this._getWindowList();
|
||||||
this._minimizeItem.actor.visible = windows.some(function(w) {
|
this._minimizeItem.actor.visible = windows.some(function(w) {
|
||||||
return !w.minimized;
|
return !w.minimized;
|
||||||
});
|
});
|
||||||
@@ -360,6 +398,7 @@ const AppButton = new Lang.Class({
|
|||||||
|
|
||||||
this._menuManager = new PopupMenu.PopupMenuManager(this);
|
this._menuManager = new PopupMenu.PopupMenuManager(this);
|
||||||
this._menu = new PopupMenu.PopupMenu(this.actor, 0.5, St.Side.BOTTOM);
|
this._menu = new PopupMenu.PopupMenu(this.actor, 0.5, St.Side.BOTTOM);
|
||||||
|
this._menu.connect('open-state-changed', _onMenuStateChanged);
|
||||||
this._menu.actor.hide();
|
this._menu.actor.hide();
|
||||||
this._menu.connect('activate', Lang.bind(this, this._onMenuActivate));
|
this._menu.connect('activate', Lang.bind(this, this._onMenuActivate));
|
||||||
this._menuManager.addMenu(this._menu);
|
this._menuManager.addMenu(this._menu);
|
||||||
@@ -367,8 +406,8 @@ const AppButton = new Lang.Class({
|
|||||||
|
|
||||||
this._contextMenuManager = new PopupMenu.PopupMenuManager(this);
|
this._contextMenuManager = new PopupMenu.PopupMenuManager(this);
|
||||||
this._appContextMenu = new AppContextMenu(this.actor, this.app);
|
this._appContextMenu = new AppContextMenu(this.actor, this.app);
|
||||||
|
this._appContextMenu.connect('open-state-changed', _onMenuStateChanged);
|
||||||
this._appContextMenu.actor.hide();
|
this._appContextMenu.actor.hide();
|
||||||
this._contextMenuManager.addMenu(this._appContextMenu);
|
|
||||||
Main.uiGroup.add_actor(this._appContextMenu.actor);
|
Main.uiGroup.add_actor(this._appContextMenu.actor);
|
||||||
|
|
||||||
this._textureCache = St.TextureCache.get_default();
|
this._textureCache = St.TextureCache.get_default();
|
||||||
@@ -426,7 +465,7 @@ const AppButton = new Lang.Class({
|
|||||||
_getWindowList: function() {
|
_getWindowList: function() {
|
||||||
let workspace = global.screen.get_active_workspace();
|
let workspace = global.screen.get_active_workspace();
|
||||||
return this.app.get_windows().filter(function(win) {
|
return this.app.get_windows().filter(function(win) {
|
||||||
return win.located_on_workspace(workspace);
|
return !win.skip_taskbar && win.located_on_workspace(workspace);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -441,24 +480,39 @@ const AppButton = new Lang.Class({
|
|||||||
this._windowTitle = new WindowTitle(this.metaWindow);
|
this._windowTitle = new WindowTitle(this.metaWindow);
|
||||||
this._singleWindowTitle.child = this._windowTitle.actor;
|
this._singleWindowTitle.child = this._windowTitle.actor;
|
||||||
this._windowContextMenu = new WindowContextMenu(this.actor, this.metaWindow);
|
this._windowContextMenu = new WindowContextMenu(this.actor, this.metaWindow);
|
||||||
|
this._windowContextMenu.connect('open-state-changed',
|
||||||
|
_onMenuStateChanged);
|
||||||
Main.uiGroup.add_actor(this._windowContextMenu.actor);
|
Main.uiGroup.add_actor(this._windowContextMenu.actor);
|
||||||
this._windowContextMenu.actor.hide();
|
this._windowContextMenu.actor.hide();
|
||||||
this._contextMenuManager.addMenu(this._windowContextMenu);
|
this._contextMenuManager.addMenu(this._windowContextMenu);
|
||||||
}
|
}
|
||||||
|
this._contextMenuManager.removeMenu(this._appContextMenu);
|
||||||
this._contextMenu = this._windowContextMenu;
|
this._contextMenu = this._windowContextMenu;
|
||||||
} else {
|
} else {
|
||||||
if (this._windowTitle) {
|
if (this._windowTitle) {
|
||||||
this.metaWindow = null;
|
this.metaWindow = null;
|
||||||
this._singleWindowTitle.child = null;
|
this._singleWindowTitle.child = null;
|
||||||
this._windowTitle = null;
|
this._windowTitle = null;
|
||||||
this._windowContextMenu.actor.destroy();
|
this._windowContextMenu.destroy();
|
||||||
this._windowContextMenu = null;
|
this._windowContextMenu = null;
|
||||||
}
|
}
|
||||||
this._contextMenu = this._appContextMenu;
|
this._contextMenu = this._appContextMenu;
|
||||||
|
this._contextMenuManager.addMenu(this._appContextMenu);
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
get active() {
|
||||||
|
return this.actor.has_style_class_name('focused');
|
||||||
|
},
|
||||||
|
|
||||||
|
activate: function() {
|
||||||
|
if (this.active)
|
||||||
|
return;
|
||||||
|
|
||||||
|
this._onClicked(this.actor, 1);
|
||||||
|
},
|
||||||
|
|
||||||
_onClicked: function(actor, button) {
|
_onClicked: function(actor, button) {
|
||||||
let menuWasOpen = this._menu.isOpen;
|
let menuWasOpen = this._menu.isOpen;
|
||||||
if (menuWasOpen)
|
if (menuWasOpen)
|
||||||
@@ -512,7 +566,7 @@ const AppButton = new Lang.Class({
|
|||||||
global.window_manager.disconnect(this._switchWorkspaceId);
|
global.window_manager.disconnect(this._switchWorkspaceId);
|
||||||
this._windowTracker.disconnect(this._notifyFocusId);
|
this._windowTracker.disconnect(this._notifyFocusId);
|
||||||
this.app.disconnect(this._windowsChangedId);
|
this.app.disconnect(this._windowsChangedId);
|
||||||
this._menu.actor.destroy();
|
this._menu.destroy();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -698,6 +752,7 @@ const WindowList = new Lang.Class({
|
|||||||
|
|
||||||
let layout = new Clutter.BoxLayout({ homogeneous: true });
|
let layout = new Clutter.BoxLayout({ homogeneous: true });
|
||||||
this._windowList = new St.Widget({ style_class: 'window-list',
|
this._windowList = new St.Widget({ style_class: 'window-list',
|
||||||
|
reactive: true,
|
||||||
layout_manager: layout,
|
layout_manager: layout,
|
||||||
x_align: Clutter.ActorAlign.START,
|
x_align: Clutter.ActorAlign.START,
|
||||||
x_expand: true,
|
x_expand: true,
|
||||||
@@ -724,6 +779,7 @@ const WindowList = new Lang.Class({
|
|||||||
Lang.bind(this, this._populateWindowList));
|
Lang.bind(this, this._populateWindowList));
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
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);
|
||||||
@@ -783,6 +839,7 @@ const WindowList = new Lang.Class({
|
|||||||
|
|
||||||
this._fullscreenChangedId =
|
this._fullscreenChangedId =
|
||||||
global.screen.connect('in-fullscreen-changed', Lang.bind(this, function() {
|
global.screen.connect('in-fullscreen-changed', Lang.bind(this, function() {
|
||||||
|
this._updateKeyboardAnchor();
|
||||||
this._updateMessageTrayAnchor();
|
this._updateMessageTrayAnchor();
|
||||||
}));
|
}));
|
||||||
|
|
||||||
@@ -806,6 +863,31 @@ const WindowList = new Lang.Class({
|
|||||||
this._groupingModeChanged();
|
this._groupingModeChanged();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
_onScrollEvent: function(actor, event) {
|
||||||
|
let direction = event.get_scroll_direction();
|
||||||
|
let diff = 0;
|
||||||
|
if (direction == Clutter.ScrollDirection.DOWN)
|
||||||
|
diff = 1;
|
||||||
|
else if (direction == Clutter.ScrollDirection.UP)
|
||||||
|
diff = -1;
|
||||||
|
else
|
||||||
|
return;
|
||||||
|
|
||||||
|
let children = this._windowList.get_children().map(function(actor) {
|
||||||
|
return actor._delegate;
|
||||||
|
});
|
||||||
|
let active = 0;
|
||||||
|
for (let i = 0; i < children.length; i++) {
|
||||||
|
if (children[i].active) {
|
||||||
|
active = i;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
active = Math.max(0, Math.min(active + diff, children.length-1));
|
||||||
|
children[active].activate();
|
||||||
|
},
|
||||||
|
|
||||||
_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._grouped = this._groupingMode == GroupingMode.ALWAYS;
|
||||||
@@ -816,11 +898,19 @@ const WindowList = new Lang.Class({
|
|||||||
this._windowList.destroy_all_children();
|
this._windowList.destroy_all_children();
|
||||||
|
|
||||||
if (!this._grouped) {
|
if (!this._grouped) {
|
||||||
let windows = Meta.get_window_actors(global.screen);
|
let windows = Meta.get_window_actors(global.screen).sort(
|
||||||
|
function(w1, w2) {
|
||||||
|
return w1.metaWindow.get_stable_sequence() -
|
||||||
|
w2.metaWindow.get_stable_sequence();
|
||||||
|
});
|
||||||
for (let i = 0; i < windows.length; i++)
|
for (let i = 0; i < windows.length; i++)
|
||||||
this._onWindowAdded(null, windows[i].metaWindow);
|
this._onWindowAdded(null, windows[i].metaWindow);
|
||||||
} else {
|
} else {
|
||||||
let apps = this._appSystem.get_running();
|
let apps = this._appSystem.get_running().sort(
|
||||||
|
function(a1, a2) {
|
||||||
|
return _getAppStableSequence(a1) -
|
||||||
|
_getAppStableSequence(a2);
|
||||||
|
});
|
||||||
for (let i = 0; i < apps.length; i++)
|
for (let i = 0; i < apps.length; i++)
|
||||||
this._addApp(apps[i]);
|
this._addApp(apps[i]);
|
||||||
}
|
}
|
||||||
@@ -841,7 +931,8 @@ const WindowList = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_updateMessageTrayAnchor: function() {
|
_updateMessageTrayAnchor: function() {
|
||||||
let anchorY = this.actor.visible ? this.actor.height : 0;
|
let sameMonitor = Main.layoutManager.primaryIndex == Main.layoutManager.bottomIndex;
|
||||||
|
let anchorY = this.actor.visible && sameMonitor ? 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;
|
||||||
@@ -876,7 +967,7 @@ const WindowList = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_onWindowAdded: function(ws, win) {
|
_onWindowAdded: function(ws, win) {
|
||||||
if (!Shell.WindowTracker.get_default().is_window_interesting(win))
|
if (win.skip_taskbar)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (this._grouped)
|
if (this._grouped)
|
||||||
|
|||||||
@@ -75,3 +75,7 @@
|
|||||||
.window-list-workspace-indicator > StLabel {
|
.window-list-workspace-indicator > StLabel {
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notification {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
@@ -135,11 +135,16 @@ const WorkspaceSettingsWidget = new GObject.Class({
|
|||||||
|
|
||||||
_init: function(params) {
|
_init: function(params) {
|
||||||
this.parent(params);
|
this.parent(params);
|
||||||
this.margin = 10;
|
this.margin = 12;
|
||||||
this.orientation = Gtk.Orientation.VERTICAL;
|
this.orientation = Gtk.Orientation.VERTICAL;
|
||||||
|
|
||||||
this.add(new Gtk.Label({ label: _("Workspace names:"),
|
this.add(new Gtk.Label({ label: '<b>' + _("Workspace Names") + '</b>',
|
||||||
margin_bottom: 5 }));
|
use_markup: true, margin_bottom: 6,
|
||||||
|
hexpand: true, halign: Gtk.Align.START }));
|
||||||
|
|
||||||
|
let scrolled = new Gtk.ScrolledWindow({ shadow_type: Gtk.ShadowType.IN });
|
||||||
|
scrolled.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC);
|
||||||
|
this.add(scrolled);
|
||||||
|
|
||||||
this._store = new WorkspaceNameModel();
|
this._store = new WorkspaceNameModel();
|
||||||
this._treeView = new Gtk.TreeView({ model: this._store,
|
this._treeView = new Gtk.TreeView({ model: this._store,
|
||||||
@@ -156,19 +161,26 @@ const WorkspaceSettingsWidget = new GObject.Class({
|
|||||||
column.add_attribute(renderer, 'text', this._store.Columns.LABEL);
|
column.add_attribute(renderer, 'text', this._store.Columns.LABEL);
|
||||||
this._treeView.append_column(column);
|
this._treeView.append_column(column);
|
||||||
|
|
||||||
this.add(this._treeView);
|
scrolled.add(this._treeView);
|
||||||
|
|
||||||
let toolbar = new Gtk.Toolbar();
|
let toolbar = new Gtk.Toolbar({ icon_size: Gtk.IconSize.SMALL_TOOLBAR });
|
||||||
toolbar.get_style_context().add_class(Gtk.STYLE_CLASS_INLINE_TOOLBAR);
|
toolbar.get_style_context().add_class(Gtk.STYLE_CLASS_INLINE_TOOLBAR);
|
||||||
|
|
||||||
let newButton = new Gtk.ToolButton({ stock_id: Gtk.STOCK_NEW });
|
let newButton = new Gtk.ToolButton({ icon_name: 'list-add-symbolic' });
|
||||||
newButton.connect('clicked', Lang.bind(this, this._newClicked));
|
newButton.connect('clicked', Lang.bind(this, this._newClicked));
|
||||||
toolbar.add(newButton);
|
toolbar.add(newButton);
|
||||||
|
|
||||||
let delButton = new Gtk.ToolButton({ stock_id: Gtk.STOCK_DELETE });
|
let delButton = new Gtk.ToolButton({ icon_name: 'list-remove-symbolic' });
|
||||||
delButton.connect('clicked', Lang.bind(this, this._delClicked));
|
delButton.connect('clicked', Lang.bind(this, this._delClicked));
|
||||||
toolbar.add(delButton);
|
toolbar.add(delButton);
|
||||||
|
|
||||||
|
let selection = this._treeView.get_selection();
|
||||||
|
selection.connect('changed',
|
||||||
|
function() {
|
||||||
|
delButton.sensitive = selection.count_selected_rows() > 0;
|
||||||
|
});
|
||||||
|
delButton.sensitive = selection.count_selected_rows() > 0;
|
||||||
|
|
||||||
this.add(toolbar);
|
this.add(toolbar);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -12,13 +12,15 @@ additional and optional functionality to GNOME Shell.
|
|||||||
Most extensions can be installed by configuring --prefix=$HOME/.local,
|
Most extensions can be installed by configuring --prefix=$HOME/.local,
|
||||||
and will be picked automatically at next login.
|
and will be picked automatically at next login.
|
||||||
</description>
|
</description>
|
||||||
|
<homepage rdf:resource="https://wiki.gnome.org/Projects/GnomeShell/Extensions" />
|
||||||
|
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-shell-list" />
|
||||||
|
<download-page rdf:resource="http://download.gnome.org/sources/gnome-shell-extensions/" />
|
||||||
<bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-shell&component=extensions" />
|
<bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-shell&component=extensions" />
|
||||||
<homepage rdf:resource="http://live.gnome.org/GnomeShell/Extenstions" />
|
|
||||||
|
|
||||||
<maintainer>
|
<maintainer>
|
||||||
<foaf:Person>
|
<foaf:Person>
|
||||||
<foaf:name>Giovanni Campagna</foaf:name>
|
<foaf:name>Giovanni Campagna</foaf:name>
|
||||||
<foaf:mbox rdf:resource="mailto:scampa.giovanni@gmail.com" />
|
<foaf:mbox rdf:resource="mailto:gcampagna@src.gnome.org" />
|
||||||
<gnome:userid>gcampagna</gnome:userid>
|
<gnome:userid>gcampagna</gnome:userid>
|
||||||
</foaf:Person>
|
</foaf:Person>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ id
|
|||||||
it
|
it
|
||||||
ja
|
ja
|
||||||
kk
|
kk
|
||||||
|
km
|
||||||
kn
|
kn
|
||||||
ko
|
ko
|
||||||
lv
|
lv
|
||||||
|
|||||||
+288
-190
@@ -3,14 +3,14 @@
|
|||||||
# 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.
|
||||||
# Bruce Cowan <bruce@bcowan.me.uk>, 2011.
|
# Bruce Cowan <bruce@bcowan.me.uk>, 2011.
|
||||||
# Chris Leonard <cjlhomeaddress@gmail.com>, 2012.
|
# Chris Leonard <cjlhomeaddress@gmail.com>, 2012.
|
||||||
|
# Philip Withnall <philip@tecnocode.co.uk>, 2014.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extensions\n"
|
"Project-Id-Version: gnome-shell-extensions\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"shell&keywords=I18N+L10N&component=extensions\n"
|
"POT-Creation-Date: 2014-05-27 22:05+0100\n"
|
||||||
"POT-Creation-Date: 2012-09-20 13:47+0000\n"
|
|
||||||
"PO-Revision-Date: 2012-09-21 21:00-0400\n"
|
"PO-Revision-Date: 2012-09-21 21:00-0400\n"
|
||||||
"Last-Translator: Chris Leonard <cjlhomeaddress@gmail.com>\n"
|
"Last-Translator: Philip Withnall <philip@tecnocode.co.uk>\n"
|
||||||
"Language-Team: Sugar Labs\n"
|
"Language-Team: Sugar Labs\n"
|
||||||
"Language: en_GB\n"
|
"Language: en_GB\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -20,68 +20,88 @@ msgstr ""
|
|||||||
"X-Generator: Virtaal 0.7.1\n"
|
"X-Generator: Virtaal 0.7.1\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\n"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1
|
#: ../data/gnome-classic.desktop.in.h:1
|
||||||
msgid "The application icon mode."
|
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
||||||
msgstr "The application icon mode."
|
msgid "GNOME Classic"
|
||||||
|
msgstr "GNOME Classic"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2
|
#: ../data/gnome-classic.desktop.in.h:2
|
||||||
|
msgid "This session logs you into GNOME Classic"
|
||||||
|
msgstr "This session logs you into GNOME Classic"
|
||||||
|
|
||||||
|
#: ../data/gnome-shell-classic.desktop.in.in.h:1
|
||||||
|
msgid "GNOME Shell Classic"
|
||||||
|
msgstr "GNOME Shell Classic"
|
||||||
|
|
||||||
|
#: ../data/gnome-shell-classic.desktop.in.in.h:2
|
||||||
|
msgid "Window management and application launching"
|
||||||
|
msgstr "Window management and application launching"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
||||||
|
msgid "Attach modal dialog to the parent window"
|
||||||
|
msgstr "Attach modal dialogue to the parent window"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configures how the windows are shown in the switcher. Valid possibilities "
|
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
||||||
"are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-"
|
|
||||||
"only' (shows only the application icon) or 'both'."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Configures how the windows are shown in the switcher. Valid possibilities "
|
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
||||||
"are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-"
|
|
||||||
"only' (shows only the application icon) or 'both'."
|
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:26
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
||||||
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
|
msgstr "Arrangement of buttons on the titlebar"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
|
||||||
|
"GNOME Shell."
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
||||||
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
|
msgstr "Enable edge tiling when dropping windows on screen edges"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
||||||
|
msgid "Workspaces only on primary monitor"
|
||||||
|
msgstr "Workspaces only on primary monitor"
|
||||||
|
|
||||||
|
#: ../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 "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
|
||||||
|
#: ../extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Thumbnail only"
|
msgstr "Thumbnail only"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:27
|
#: ../extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Application icon only"
|
msgstr "Application icon only"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:28
|
#: ../extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Thumbnail and application icon"
|
msgstr "Thumbnail and application icon"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:43
|
#: ../extensions/alternate-tab/prefs.js:37
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Present windows as"
|
msgstr "Present windows as"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:68
|
#: ../extensions/alternate-tab/prefs.js:62
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Show only windows in the current workspace"
|
msgstr "Show only windows in the current workspace"
|
||||||
|
|
||||||
#. add the new entries
|
#: ../extensions/apps-menu/extension.js:39
|
||||||
#: ../extensions/alternative-status-menu/extension.js:68
|
msgid "Activities Overview"
|
||||||
msgid "Suspend"
|
msgstr "Activities Overview"
|
||||||
msgstr "Suspend"
|
|
||||||
|
|
||||||
#: ../extensions/alternative-status-menu/extension.js:73
|
#: ../extensions/apps-menu/extension.js:113
|
||||||
msgid "Hibernate"
|
msgid "Favorites"
|
||||||
msgstr "Hibernate"
|
msgstr "Favourites"
|
||||||
|
|
||||||
#: ../extensions/alternative-status-menu/extension.js:78
|
#: ../extensions/apps-menu/extension.js:282
|
||||||
msgid "Power Off"
|
msgid "Applications"
|
||||||
msgstr "Power Off"
|
msgstr "Applications"
|
||||||
|
|
||||||
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
|
|
||||||
msgid "Enable suspending"
|
|
||||||
msgstr "Enable suspending"
|
|
||||||
|
|
||||||
#: ../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 "Control the visibility of the Suspend menu item"
|
|
||||||
|
|
||||||
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
|
|
||||||
msgid "Enable hibernating"
|
|
||||||
msgstr "Enable hibernating"
|
|
||||||
|
|
||||||
#: ../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 "Control the visibility of the Hibernate menu item"
|
|
||||||
|
|
||||||
#: ../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"
|
||||||
@@ -116,89 +136,18 @@ msgstr "Create new matching rule"
|
|||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Add"
|
msgstr "Add"
|
||||||
|
|
||||||
#: ../extensions/dock/extension.js:600
|
#: ../extensions/drive-menu/extension.js:106
|
||||||
msgid "Drag here to add favorites"
|
#, javascript-format
|
||||||
msgstr "Drag here to add favourites"
|
msgid "Ejecting drive '%s' failed:"
|
||||||
|
msgstr "Ejecting drive '%s' failed:"
|
||||||
|
|
||||||
#: ../extensions/dock/extension.js:926
|
#: ../extensions/drive-menu/extension.js:123
|
||||||
msgid "New Window"
|
|
||||||
msgstr "New Window"
|
|
||||||
|
|
||||||
#: ../extensions/dock/extension.js:928
|
|
||||||
msgid "Quit Application"
|
|
||||||
msgstr "Quit Application"
|
|
||||||
|
|
||||||
#: ../extensions/dock/extension.js:933
|
|
||||||
msgid "Remove from Favorites"
|
|
||||||
msgstr "Remove from Favourites"
|
|
||||||
|
|
||||||
#: ../extensions/dock/extension.js:934
|
|
||||||
msgid "Add to Favorites"
|
|
||||||
msgstr "Add to Favourites"
|
|
||||||
|
|
||||||
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:1
|
|
||||||
msgid "Position of the dock"
|
|
||||||
msgstr "Position of the dock"
|
|
||||||
|
|
||||||
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:2
|
|
||||||
msgid ""
|
|
||||||
"Sets the position of the dock in the screen. Allowed values are 'right' or "
|
|
||||||
"'left'"
|
|
||||||
msgstr ""
|
|
||||||
"Sets the position of the dock in the screen. Allowed values are 'right' or "
|
|
||||||
"'left'"
|
|
||||||
|
|
||||||
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:3
|
|
||||||
msgid "Icon size"
|
|
||||||
msgstr "Icon size"
|
|
||||||
|
|
||||||
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:4
|
|
||||||
msgid "Sets icon size of the dock."
|
|
||||||
msgstr "Sets icon size of the dock."
|
|
||||||
|
|
||||||
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:5
|
|
||||||
msgid "Enable/disable autohide"
|
|
||||||
msgstr "Enable/disable autohide"
|
|
||||||
|
|
||||||
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:6
|
|
||||||
msgid "Autohide effect"
|
|
||||||
msgstr "Autohide effect"
|
|
||||||
|
|
||||||
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:7
|
|
||||||
msgid ""
|
|
||||||
"Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' and "
|
|
||||||
"'move'"
|
|
||||||
msgstr ""
|
|
||||||
"Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' and "
|
|
||||||
"'move'"
|
|
||||||
|
|
||||||
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:8
|
|
||||||
msgid "Autohide duration"
|
|
||||||
msgstr "Autohide duration"
|
|
||||||
|
|
||||||
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:9
|
|
||||||
msgid "Sets the time duration of the autohide effect."
|
|
||||||
msgstr "Sets the time duration of the autohide effect."
|
|
||||||
|
|
||||||
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:10
|
|
||||||
msgid "Monitor"
|
|
||||||
msgstr "Monitor"
|
|
||||||
|
|
||||||
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:11
|
|
||||||
msgid ""
|
|
||||||
"Sets monitor to display dock in. The default value (-1) is the primary "
|
|
||||||
"monitor."
|
|
||||||
msgstr ""
|
|
||||||
"Sets monitor to display dock in. The default value (-1) is the primary "
|
|
||||||
"monitor."
|
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:56
|
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Removable devices"
|
msgstr "Removable devices"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:67
|
#: ../extensions/drive-menu/extension.js:150
|
||||||
msgid "Open file manager"
|
msgid "Open File"
|
||||||
msgstr "Open file manager"
|
msgstr "Open File"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: ../extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
@@ -216,8 +165,6 @@ msgstr ""
|
|||||||
"If not empty, it contains the text that will be shown when clicking on the "
|
"If not empty, it contains the text that will be shown when clicking on the "
|
||||||
"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 ""
|
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 "
|
||||||
@@ -232,26 +179,6 @@ msgstr ""
|
|||||||
msgid "Message:"
|
msgid "Message:"
|
||||||
msgstr "Message:"
|
msgstr "Message:"
|
||||||
|
|
||||||
#: ../extensions/gajim/extension.js:226
|
|
||||||
#, c-format
|
|
||||||
msgid "%s is away."
|
|
||||||
msgstr "%s is away."
|
|
||||||
|
|
||||||
#: ../extensions/gajim/extension.js:229
|
|
||||||
#, c-format
|
|
||||||
msgid "%s is offline."
|
|
||||||
msgstr "%s is offline."
|
|
||||||
|
|
||||||
#: ../extensions/gajim/extension.js:232
|
|
||||||
#, c-format
|
|
||||||
msgid "%s is online."
|
|
||||||
msgstr "%s is online."
|
|
||||||
|
|
||||||
#: ../extensions/gajim/extension.js:235
|
|
||||||
#, c-format
|
|
||||||
msgid "%s is busy."
|
|
||||||
msgstr "%s is busy."
|
|
||||||
|
|
||||||
#: ../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 "Use more screen for windows"
|
msgstr "Use more screen for windows"
|
||||||
@@ -280,44 +207,34 @@ msgstr ""
|
|||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
"restarting the shell to have any effect."
|
"restarting the shell to have any effect."
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:46
|
#: ../extensions/places-menu/extension.js:78
|
||||||
|
#: ../extensions/places-menu/extension.js:81
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Places"
|
msgstr "Places"
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:47
|
#: ../extensions/places-menu/placeDisplay.js:57
|
||||||
msgid "Devices"
|
#, javascript-format
|
||||||
msgstr "Devices"
|
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:48
|
|
||||||
msgid "Bookmarks"
|
|
||||||
msgstr "Bookmarks"
|
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:49
|
|
||||||
msgid "Network"
|
|
||||||
msgstr "Network"
|
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:48
|
|
||||||
#, c-format
|
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch \"%s\""
|
||||||
msgstr "Failed to launch \"%s\""
|
msgstr "Failed to launch \"%s\""
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:121
|
#: ../extensions/places-menu/placeDisplay.js:99
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:122
|
||||||
|
msgid "Computer"
|
||||||
|
msgstr "Computer"
|
||||||
|
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:200
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Home"
|
msgstr "Home"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:184
|
#: ../extensions/places-menu/placeDisplay.js:287
|
||||||
msgid "File System"
|
msgid "Browse Network"
|
||||||
msgstr "File System"
|
msgstr "Browse Network"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:188
|
#: ../extensions/systemMonitor/extension.js:214
|
||||||
msgid "Browse network"
|
|
||||||
msgstr "Browse network"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:213
|
|
||||||
msgid "CPU"
|
msgid "CPU"
|
||||||
msgstr "CPU"
|
msgstr "CPU"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:266
|
#: ../extensions/systemMonitor/extension.js:267
|
||||||
msgid "Memory"
|
msgid "Memory"
|
||||||
msgstr "Memory"
|
msgstr "Memory"
|
||||||
|
|
||||||
@@ -329,10 +246,83 @@ msgstr "Theme name"
|
|||||||
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 "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgstr "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:110
|
||||||
|
msgid "Close"
|
||||||
|
msgstr "Close"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:120
|
||||||
|
msgid "Unminimize"
|
||||||
|
msgstr "Unminimise"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:121
|
||||||
|
msgid "Minimize"
|
||||||
|
msgstr "Minimise"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:127
|
||||||
|
msgid "Unmaximize"
|
||||||
|
msgstr "Unmaximise"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:128
|
||||||
|
msgid "Maximize"
|
||||||
|
msgstr "Maximise"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:300
|
||||||
|
msgid "Minimize all"
|
||||||
|
msgstr "Minimise all"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:308
|
||||||
|
msgid "Unminimize all"
|
||||||
|
msgstr "Unminimise all"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:316
|
||||||
|
msgid "Maximize all"
|
||||||
|
msgstr "Maximise all"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:325
|
||||||
|
msgid "Unmaximize all"
|
||||||
|
msgstr "Unmaximise all"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:334
|
||||||
|
msgid "Close all"
|
||||||
|
msgstr "Close all"
|
||||||
|
|
||||||
|
#: ../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 "Workspace Indicator"
|
msgstr "Workspace Indicator"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:798
|
||||||
|
msgid "Window List"
|
||||||
|
msgstr "Window List"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
||||||
|
msgid "When to group windows"
|
||||||
|
msgstr "When to group windows"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Decides when to group windows from the same application on the window list. "
|
||||||
|
"Possible values are \"never\", \"auto\" and \"always\"."
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:30
|
||||||
|
msgid "Window Grouping"
|
||||||
|
msgstr "Window Grouping"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:49
|
||||||
|
msgid "Never group windows"
|
||||||
|
msgstr "Never group windows"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:50
|
||||||
|
msgid "Group windows when space is limited"
|
||||||
|
msgstr "Group windows when space is limited"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:51
|
||||||
|
msgid "Always group windows"
|
||||||
|
msgstr "Always group windows"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: ../extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace names:"
|
msgid "Workspace names:"
|
||||||
msgstr "Workspace names:"
|
msgstr "Workspace names:"
|
||||||
@@ -342,33 +332,141 @@ msgid "Name"
|
|||||||
msgstr "Name"
|
msgstr "Name"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:186
|
#: ../extensions/workspace-indicator/prefs.js:186
|
||||||
#, c-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Workspace %d"
|
msgstr "Workspace %d"
|
||||||
|
|
||||||
#: ../extensions/xrandr-indicator/extension.js:30
|
#~ msgid "The application icon mode."
|
||||||
msgid "Normal"
|
#~ msgstr "The application icon mode."
|
||||||
msgstr "Normal"
|
|
||||||
|
|
||||||
#: ../extensions/xrandr-indicator/extension.js:31
|
#~ msgid ""
|
||||||
msgid "Left"
|
#~ "Configures how the windows are shown in the switcher. Valid possibilities "
|
||||||
msgstr "Left"
|
#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-"
|
||||||
|
#~ "only' (shows only the application icon) or 'both'."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Configures how the windows are shown in the switcher. Valid possibilities "
|
||||||
|
#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-"
|
||||||
|
#~ "only' (shows only the application icon) or 'both'."
|
||||||
|
|
||||||
#: ../extensions/xrandr-indicator/extension.js:32
|
#~ msgid "Suspend"
|
||||||
msgid "Right"
|
#~ msgstr "Suspend"
|
||||||
msgstr "Right"
|
|
||||||
|
|
||||||
#: ../extensions/xrandr-indicator/extension.js:33
|
#~ msgid "Hibernate"
|
||||||
msgid "Upside-down"
|
#~ msgstr "Hibernate"
|
||||||
msgstr "Upside-down"
|
|
||||||
|
|
||||||
#: ../extensions/xrandr-indicator/extension.js:50
|
#~ msgid "Power Off"
|
||||||
msgid "Display"
|
#~ msgstr "Power Off"
|
||||||
msgstr "Display"
|
|
||||||
|
|
||||||
#: ../extensions/xrandr-indicator/extension.js:80
|
#~ msgid "Enable suspending"
|
||||||
msgid "Display Settings"
|
#~ msgstr "Enable suspending"
|
||||||
msgstr "Display Settings"
|
|
||||||
|
#~ msgid "Control the visibility of the Suspend menu item"
|
||||||
|
#~ msgstr "Control the visibility of the Suspend menu item"
|
||||||
|
|
||||||
|
#~ msgid "Enable hibernating"
|
||||||
|
#~ msgstr "Enable hibernating"
|
||||||
|
|
||||||
|
#~ msgid "Control the visibility of the Hibernate menu item"
|
||||||
|
#~ msgstr "Control the visibility of the Hibernate menu item"
|
||||||
|
|
||||||
|
#~ msgid "Drag here to add favorites"
|
||||||
|
#~ msgstr "Drag here to add favourites"
|
||||||
|
|
||||||
|
#~ msgid "New Window"
|
||||||
|
#~ msgstr "New Window"
|
||||||
|
|
||||||
|
#~ msgid "Quit Application"
|
||||||
|
#~ msgstr "Quit Application"
|
||||||
|
|
||||||
|
#~ msgid "Remove from Favorites"
|
||||||
|
#~ msgstr "Remove from Favourites"
|
||||||
|
|
||||||
|
#~ msgid "Position of the dock"
|
||||||
|
#~ msgstr "Position of the dock"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Sets the position of the dock in the screen. Allowed values are 'right' "
|
||||||
|
#~ "or 'left'"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Sets the position of the dock in the screen. Allowed values are 'right' "
|
||||||
|
#~ "or 'left'"
|
||||||
|
|
||||||
|
#~ msgid "Icon size"
|
||||||
|
#~ msgstr "Icon size"
|
||||||
|
|
||||||
|
#~ msgid "Sets icon size of the dock."
|
||||||
|
#~ msgstr "Sets icon size of the dock."
|
||||||
|
|
||||||
|
#~ msgid "Enable/disable autohide"
|
||||||
|
#~ msgstr "Enable/disable autohide"
|
||||||
|
|
||||||
|
#~ msgid "Autohide effect"
|
||||||
|
#~ msgstr "Autohide effect"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' "
|
||||||
|
#~ "and 'move'"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' "
|
||||||
|
#~ "and 'move'"
|
||||||
|
|
||||||
|
#~ msgid "Autohide duration"
|
||||||
|
#~ msgstr "Autohide duration"
|
||||||
|
|
||||||
|
#~ msgid "Sets the time duration of the autohide effect."
|
||||||
|
#~ msgstr "Sets the time duration of the autohide effect."
|
||||||
|
|
||||||
|
#~ msgid "Monitor"
|
||||||
|
#~ msgstr "Monitor"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Sets monitor to display dock in. The default value (-1) is the primary "
|
||||||
|
#~ "monitor."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Sets monitor to display dock in. The default value (-1) is the primary "
|
||||||
|
#~ "monitor."
|
||||||
|
|
||||||
|
#~ msgid "%s is away."
|
||||||
|
#~ msgstr "%s is away."
|
||||||
|
|
||||||
|
#~ msgid "%s is offline."
|
||||||
|
#~ msgstr "%s is offline."
|
||||||
|
|
||||||
|
#~ msgid "%s is online."
|
||||||
|
#~ msgstr "%s is online."
|
||||||
|
|
||||||
|
#~ msgid "%s is busy."
|
||||||
|
#~ msgstr "%s is busy."
|
||||||
|
|
||||||
|
#~ msgid "Devices"
|
||||||
|
#~ msgstr "Devices"
|
||||||
|
|
||||||
|
#~ msgid "Bookmarks"
|
||||||
|
#~ msgstr "Bookmarks"
|
||||||
|
|
||||||
|
#~ msgid "Network"
|
||||||
|
#~ msgstr "Network"
|
||||||
|
|
||||||
|
#~ msgid "File System"
|
||||||
|
#~ msgstr "File System"
|
||||||
|
|
||||||
|
#~ msgid "Normal"
|
||||||
|
#~ msgstr "Normal"
|
||||||
|
|
||||||
|
#~ msgid "Left"
|
||||||
|
#~ msgstr "Left"
|
||||||
|
|
||||||
|
#~ msgid "Right"
|
||||||
|
#~ msgstr "Right"
|
||||||
|
|
||||||
|
#~ msgid "Upside-down"
|
||||||
|
#~ msgstr "Upside-down"
|
||||||
|
|
||||||
|
#~ msgid "Display"
|
||||||
|
#~ msgstr "Display"
|
||||||
|
|
||||||
|
#~ msgid "Display Settings"
|
||||||
|
#~ msgstr "Display Settings"
|
||||||
|
|
||||||
#~ msgid "Do Not Disturb"
|
#~ msgid "Do Not Disturb"
|
||||||
#~ msgstr "Do Not Disturb"
|
#~ msgstr "Do Not Disturb"
|
||||||
|
|||||||
@@ -8,8 +8,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: 2013-08-11 00:54+0000\n"
|
"POT-Creation-Date: 2014-03-03 08:29+0000\n"
|
||||||
"PO-Revision-Date: 2013-08-15 12:07+0100\n"
|
"PO-Revision-Date: 2014-03-03 13:39+0100\n"
|
||||||
"Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n"
|
"Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n"
|
||||||
"Language-Team: Friulian <fur@li.org>\n"
|
"Language-Team: Friulian <fur@li.org>\n"
|
||||||
"Language: fur\n"
|
"Language: fur\n"
|
||||||
@@ -57,6 +57,12 @@ msgstr ""
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Lûcs di lavôr dome sul visôr principâl"
|
msgstr "Lûcs di lavôr dome sul visôr principâl"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr ""
|
||||||
|
"Tarde la mude dal focus te modalitât mouse fintremai che il pontadôr no si "
|
||||||
|
"ferme"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: ../extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Dome miniaturis"
|
msgstr "Dome miniaturis"
|
||||||
@@ -71,7 +77,7 @@ msgstr "Miniature e icone de aplicazion"
|
|||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:37
|
#: ../extensions/alternate-tab/prefs.js:37
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr ""
|
msgstr "Mostre i barcons come"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:62
|
#: ../extensions/alternate-tab/prefs.js:62
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
@@ -85,7 +91,7 @@ msgstr "Panoramiche ativitâts"
|
|||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Preferîts"
|
msgstr "Preferîts"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:276
|
#: ../extensions/apps-menu/extension.js:282
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Aplicazions"
|
msgstr "Aplicazions"
|
||||||
|
|
||||||
@@ -120,16 +126,15 @@ msgstr "Cree une gnove regule di corispondence"
|
|||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Zonte"
|
msgstr "Zonte"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:72
|
#: ../extensions/drive-menu/extension.js:106
|
||||||
#, c-format
|
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive '%s' failed:"
|
||||||
msgstr "No rivât a parâ fûr l'unitât «%s»:"
|
msgstr "No rivât a parâ fûr l'unitât «%s»:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:89
|
#: ../extensions/drive-menu/extension.js:123
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Argagn rimovibil"
|
msgstr "Argagn rimovibil"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: ../extensions/drive-menu/extension.js:150
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Vierç File"
|
msgstr "Vierç File"
|
||||||
|
|
||||||
@@ -150,8 +155,6 @@ msgstr ""
|
|||||||
"Se no vueit, al ten il test che al vegnarà mostrât scliçant su le rie "
|
"Se no vueit, al ten il test che al vegnarà mostrât scliçant su le rie "
|
||||||
"superiôr"
|
"superiôr"
|
||||||
|
|
||||||
#. TRANSLATORS: Example is the name of the extension, should not be
|
|
||||||
#. translated
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: ../extensions/example/prefs.js:30
|
||||||
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 "
|
||||||
@@ -195,25 +198,25 @@ msgstr ""
|
|||||||
"volte al compuartament normâl de shell, che lis place in bas.Cambiant cheste "
|
"volte al compuartament normâl de shell, che lis place in bas.Cambiant cheste "
|
||||||
"impostazion a si scugne tornâ a inviâ la shell."
|
"impostazion a si scugne tornâ a inviâ la shell."
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:77
|
#: ../extensions/places-menu/extension.js:78
|
||||||
|
#: ../extensions/places-menu/extension.js:81
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Puescj"
|
msgstr "Puescj"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:56
|
#: ../extensions/places-menu/placeDisplay.js:57
|
||||||
#, c-format
|
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch \"%s\""
|
||||||
msgstr "Inviament di «%s» falît"
|
msgstr "Inviament di «%s» falît"
|
||||||
|
|
||||||
#: ../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 "Cjase"
|
msgstr "Cjase"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:286
|
#: ../extensions/places-menu/placeDisplay.js:287
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Esplore rêt"
|
msgstr "Esplore rêt"
|
||||||
|
|
||||||
@@ -227,17 +230,63 @@ msgstr "Memorie"
|
|||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr ""
|
msgstr "Non dal teme"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: ../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"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr ""
|
msgstr "Il non dal teme, che si cjame da ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:382
|
#: ../extensions/window-list/extension.js:104
|
||||||
|
msgid "Close"
|
||||||
|
msgstr "Siere"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:114
|
||||||
|
msgid "Unminimize"
|
||||||
|
msgstr "Gjave minimizazion"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:115
|
||||||
|
msgid "Minimize"
|
||||||
|
msgstr "Minimize"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:121
|
||||||
|
msgid "Unmaximize"
|
||||||
|
msgstr "Gjave massimizazion"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:122
|
||||||
|
msgid "Maximize"
|
||||||
|
msgstr "Massimize"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:294
|
||||||
|
msgid "Minimize all"
|
||||||
|
msgstr "Minimize ducj"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:302
|
||||||
|
msgid "Unminimize all"
|
||||||
|
msgstr "Gjave a ducj la minimizazion"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:310
|
||||||
|
msgid "Maximize all"
|
||||||
|
msgstr "Massimize ducj"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:319
|
||||||
|
msgid "Unmaximize all"
|
||||||
|
msgstr "Gjave a ducj la massimizazion"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:328
|
||||||
|
msgid "Close all"
|
||||||
|
msgstr "Siere ducj"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:638
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: ../extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Indicatôr lûcs di lavôr"
|
msgstr "Indicatôr lûcs di lavôr"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:792
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Window Grouping"
|
||||||
|
msgid "Window List"
|
||||||
|
msgstr "Ingrumament balcons"
|
||||||
|
|
||||||
#: ../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"
|
||||||
msgstr "Quant ingrumâ i balcons"
|
msgstr "Quant ingrumâ i balcons"
|
||||||
@@ -275,30 +324,23 @@ msgid "Name"
|
|||||||
msgstr "Non"
|
msgstr "Non"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:186
|
#: ../extensions/workspace-indicator/prefs.js:186
|
||||||
#, c-format
|
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Lûc di lavôr %d"
|
msgstr "Lûc di lavôr %d"
|
||||||
|
|
||||||
#: ../extensions/xrandr-indicator/extension.js:30
|
#~ msgid "Normal"
|
||||||
msgid "Normal"
|
#~ msgstr "Normâl"
|
||||||
msgstr "Normâl"
|
|
||||||
|
|
||||||
#: ../extensions/xrandr-indicator/extension.js:31
|
#~ msgid "Left"
|
||||||
msgid "Left"
|
#~ msgstr "Çampe"
|
||||||
msgstr "Çampe"
|
|
||||||
|
|
||||||
#: ../extensions/xrandr-indicator/extension.js:32
|
#~ msgid "Right"
|
||||||
msgid "Right"
|
#~ msgstr "Diestre"
|
||||||
msgstr "Diestre"
|
|
||||||
|
|
||||||
#: ../extensions/xrandr-indicator/extension.js:33
|
#~ msgid "Upside-down"
|
||||||
msgid "Upside-down"
|
#~ msgstr "Cui pîs pa'l'aiar"
|
||||||
msgstr "Cui pîs pa'l'aiar"
|
|
||||||
|
|
||||||
#: ../extensions/xrandr-indicator/extension.js:50
|
#~ msgid "Display"
|
||||||
msgid "Display"
|
#~ msgstr "Visôr"
|
||||||
msgstr "Visôr"
|
|
||||||
|
|
||||||
#: ../extensions/xrandr-indicator/extension.js:87
|
#~ msgid "Display Settings"
|
||||||
msgid "Display Settings"
|
#~ msgstr "Impostazions Visôr"
|
||||||
msgstr "Impostazions Visôr"
|
|
||||||
|
|||||||
@@ -4,14 +4,15 @@
|
|||||||
# Takeshi AIHANA <takeshi.aihana@gmail.com>, 2011.
|
# Takeshi AIHANA <takeshi.aihana@gmail.com>, 2011.
|
||||||
# Jiro Matsuzawa <jmatsuzawa@gnome.org>, 2011, 2013
|
# Jiro Matsuzawa <jmatsuzawa@gnome.org>, 2011, 2013
|
||||||
# Nishio Futoshi <fut_nis@d3.dion.ne.jp>, 2013.
|
# Nishio Futoshi <fut_nis@d3.dion.ne.jp>, 2013.
|
||||||
|
# Ikuya Awashiro <ikuya@fruitsbasket.info>, 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-shell&keywords=I18N+L10N&component=extensions\n"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&keywords=I18N+L10N&component=extensions\n"
|
||||||
"POT-Creation-Date: 2013-08-27 19:46+0000\n"
|
"POT-Creation-Date: 2014-03-29 20:57+0000\n"
|
||||||
"PO-Revision-Date: 2013-06-23 11:15+0900\n"
|
"PO-Revision-Date: 2014-06-23 16:25+0900\n"
|
||||||
"Last-Translator: Nishio Futoshi <fut_nis@d3.dion.ne.jp>\n"
|
"Last-Translator: Ikuya Awashiro <ikuya@fruitsbasket.info>\n"
|
||||||
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
|
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
|
||||||
"Language: ja\n"
|
"Language: ja\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -52,6 +53,10 @@ msgstr "ウィンドウを画面の端に移動させたときにタイル状に
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "プライマリモニターのみワークスペースを切り替える"
|
msgstr "プライマリモニターのみワークスペースを切り替える"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr "ポインターの動作が止まるまでマウスモードでのフォーカスの変更を遅らせる"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: ../extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "サムネイルのみ"
|
msgstr "サムネイルのみ"
|
||||||
@@ -80,7 +85,7 @@ msgstr "アクティビティ"
|
|||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "お気に入り"
|
msgstr "お気に入り"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:278
|
#: ../extensions/apps-menu/extension.js:282
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "アプリケーション"
|
msgstr "アプリケーション"
|
||||||
|
|
||||||
@@ -113,16 +118,16 @@ msgstr "新規ルールの作成"
|
|||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "追加"
|
msgstr "追加"
|
||||||
|
|
||||||
#: ../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 "ドライブ '%s' の取り出しに失敗しました:"
|
msgstr "ドライブ '%s' の取り出しに失敗しました:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:90
|
#: ../extensions/drive-menu/extension.js:123
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "リムーバブルデバイス"
|
msgstr "リムーバブルデバイス"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:117
|
#: ../extensions/drive-menu/extension.js:150
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "ファイルを開く"
|
msgstr "ファイルを開く"
|
||||||
|
|
||||||
@@ -138,8 +143,6 @@ msgstr "代わりの挨拶テキストです。"
|
|||||||
msgid "If not empty, it contains the text that will be shown when clicking on the panel."
|
msgid "If not empty, it contains the text that will be shown when clicking on the panel."
|
||||||
msgstr "空でない場合、指定したテキストが、パネルをクリックした時に表示されます。"
|
msgstr "空でない場合、指定したテキストが、パネルをクリックした時に表示されます。"
|
||||||
|
|
||||||
#. TRANSLATORS: Example is the name of the extension, should not be
|
|
||||||
#. translated
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: ../extensions/example/prefs.js:30
|
||||||
msgid ""
|
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"
|
"Example aims to show how to build well behaved extensions for the Shell and as such it has little functionality on its own.\n"
|
||||||
@@ -173,21 +176,21 @@ msgstr "TRUE にすると、ウィンドウのサムネイルの上端にその
|
|||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "場所"
|
msgstr "場所"
|
||||||
|
|
||||||
#: ../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 "\"%s\" の起動に失敗"
|
msgstr "\"%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 "コンピューター"
|
msgstr "コンピューター"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:199
|
#: ../extensions/places-menu/placeDisplay.js:200
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "ホーム"
|
msgstr "ホーム"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:286
|
#: ../extensions/places-menu/placeDisplay.js:287
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "ネットワークを表示"
|
msgstr "ネットワークを表示"
|
||||||
|
|
||||||
@@ -207,51 +210,55 @@ msgstr "テーマの名前"
|
|||||||
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 "テーマの名前です (~/.themes/name/gnome-shell 配下に格納します)"
|
msgstr "テーマの名前です (~/.themes/name/gnome-shell 配下に格納します)"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:92
|
#: ../extensions/window-list/extension.js:104
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "閉じる"
|
msgstr "閉じる"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:102
|
#: ../extensions/window-list/extension.js:114
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "最小化解除"
|
msgstr "最小化解除"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:103
|
#: ../extensions/window-list/extension.js:115
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "最小化"
|
msgstr "最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:109
|
#: ../extensions/window-list/extension.js:121
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "最大化解除"
|
msgstr "最大化解除"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: ../extensions/window-list/extension.js:122
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "最大化"
|
msgstr "最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:270
|
#: ../extensions/window-list/extension.js:294
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "全て最小化"
|
msgstr "全て最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:278
|
#: ../extensions/window-list/extension.js:302
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "全て最小化解除"
|
msgstr "全て最小化解除"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:286
|
#: ../extensions/window-list/extension.js:310
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "全て最大化"
|
msgstr "全て最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:295
|
#: ../extensions/window-list/extension.js:319
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "全て最大化解除"
|
msgstr "全て最大化解除"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:304
|
#: ../extensions/window-list/extension.js:328
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "全て閉じる"
|
msgstr "全て閉じる"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:591
|
#: ../extensions/window-list/extension.js:638
|
||||||
#: ../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:792
|
||||||
|
msgid "Window List"
|
||||||
|
msgstr "ウィンドウのリスト"
|
||||||
|
|
||||||
#: ../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"
|
||||||
msgstr "ウインドウをグループ化する条件"
|
msgstr "ウインドウをグループ化する条件"
|
||||||
@@ -285,7 +292,7 @@ msgid "Name"
|
|||||||
msgstr "名前"
|
msgstr "名前"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:186
|
#: ../extensions/workspace-indicator/prefs.js:186
|
||||||
#, c-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "ワークスペース %d"
|
msgstr "ワークスペース %d"
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,326 @@
|
|||||||
|
# Khmer translation for gnome-shell-extensions.
|
||||||
|
# Copyright (C) 2014 gnome-shell-extensions's COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the gnome-shell-extensions package.
|
||||||
|
# Khoem Sokhem <sokhem@open.org.kh>, 2014.
|
||||||
|
# Sophea Sok <sophea@open.org.kh>, 2014.
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: gnome-shell-extensions master\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&keywords=I18N+L10N&component=extensions\n"
|
||||||
|
"POT-Creation-Date: 2014-04-02 07:59+0000\n"
|
||||||
|
"PO-Revision-Date: 2014-04-09 08:54+0700\n"
|
||||||
|
"Last-Translator: Sophea Sok <sophea@open.org.kh>\n"
|
||||||
|
"Language-Team: Khmer <>\n"
|
||||||
|
"Language: km\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Generator: WordForge 0.8 RC1\n"
|
||||||
|
"X-Language: km-KH\n"
|
||||||
|
|
||||||
|
#: ../data/gnome-classic.desktop.in.h:1
|
||||||
|
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
||||||
|
msgid "GNOME Classic"
|
||||||
|
msgstr "GNOME Classic"
|
||||||
|
|
||||||
|
#: ../data/gnome-classic.desktop.in.h:2
|
||||||
|
msgid "This session logs you into GNOME Classic"
|
||||||
|
msgstr "សម័យនេះនឹងឲ្យអ្នកចូល GNOME Classic"
|
||||||
|
|
||||||
|
#: ../data/gnome-shell-classic.desktop.in.in.h:1
|
||||||
|
msgid "GNOME Shell Classic"
|
||||||
|
msgstr "GNOME Shell Classic"
|
||||||
|
|
||||||
|
#: ../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 "Enable edge tiling when dropping windows on screen edges"
|
||||||
|
msgstr "បើកគម្របគែមពេលទម្លាក់បង្អួចនៅលើគែមអេក្រង់"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
||||||
|
msgid "Workspaces only on primary monitor"
|
||||||
|
msgstr "តំបន់ធ្វើការមានតែនៅលើម៉ូនីទ័រមេប៉ុណ្ណោះ"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
||||||
|
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:37
|
||||||
|
msgid "Present windows as"
|
||||||
|
msgstr "បង្ហាញវីនដូជា"
|
||||||
|
|
||||||
|
#: ../extensions/alternate-tab/prefs.js:62
|
||||||
|
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 ""
|
||||||
|
"បញ្ជីខ្សែអក្សរ, បញ្ជីនីមួយៗមានលេខសម្គាល់កម្មវិធី (ឈ្មោះឯកសារផ្ទៃតុ) "
|
||||||
|
"តាមពីក្រោយដោយសញ្ញាចុចពីរ និងលេខតំបន់ធ្វើការ"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:55
|
||||||
|
msgid "Application"
|
||||||
|
msgstr "កម្មវិធី"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:64
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:106
|
||||||
|
msgid "Workspace"
|
||||||
|
msgstr "តំបន់ធ្វើការ"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:80
|
||||||
|
msgid "Add rule"
|
||||||
|
msgstr "បន្ថែមក្បួន"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:94
|
||||||
|
msgid "Create new matching rule"
|
||||||
|
msgstr "បង្កើតក្បួនផ្គូរផ្គងថ្មី"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:98
|
||||||
|
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 ""
|
||||||
|
"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 ""
|
||||||
|
"ឧទាហរណ៍៖ ដើម្បីបង្ហាញរបៀបបង្កើតផ្នែកបន្ថែមល្អសម្រាប់សែល "
|
||||||
|
"វាគឺត្រូវមានមុខងារផ្ទាល់ខ្លួនរបស់វា។\nទោះយ៉ាងណា "
|
||||||
|
"វាមិនអាចប្ដូរសារស្វាគមន៍បានទេ។"
|
||||||
|
|
||||||
|
#: ../extensions/example/prefs.js:36
|
||||||
|
msgid "Message:"
|
||||||
|
msgstr "សារ៖"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"ប្រសិនបើពិត វានឹងដាក់ចំណងជើងបង្អួចនៅខាងលើរូបភាពតូច "
|
||||||
|
"ហើយបដិសេធសែលលំនាំដើមដែលដាក់វានៅបាត។ ការប្ដូរការកំណត់នេះ "
|
||||||
|
"តម្រូវឲ្យចាប់ផ្ដើមសែលឡើងវិញទើបមានប្រសិទ្ធភាព។"
|
||||||
|
|
||||||
|
#: ../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:104
|
||||||
|
msgid "Close"
|
||||||
|
msgstr "បិទ"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:114
|
||||||
|
msgid "Unminimize"
|
||||||
|
msgstr "មិនបង្រួមអប្បបរមា"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:115
|
||||||
|
msgid "Minimize"
|
||||||
|
msgstr "បង្រួមអប្បបរមា"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:121
|
||||||
|
msgid "Unmaximize"
|
||||||
|
msgstr "មិនពង្រីកអតិបរមា"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:122
|
||||||
|
msgid "Maximize"
|
||||||
|
msgstr "ពង្រីកអតិបរមា"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:294
|
||||||
|
msgid "Minimize all"
|
||||||
|
msgstr "បង្រួមអប្បបរមាទាំងអស់"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:302
|
||||||
|
msgid "Unminimize all"
|
||||||
|
msgstr "មិនបង្រួមអប្បបរមាទាំងអស់"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:310
|
||||||
|
msgid "Maximize all"
|
||||||
|
msgstr "ពង្រីកអតិបរមាទាំងអស់"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:319
|
||||||
|
msgid "Unmaximize all"
|
||||||
|
msgstr "មិនពង្រីកអតិបរមាទាំងអស់"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:328
|
||||||
|
msgid "Close all"
|
||||||
|
msgstr "បិទទាំងអស់"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:638
|
||||||
|
#: ../extensions/workspace-indicator/extension.js:30
|
||||||
|
msgid "Workspace Indicator"
|
||||||
|
msgstr "ទ្រនិចបង្ហាញតំបន់ធ្វើការ"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:792
|
||||||
|
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 ""
|
||||||
|
"សម្រេចចិត្តថាតើពេលណាដែលត្រូវដាក់បង្អួចជាក្រុមចេញពីកម្មវិធីដូចគ្"
|
||||||
|
"នានៅលើបញ្ជីបង្អួច។ តម្លៃដែលអាចប្រើបានគឺ៖ \"កុំ\", \"ស្វ័យប្រវត្តិ\" និង "
|
||||||
|
"\"ជានិច្ច\" ។"
|
||||||
|
|
||||||
|
#: ../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:152
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "ឈ្មោះ"
|
||||||
|
|
||||||
|
#: ../extensions/workspace-indicator/prefs.js:186
|
||||||
|
#, javascript-format
|
||||||
|
msgid "Workspace %d"
|
||||||
|
msgstr "តំបន់ធ្វើការ %d"
|
||||||
@@ -1,23 +1,18 @@
|
|||||||
# Kannada translation for gnome-shell-extensions.
|
# Shankar Prasad <svenkate@redhat.com>, 2013.
|
||||||
# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER
|
|
||||||
# This file is distributed under the same license as the gnome-shell-extensions package.
|
|
||||||
# prabodhcp <prabodhcp@gmail.com>, 2013
|
|
||||||
# Shankar Prasad <prasad.mvs@gmail.com>, 2013.
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extensions master\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"shell&keywords=I18N+L10N&component=extensions\n"
|
"POT-Creation-Date: 2013-08-06 14:45+0530\n"
|
||||||
"POT-Creation-Date: 2013-12-22 20:16+0000\n"
|
"PO-Revision-Date: 2013-10-29 06:13-0400\n"
|
||||||
"PO-Revision-Date: 2013-12-30 16:41+0630\n"
|
"Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
|
||||||
"Last-Translator: Shankar Prasad <svenkate AT redhat Dot com>\n"
|
|
||||||
"Language-Team: Kannada <kde-i18n-doc@kde.org>\n"
|
"Language-Team: Kannada <kde-i18n-doc@kde.org>\n"
|
||||||
"Language: kn\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"
|
"Language: kn\n"
|
||||||
"X-Generator: Lokalize 1.5\n"
|
"X-Generator: Zanata 3.2.3\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n!=1)\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
|
||||||
@@ -56,14 +51,9 @@ msgstr ""
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "ಪ್ರಾಥಮಿಕ ತೆರೆಯಲ್ಲಿ ಇರುವ ಕಾರ್ಯಕ್ಷೇತ್ರಗಳು ಮಾತ್ರ"
|
msgstr "ಪ್ರಾಥಮಿಕ ತೆರೆಯಲ್ಲಿ ಇರುವ ಕಾರ್ಯಕ್ಷೇತ್ರಗಳು ಮಾತ್ರ"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
|
||||||
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
|
||||||
msgstr ""
|
|
||||||
"ಮೌಸ್ ಸ್ಥಿತಿಯಲ್ಲಿ ತೆರೆಸೂಚಕವು ನಿಲ್ಲುವವರೆಗೆ ಗಮನ ಹರಿಸುವ ಬದಲಾವಣೆಗಳನ್ನು ವಿಳಂಬವಾಗಿಸು"
|
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: ../extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "ಚಿಕ್ಕಚಿತ್ರ ಮಾತ್ರ"
|
msgstr "ಅಡಕಚಿತ್ರ ಮಾತ್ರ"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: ../extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
@@ -81,21 +71,50 @@ msgstr "ಈ ರೀತಿಯಲ್ಲಿ ಈಗಿರುವ ಕಿಟಕಿ"
|
|||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "ಪ್ರಸಕ್ತ ಕಾರ್ಯಕ್ಷೇತ್ರದಲ್ಲಿರುವ ಕಿಟಕಿಗಳನ್ನು ಮಾತ್ರ ತೋರಿಸು"
|
msgstr "ಪ್ರಸಕ್ತ ಕಾರ್ಯಕ್ಷೇತ್ರದಲ್ಲಿರುವ ಕಿಟಕಿಗಳನ್ನು ಮಾತ್ರ ತೋರಿಸು"
|
||||||
|
|
||||||
|
#. add the new entries
|
||||||
|
#: ../extensions/alternative-status-menu/extension.js:125
|
||||||
|
msgid "Suspend"
|
||||||
|
msgstr "ಅಮಾನತುಗೊಳಿಸು"
|
||||||
|
|
||||||
|
#: ../extensions/alternative-status-menu/extension.js:128
|
||||||
|
msgid "Hibernate"
|
||||||
|
msgstr "ನೆನಪಿನೊಡನೆ ಮುಚ್ಚು"
|
||||||
|
|
||||||
|
#: ../extensions/alternative-status-menu/extension.js:131
|
||||||
|
msgid "Power Off"
|
||||||
|
msgstr "ಸ್ಥಗಿತಗೊಳಿಸು (ಪವರ್-ಆಫ್)"
|
||||||
|
|
||||||
|
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
|
||||||
|
msgid "Enable suspending"
|
||||||
|
msgstr "ಅಮಾನತುಗೊಳಿಸುವುದನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು"
|
||||||
|
|
||||||
|
#: ../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 "ಅಮಾನತುಗೊಳಿಸು ಪರಿವಿಡಿ ಅಂಶದ ಗೋಚರಿಕೆಯನ್ನು ನಿಯಂತ್ರಿಸು"
|
||||||
|
|
||||||
|
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
|
||||||
|
msgid "Enable hibernating"
|
||||||
|
msgstr "ನೆನಪಿನೊಡನೆ ಮುಚ್ಚುವಿಕೆಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು"
|
||||||
|
|
||||||
|
#: ../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 "ನೆನಪಿನೊಡನೆ ಮುಚ್ಚು ಪರಿವಿಡಿ ಅಂಶದ ಗೋಚರಿಕೆಯನ್ನು ನಿಯಂತ್ರಿಸು"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: ../extensions/apps-menu/extension.js:39
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "ಚಟುವಟಿಕೆಗಳ ಸ್ಥೂಲ ಸಮೀಕ್ಷೆ"
|
msgstr "ಚಟುವಟಿಕೆ ಅವಲೋಕನ"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:113
|
#: ../extensions/apps-menu/extension.js:113
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "ಮೆಚ್ಚಿನವುಗಳು"
|
msgstr "ನೆಚ್ಚಿನವು"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:282
|
#: ../extensions/apps-menu/extension.js:278
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "ಅನ್ವಯಗಳು"
|
msgstr "ಅನ್ವಯಗಳು"
|
||||||
|
|
||||||
#: ../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 "ಅನ್ವಯ ಹಾಗು ಕಾರ್ಯಕ್ಷೇತ್ರ ಪಟ್ಟಿ"
|
msgstr "ಅನ್ವಯ ಮತ್ತು ಕಾರ್ಯಕ್ಷೇತ್ರದ ಪಟ್ಟಿ"
|
||||||
|
|
||||||
#: ../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 ""
|
||||||
@@ -126,16 +145,16 @@ msgstr "ಹೊಸ ಹೊಂದಿಕೆಯಾಗುವ ನಿಯಮವನ್ನ
|
|||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "ಸೇರಿಸು"
|
msgstr "ಸೇರಿಸು"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:73
|
#: ../extensions/drive-menu/extension.js:72
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive '%s' failed:"
|
||||||
msgstr "'%s' ಡ್ರೈವ್ ಅನ್ನು ಹೊರತೆಗೆಯುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ:"
|
msgstr "'%s' ಡ್ರೈವ್ ಅನ್ನು ಹೊರತೆಗೆಯುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:90
|
#: ../extensions/drive-menu/extension.js:89
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "ತೆಗೆಯಬಹುದಾದ ಸಾಧನಗಳು"
|
msgstr "ತೆಗೆಯಬಹುದಾದ ಸಾಧನಗಳು"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:117
|
#: ../extensions/drive-menu/extension.js:106
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "ಕಡತವನ್ನು ತೆರೆ"
|
msgstr "ಕಡತವನ್ನು ತೆರೆ"
|
||||||
|
|
||||||
@@ -163,8 +182,8 @@ msgid ""
|
|||||||
"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 ""
|
||||||
"ಉದಾಹರಣೆಯು ಶೆಲ್ಗಾಗಿ ಉತ್ತಮವಾಗಿ ವರ್ತಿಸುವ ವಿಸ್ತರಣೆಗಳನ್ನು ನಿರ್ಮಿಸುವುದನ್ನು ತೋರಿಸುವ "
|
"ಉದಾಹರಣೆಯು ಶೆಲ್ಗಾಗಿ ಉತ್ತಮವಾಗಿ ವರ್ತಿಸುವ ವಿಸ್ತರಣೆಗಳನ್ನು ನಿರ್ಮಿಸುವುದನ್ನು "
|
||||||
"ಉದ್ಧೇಶವನ್ನು ಹೊಂದಿರುತ್ತದೆ ಮತ್ತು ಅದು ತಾನೆ ಸ್ವತಃ ಬಹಳ ಕಡಿಮೆ ಎನ್ನುವಷ್ಟು "
|
"ತೋರಿಸುವ ಉದ್ಧೇಶವನ್ನು ಹೊಂದಿರುತ್ತದೆ ಮತ್ತು ಅದು ತಾನೆ ಸ್ವತಃ ಬಹಳ ಕಡಿಮೆ ಎನ್ನುವಷ್ಟು "
|
||||||
"ಪ್ರಯೋಜನವನ್ನು ನೀಡಬಲ್ಲದು.\n"
|
"ಪ್ರಯೋಜನವನ್ನು ನೀಡಬಲ್ಲದು.\n"
|
||||||
"ಆದರೂ ಸಹ ಶುಭಾಶಯದ ಸಂದೇಶವನ್ನು ಅಗತ್ಯಾನುಗಣವಾಗಿಸಲು ಸಾಧ್ಯವಿರುತ್ತದೆ."
|
"ಆದರೂ ಸಹ ಶುಭಾಶಯದ ಸಂದೇಶವನ್ನು ಅಗತ್ಯಾನುಗಣವಾಗಿಸಲು ಸಾಧ್ಯವಿರುತ್ತದೆ."
|
||||||
|
|
||||||
@@ -183,16 +202,13 @@ msgid ""
|
|||||||
"This setting applies only with the natural placement strategy."
|
"This setting applies only with the natural placement strategy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"ತೆರೆಯ ಆಕಾರ ಅನುಪಾತವನ್ನು ಅಳವಡಿಸಿಕೊಳ್ಳುವ ಮೂಲಕ ಕಿಟಕಿ ಅಡಕಚಿತ್ರಗಳನ್ನು (ತಂಬ್ನೈಲ್) "
|
"ತೆರೆಯ ಆಕಾರ ಅನುಪಾತವನ್ನು ಅಳವಡಿಸಿಕೊಳ್ಳುವ ಮೂಲಕ ಕಿಟಕಿ ಅಡಕಚಿತ್ರಗಳನ್ನು (ತಂಬ್ನೈಲ್) "
|
||||||
"ಇರಿಸುವ "
|
"ಇರಿಸುವ ಸಲುವಾಗಿ ಹೆಚ್ಚಿನ ತೆರೆಯನ್ನು ಬಳಸಲು, ಮತ್ತು ಸೀಮಿತ ಚೌಕವನ್ನು (ಬೌಂಡಿಂಗ್ "
|
||||||
"ಸಲುವಾಗಿ ಹೆಚ್ಚಿನ ತೆರೆಯನ್ನು ಬಳಸಲು, ಮತ್ತು ಸೀಮಿತ ಚೌಕವನ್ನು (ಬೌಂಡಿಂಗ್ ಬಾಕ್ಸ್) ಕಡಿಮೆ "
|
"ಬಾಕ್ಸ್) ಕಡಿಮೆ ಮಾಡಲು ಅವುಗಳನ್ನು ಇನ್ನಷ್ಟು ಕ್ರೋಢೀಕರಿಸಲು ಪ್ರಯತ್ನಿಸಿ. ಈ ಸಿದ್ಧತೆಯು "
|
||||||
"ಮಾಡಲು "
|
"ಕೇವಲ ನೈಸರ್ಗಿಕ ಇರಿಸುವಿಕೆ ತಂತ್ರದೊಂದಿಗೆ ಮಾತ್ರ ಕೆಲಸ ಮಾಡುತ್ತದೆ."
|
||||||
"ಅವುಗಳನ್ನು ಇನ್ನಷ್ಟು ಕ್ರೋಢೀಕರಿಸಲು ಪ್ರಯತ್ನಿಸಿ. ಈ ಸಿದ್ಧತೆಯು ಕೇವಲ ನೈಸರ್ಗಿಕ "
|
|
||||||
"ಇರಿಸುವಿಕೆ "
|
|
||||||
"ತಂತ್ರದೊಂದಿಗೆ ಮಾತ್ರ ಕೆಲಸ ಮಾಡುತ್ತದೆ."
|
|
||||||
|
|
||||||
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
|
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "ಕಿಟಕಿ ತಲೆಬರಹಗಳನ್ನು ಮೇಲೆಯೆ ಇರಿಸು"
|
msgstr "ಕಿಟಕಿಯ ಶೀರ್ಷಿಕೆಗಳನ್ನು ಮೇಲ್ಭಾಗದಲ್ಲಿ ಇರಿಸು"
|
||||||
|
|
||||||
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
|
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -201,38 +217,37 @@ msgid ""
|
|||||||
"restarting the shell to have any effect."
|
"restarting the shell to have any effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"ನಿಜವಾದಲ್ಲಿ, ಆಯಾಯ ಅಡಕಚಿತ್ರದ ಮೇಲ್ಭಾಗದಲ್ಲಿ ಕಿಟಕಿ ಶೀರ್ಷಿಕೆಗಳನ್ನು ಇರಿಸಿ, ಆ ಮೂಲಕ "
|
"ನಿಜವಾದಲ್ಲಿ, ಆಯಾಯ ಅಡಕಚಿತ್ರದ ಮೇಲ್ಭಾಗದಲ್ಲಿ ಕಿಟಕಿ ಶೀರ್ಷಿಕೆಗಳನ್ನು ಇರಿಸಿ, ಆ ಮೂಲಕ "
|
||||||
"ಶೆಲ್ನ ಪೂರ್ವನಿಯೋಜಿತವಾದಂತಹ ಕೆಳಭಾಗದಲ್ಲಿ ಇರಿಸುವಿಕೆಯನ್ನು ಅತಿಕ್ರಮಿಸಿದಂತಾಗುತ್ತದೆ. ಈ "
|
"ಶೆಲ್ನ ಪೂರ್ವನಿಯೋಜಿತವಾದಂತಹ ಕೆಳಭಾಗದಲ್ಲಿ ಇರಿಸುವಿಕೆಯನ್ನು ಅತಿಕ್ರಮಿಸಿದಂತಾಗುತ್ತದೆ. "
|
||||||
"ಸಿದ್ಧತೆಯನ್ನು ಬದಲಾಯಿಸಿದಲ್ಲಿ ಅದು ಕಾರ್ಯರೂಪಕ್ಕೆ ಬರಲು ಶೆಲ್ ಅನ್ನು ಮರಳಿ ಆರಂಭಿಸುವ "
|
"ಈ ಸಿದ್ಧತೆಯನ್ನು ಬದಲಾಯಿಸಿದಲ್ಲಿ ಅದು ಕಾರ್ಯರೂಪಕ್ಕೆ ಬರಲು ಶೆಲ್ ಅನ್ನು ಮರಳಿ ಆರಂಭಿಸುವ "
|
||||||
"ಅಗತ್ಯವಿರುತ್ತದೆ."
|
"ಅಗತ್ಯವಿರುತ್ತದೆ."
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:78
|
#: ../extensions/places-menu/extension.js:77
|
||||||
#: ../extensions/places-menu/extension.js:81
|
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "ಸ್ಥಳಗಳು"
|
msgstr "ಸ್ಥಳಗಳು"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:58
|
#: ../extensions/places-menu/placeDisplay.js:56
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch \"%s\""
|
||||||
msgstr "'%s' ಅನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ"
|
msgstr "'%s' ಅನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:100
|
#: ../extensions/places-menu/placeDisplay.js:98
|
||||||
#: ../extensions/places-menu/placeDisplay.js:123
|
#: ../extensions/places-menu/placeDisplay.js:121
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "ಗಣಕ"
|
msgstr "ಗಣಕ"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:201
|
#: ../extensions/places-menu/placeDisplay.js:199
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "ನೆಲೆ"
|
msgstr "ನೆಲೆ"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:288
|
#: ../extensions/places-menu/placeDisplay.js:286
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "ಜಾಲಬಂಧವನ್ನು ವೀಕ್ಷಿಸು"
|
msgstr "ಜಾಲಬಂಧವನ್ನು ವೀಕ್ಷಿಸು"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: ../extensions/systemMonitor/extension.js:213
|
||||||
msgid "CPU"
|
msgid "CPU"
|
||||||
msgstr "CPU"
|
msgstr "CPU"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
#: ../extensions/systemMonitor/extension.js:266
|
||||||
msgid "Memory"
|
msgid "Memory"
|
||||||
msgstr "ಮೆಮೊರಿ"
|
msgstr "ಮೆಮೊರಿ"
|
||||||
|
|
||||||
@@ -244,55 +259,6 @@ msgstr "ಪರಿಸರವಿನ್ಯಾಸದ ಹೆಸರು"
|
|||||||
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 "~/.themes/name/gnome-shell ಇಂದ ಲೋಡ್ ಮಾಡಬೇಕಿರುವ ಪರಿಸರವಿನ್ಯಾಸದ ಹೆಸರು"
|
msgstr "~/.themes/name/gnome-shell ಇಂದ ಲೋಡ್ ಮಾಡಬೇಕಿರುವ ಪರಿಸರವಿನ್ಯಾಸದ ಹೆಸರು"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:92
|
|
||||||
msgid "Close"
|
|
||||||
msgstr "ಮುಚ್ಚು"
|
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:102
|
|
||||||
msgid "Unminimize"
|
|
||||||
msgstr "ಕುಗ್ಗಿಸಿದ್ದನ್ನು ಹಿಗ್ಗಿಸು"
|
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:103
|
|
||||||
msgid "Minimize"
|
|
||||||
msgstr "ಕುಗ್ಗಿಸು"
|
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:109
|
|
||||||
msgid "Unmaximize"
|
|
||||||
msgstr "ಹಿಂದಿನ ಸ್ಥಿತಿಗೆ ಮರಳಿಸು"
|
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
|
||||||
msgid "Maximize"
|
|
||||||
msgstr "ಹಿಗ್ಗಿಸು"
|
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:270
|
|
||||||
msgid "Minimize all"
|
|
||||||
msgstr "ಎಲ್ಲವನ್ನೂ ಕುಗ್ಗಿಸು"
|
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:278
|
|
||||||
msgid "Unminimize all"
|
|
||||||
msgstr "ಎಲ್ಲವನ್ನೂ ಹಿಂದಿನ ಸ್ಥಿತಿಗೆ ಮರಳಿಸು"
|
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:286
|
|
||||||
msgid "Maximize all"
|
|
||||||
msgstr "ಎಲ್ಲವನ್ನೂ ಹಿಗ್ಗಿಸು"
|
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:295
|
|
||||||
msgid "Unmaximize all"
|
|
||||||
msgstr "ಎಲ್ಲವನ್ನೂ ಹಿಂದಿನ ಸ್ಥಿತಿಗೆ ಮರಳಿಸು"
|
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:304
|
|
||||||
msgid "Close all"
|
|
||||||
msgstr "ಎಲ್ಲವನ್ನು ಮುಚ್ಚು"
|
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:591
|
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
|
||||||
msgid "Workspace Indicator"
|
|
||||||
msgstr "ಕಾರ್ಯಕ್ಷೇತ್ರ ಸೂಚಿ"
|
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:743
|
|
||||||
msgid "Window List"
|
|
||||||
msgstr "ಕಿಟಕಿ ಪಟ್ಟಿ"
|
|
||||||
|
|
||||||
#: ../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"
|
||||||
msgstr "ಕಿಟಕಿಗಳನ್ನು ಯಾವಾಗ ಗುಂಪುಗೂಡಿಸಬೇಕು"
|
msgstr "ಕಿಟಕಿಗಳನ್ನು ಯಾವಾಗ ಗುಂಪುಗೂಡಿಸಬೇಕು"
|
||||||
@@ -303,8 +269,8 @@ msgid ""
|
|||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are \"never\", \"auto\" and \"always\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"ಕಿಟಕಿಯ ಪಟ್ಟಿಯಲ್ಲಿ ಒಂದೇ ಅನ್ವಯಗಳ ಕಿಟಕಿಗಳನ್ನು ಯಾವಾಗ ಗುಂಪುಗೂಡಿಸಬೇಕು ಎನ್ನುವುದನ್ನು "
|
"ಕಿಟಕಿಯ ಪಟ್ಟಿಯಲ್ಲಿ ಒಂದೇ ಅನ್ವಯಗಳ ಕಿಟಕಿಗಳನ್ನು ಯಾವಾಗ ಗುಂಪುಗೂಡಿಸಬೇಕು ಎನ್ನುವುದನ್ನು "
|
||||||
"ಇದು ನಿರ್ಧರಿಸುತ್ತದೆ. "
|
"ಇದು ನಿರ್ಧರಿಸುತ್ತದೆ. ಸಾಧ್ಯವಿರುವ ಮೌಲ್ಯಗಳೆಂದರೆ, \"never\", \"auto\" ಮತ್ತು "
|
||||||
"ಸಾಧ್ಯವಿರುವ ಮೌಲ್ಯಗಳೆಂದರೆ, \"never\", \"auto\" ಮತ್ತು \"always\""
|
"\"always\""
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:30
|
#: ../extensions/window-list/prefs.js:30
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
@@ -322,9 +288,13 @@ msgstr "ಸ್ಥಳದ ಮಿತಿ ಇದ್ದಾಗ ಕಿಟಕಿಗಳನ
|
|||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "ಯಾವಾಗಲೂ ಕಿಟಕಿಗಳನ್ನು ಗುಂಪುಗೂಡಿಸು"
|
msgstr "ಯಾವಾಗಲೂ ಕಿಟಕಿಗಳನ್ನು ಗುಂಪುಗೂಡಿಸು"
|
||||||
|
|
||||||
|
#: ../extensions/workspace-indicator/extension.js:30
|
||||||
|
msgid "Workspace Indicator"
|
||||||
|
msgstr "ಕಾರ್ಯಸ್ಥಳದ ಸೂಚಕ"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: ../extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace names:"
|
msgid "Workspace names:"
|
||||||
msgstr "ಕಾರ್ಯಕ್ಷೇತ್ರ ಹೆಸರುಗಳು:"
|
msgstr "ಕಾರ್ಯಸ್ಥಳದ ಹೆಸರುಗಳು:"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:152
|
#: ../extensions/workspace-indicator/prefs.js:152
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -335,3 +305,26 @@ msgstr "ಹೆಸರು"
|
|||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "ಕಾರ್ಯಕ್ಷೇತ್ರ %d"
|
msgstr "ಕಾರ್ಯಕ್ಷೇತ್ರ %d"
|
||||||
|
|
||||||
|
#: ../extensions/xrandr-indicator/extension.js:30
|
||||||
|
msgid "Normal"
|
||||||
|
msgstr "ಸಾಮಾನ್ಯ"
|
||||||
|
|
||||||
|
#: ../extensions/xrandr-indicator/extension.js:31
|
||||||
|
msgid "Left"
|
||||||
|
msgstr "ಎಡ"
|
||||||
|
|
||||||
|
#: ../extensions/xrandr-indicator/extension.js:32
|
||||||
|
msgid "Right"
|
||||||
|
msgstr "ಬಲ"
|
||||||
|
|
||||||
|
#: ../extensions/xrandr-indicator/extension.js:33
|
||||||
|
msgid "Upside-down"
|
||||||
|
msgstr "ತಲೆಕೆಳಗೆ"
|
||||||
|
|
||||||
|
#: ../extensions/xrandr-indicator/extension.js:50
|
||||||
|
msgid "Display"
|
||||||
|
msgstr "ಪ್ರದರ್ಶಕ"
|
||||||
|
|
||||||
|
#: ../extensions/xrandr-indicator/extension.js:80
|
||||||
|
msgid "Display Settings"
|
||||||
|
msgstr "ಪ್ರದರ್ಶಕದ ಸಿದ್ಧತೆಗಳು"
|
||||||
|
|||||||
@@ -3,15 +3,15 @@
|
|||||||
# 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.
|
||||||
#
|
#
|
||||||
# Seong-ho Cho <darkcircle.0426@gmail.com>, 2012.
|
# Seong-ho Cho <darkcircle.0426@gmail.com>, 2012.
|
||||||
# Changwoo Ryu <cwryu@debian.org>, 2013.
|
# Changwoo Ryu <cwryu@debian.org>, 2013-2014.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extensions\n"
|
"Project-Id-Version: gnome-shell-extensions\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-15 00:43+0000\n"
|
"POT-Creation-Date: 2014-03-05 08:31+0000\n"
|
||||||
"PO-Revision-Date: 2013-09-16 03:25+0900\n"
|
"PO-Revision-Date: 2014-03-05 20:11+0900\n"
|
||||||
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
|
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
|
||||||
"Language-Team: Korean <gnome-kr@googlegroups.com>\n"
|
"Language-Team: Korean <gnome-kr@googlegroups.com>\n"
|
||||||
"Language: ko\n"
|
"Language: ko\n"
|
||||||
@@ -54,6 +54,10 @@ msgstr "화면 가장자리에 창을 놓을 때 가장자리 맞추기 기능
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "주 모니터에만 작업 공간 사용"
|
msgstr "주 모니터에만 작업 공간 사용"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr "마우스 포인터가 움직이지 않을 때까지 포커스 전환을 미루기"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: ../extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "섬네일만"
|
msgstr "섬네일만"
|
||||||
@@ -82,7 +86,7 @@ msgstr "현재 활동"
|
|||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "즐겨찾기"
|
msgstr "즐겨찾기"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:278
|
#: ../extensions/apps-menu/extension.js:282
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "프로그램"
|
msgstr "프로그램"
|
||||||
|
|
||||||
@@ -119,16 +123,16 @@ msgstr "새 일치 규칙 만들기"
|
|||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "추가"
|
msgstr "추가"
|
||||||
|
|
||||||
#: ../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 "'%s' 드라이브를 빼는데 실패했습니다:"
|
msgstr "'%s' 드라이브를 빼는데 실패했습니다:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:90
|
#: ../extensions/drive-menu/extension.js:123
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "이동식 장치"
|
msgstr "이동식 장치"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:117
|
#: ../extensions/drive-menu/extension.js:150
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "파일 열기"
|
msgstr "파일 열기"
|
||||||
|
|
||||||
@@ -146,8 +150,6 @@ msgid ""
|
|||||||
"panel."
|
"panel."
|
||||||
msgstr "빈 값이 아니면, 패널을 눌렀을때 보일 텍스트입니다."
|
msgstr "빈 값이 아니면, 패널을 눌렀을때 보일 텍스트입니다."
|
||||||
|
|
||||||
#. TRANSLATORS: Example is the name of the extension, should not be
|
|
||||||
#. translated
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: ../extensions/example/prefs.js:30
|
||||||
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 "
|
||||||
@@ -195,21 +197,21 @@ msgstr ""
|
|||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "위치"
|
msgstr "위치"
|
||||||
|
|
||||||
#: ../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 "\"%s\" 실행에 실패했습니다"
|
msgstr "\"%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 "컴퓨터"
|
msgstr "컴퓨터"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:199
|
#: ../extensions/places-menu/placeDisplay.js:200
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "홈"
|
msgstr "홈"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:286
|
#: ../extensions/places-menu/placeDisplay.js:287
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "네트워크 찾아보기"
|
msgstr "네트워크 찾아보기"
|
||||||
|
|
||||||
@@ -229,52 +231,52 @@ msgstr "테마 이름"
|
|||||||
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 "테마 이름, ~/.themes/name/gnome-shell 아래에서 읽어들입니다."
|
msgstr "테마 이름, ~/.themes/name/gnome-shell 아래에서 읽어들입니다."
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:92
|
#: ../extensions/window-list/extension.js:104
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "닫기"
|
msgstr "닫기"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:102
|
#: ../extensions/window-list/extension.js:114
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "최소화 취소"
|
msgstr "최소화 취소"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:103
|
#: ../extensions/window-list/extension.js:115
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "최소화"
|
msgstr "최소화"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:109
|
#: ../extensions/window-list/extension.js:121
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "최대화 취소"
|
msgstr "최대화 취소"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: ../extensions/window-list/extension.js:122
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "최대화"
|
msgstr "최대화"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:270
|
#: ../extensions/window-list/extension.js:294
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "모두 최소화"
|
msgstr "모두 최소화"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:278
|
#: ../extensions/window-list/extension.js:302
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "모두 최소화 취소"
|
msgstr "모두 최소화 취소"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:286
|
#: ../extensions/window-list/extension.js:310
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "모두 최대화"
|
msgstr "모두 최대화"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:295
|
#: ../extensions/window-list/extension.js:319
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "모두 최대화 취소"
|
msgstr "모두 최대화 취소"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:304
|
#: ../extensions/window-list/extension.js:328
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "모두 닫기"
|
msgstr "모두 닫기"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:591
|
#: ../extensions/window-list/extension.js:638
|
||||||
#: ../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:743
|
#: ../extensions/window-list/extension.js:792
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "창 목록"
|
msgstr "창 목록"
|
||||||
|
|
||||||
@@ -315,6 +317,6 @@ msgid "Name"
|
|||||||
msgstr "이름"
|
msgstr "이름"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:186
|
#: ../extensions/workspace-indicator/prefs.js:186
|
||||||
#, c-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "작업 공간 %d"
|
msgstr "작업 공간 %d"
|
||||||
|
|||||||
@@ -0,0 +1,323 @@
|
|||||||
|
# Manoj Kumar Giri <mgiri@redhat.com>, 2013.
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2013-08-06 14:45+0530\n"
|
||||||
|
"PO-Revision-Date: 2013-11-05 12:06-0500\n"
|
||||||
|
"Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n"
|
||||||
|
"Language-Team: Oriya <oriya-it@googlegroups.com>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: or\n"
|
||||||
|
"X-Generator: Zanata 3.2.3\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 କ୍ଲାସିକରେ ଲଗ କରାଇଥାଏ"
|
||||||
|
|
||||||
|
#: ../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 "Enable edge tiling when dropping windows on screen edges"
|
||||||
|
msgstr "ୱିଣ୍ଡୋଗୁଡ଼ିକୁ ପରଦା ଧାରରେ ରଖିବା ସମୟରେ ଧାର ଟାଇଲକୁ ସକ୍ରିୟ କରନ୍ତୁ"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
||||||
|
msgid "Workspaces only on primary monitor"
|
||||||
|
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:37
|
||||||
|
msgid "Present windows as"
|
||||||
|
msgstr "ଉପସ୍ଥିତ ୱିଣ୍ଡୋ ଯେପରିକି"
|
||||||
|
|
||||||
|
#: ../extensions/alternate-tab/prefs.js:62
|
||||||
|
msgid "Show only windows in the current workspace"
|
||||||
|
msgstr "ପ୍ରଚଳିତ କାର୍ଯ୍ୟକ୍ଷେତ୍ରରେ କେବଳ ୱିଣ୍ଡୋଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ"
|
||||||
|
|
||||||
|
#. add the new entries
|
||||||
|
#: ../extensions/alternative-status-menu/extension.js:125
|
||||||
|
msgid "Suspend"
|
||||||
|
msgstr "ନିଲମ୍ବନ କରନ୍ତୁ"
|
||||||
|
|
||||||
|
#: ../extensions/alternative-status-menu/extension.js:128
|
||||||
|
msgid "Hibernate"
|
||||||
|
msgstr "ନିଷ୍କ୍ରିୟ କରନ୍ତୁ"
|
||||||
|
|
||||||
|
#: ../extensions/alternative-status-menu/extension.js:131
|
||||||
|
msgid "Power Off"
|
||||||
|
msgstr "ବିଦ୍ୟୁତ ପ୍ରବାହ ବନ୍ଦ କରନ୍ତୁ"
|
||||||
|
|
||||||
|
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
|
||||||
|
msgid "Enable suspending"
|
||||||
|
msgstr "ନିଲମ୍ବନକୁ ସକ୍ରିୟ କରନ୍ତୁ"
|
||||||
|
|
||||||
|
#: ../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 "ନିଲମ୍ବିତ ତାଲିକା ବସ୍ତୁର ଦୃଶ୍ୟମାନ୍ୟତାକୁ ନିୟନ୍ତ୍ରଣ କରନ୍ତୁ"
|
||||||
|
|
||||||
|
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
|
||||||
|
msgid "Enable hibernating"
|
||||||
|
msgstr "ହାଇବରନେଟକୁ ସକ୍ଷମ କରନ୍ତୁ"
|
||||||
|
|
||||||
|
#: ../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 "ହାଇବରନେଟ ତାଲିକା ବସ୍ତୁର ଦୃଶ୍ୟମାନ୍ୟତାକୁ ନିୟନ୍ତ୍ରଣ କରନ୍ତୁ"
|
||||||
|
|
||||||
|
#: ../extensions/apps-menu/extension.js:39
|
||||||
|
msgid "Activities Overview"
|
||||||
|
msgstr "କାର୍ଯ୍ୟକଳାପଗୁଡ଼ିକର ସମୀକ୍ଷା"
|
||||||
|
|
||||||
|
#: ../extensions/apps-menu/extension.js:113
|
||||||
|
msgid "Favorites"
|
||||||
|
msgstr "ମନପସନ୍ଦ"
|
||||||
|
|
||||||
|
#: ../extensions/apps-menu/extension.js:278
|
||||||
|
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 ""
|
||||||
|
"ବାକ୍ୟଖଣ୍ଡଗୁଡ଼ିକର ଗୋଟିଏ ତାଲିକା, ପ୍ରତ୍ୟେକ ଗୋଟିଏ ପ୍ରୟୋଗ id ଧାରଣ କରିଅଛି (ଡେସ୍କଟପ "
|
||||||
|
"ଫାଇଲ ନାମ), ଏହାପରେ ଏକ ବିରାମ ଚିହ୍ନ ଏବଂ କାର୍ଯ୍ୟକ୍ଷେତ୍ର କ୍ରମ ସଂଖ୍ୟା"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:55
|
||||||
|
msgid "Application"
|
||||||
|
msgstr "ପ୍ରୟୋଗ"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:64
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:106
|
||||||
|
msgid "Workspace"
|
||||||
|
msgstr "କାର୍ୟ୍ଯସ୍ଥାନ"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:80
|
||||||
|
msgid "Add rule"
|
||||||
|
msgstr "ନିୟମ ଯୋଗକରନ୍ତୁ"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:94
|
||||||
|
msgid "Create new matching rule"
|
||||||
|
msgstr "ନୂଆ ମେଳଖାଉଥିବା ନିୟମ ସୃଷ୍ଟି କରନ୍ତୁ"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:98
|
||||||
|
msgid "Add"
|
||||||
|
msgstr "ଯୋଗ କରନ୍ତୁ"
|
||||||
|
|
||||||
|
#: ../extensions/drive-menu/extension.js:72
|
||||||
|
#, c-format
|
||||||
|
msgid "Ejecting drive '%s' failed:"
|
||||||
|
msgstr "ଡ୍ରାଇଭ '%s' କୁ ବାହାର କରିବା ବିଫଳ ହୋଇଛି:"
|
||||||
|
|
||||||
|
#: ../extensions/drive-menu/extension.js:89
|
||||||
|
msgid "Removable devices"
|
||||||
|
msgstr "କଢ଼ାଯୋଗ୍ୟ ଉପକରଣଗୁଡ଼ିକ"
|
||||||
|
|
||||||
|
#: ../extensions/drive-menu/extension.js:106
|
||||||
|
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 ""
|
||||||
|
"ଯଦି ଖାଲିନଥାଏ, ତେବେ ପ୍ୟାନେଲ ଉପରେ କ୍ଲିକ କରିବା ସମୟରେ ଦର୍ଶାଇବାକୁ ଥିବା ପାଠ୍ୟ ଧାରଣ "
|
||||||
|
"କରିଥାଏ।"
|
||||||
|
|
||||||
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: ../extensions/example/prefs.js:30
|
||||||
|
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 ""
|
||||||
|
"ଏହି ଉଦାହରଣର ଲକ୍ଷ୍ଯ ହେଉଛି ସେଲ ପାଇଁ ଉତ୍ତମ ଅନୁଲଗ୍ନଗୁଡ଼ିକୁ ନିର୍ମାଣ କରିବା ଯେପରିକି "
|
||||||
|
"ଏଥିରେ ନିଜର ବହୁତ କମ କାର୍ଯ୍ୟକାରିତା ଥାଏ।\n"
|
||||||
|
"ଅନ୍ୟଥା ଅଭିନନ୍ଦନ ସନ୍ଦେଶକୁ ଇଚ୍ଛାରୂପଣ କରିବା ସମ୍ଭବ ହୋଇଥାଏ।"
|
||||||
|
|
||||||
|
#: ../extensions/example/prefs.js:36
|
||||||
|
msgid "Message:"
|
||||||
|
msgstr "ସନ୍ଦେଶ:"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"ଯଦି true, ତେବେ ୱିଣ୍ଡୋ ଶୀର୍ଷକକୁ ଉଚିତ ସଂକ୍ଷିପ୍ତ ଲିଖନ ଉପରେ ରଖନ୍ତୁ, ସେଲ "
|
||||||
|
"ପୂର୍ବନିର୍ଦ୍ଧାରିତକୁ ତଳେ ରଖିକରି ନବଲିଖନ କରୁଅଛି। ଏହି ସେଟିଙ୍ଗକୁ ପରିବର୍ତ୍ତନ କରିବା "
|
||||||
|
"ପାଇଁ ସେଲକୁ ପୁନଃଚାଳନ କରିବା ଆବଶ୍ୟକ ହୋଇଥାଏ।"
|
||||||
|
|
||||||
|
#: ../extensions/places-menu/extension.js:77
|
||||||
|
msgid "Places"
|
||||||
|
msgstr "ସ୍ଥାନଗୁଡିକ"
|
||||||
|
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:56
|
||||||
|
#, c-format
|
||||||
|
msgid "Failed to launch \"%s\""
|
||||||
|
msgstr "\"%s\" କୁ ଆରମ୍ଭ କରିବାରେ ବିଫଳ"
|
||||||
|
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:98
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:121
|
||||||
|
msgid "Computer"
|
||||||
|
msgstr "କମ୍ପୁଟର"
|
||||||
|
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:199
|
||||||
|
msgid "Home"
|
||||||
|
msgstr "ମୂଳ ସ୍ଥାନ"
|
||||||
|
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:286
|
||||||
|
msgid "Browse Network"
|
||||||
|
msgstr "ନେଟୱାର୍କ ବ୍ରାଉଜ କରନ୍ତୁ"
|
||||||
|
|
||||||
|
#: ../extensions/systemMonitor/extension.js:213
|
||||||
|
msgid "CPU"
|
||||||
|
msgstr "CPU"
|
||||||
|
|
||||||
|
#: ../extensions/systemMonitor/extension.js:266
|
||||||
|
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/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 ""
|
||||||
|
"ସ୍ଥିର କରେ ଗୋଟିଏ ପ୍ରୟୋଗର ୱିଣ୍ଡୋଗୁଡିକ କେତେବେଳେ ୱିଣ୍ଡୋ ତାଲିକାରେ ସମୂହିତ କରାଯିବ। "
|
||||||
|
"ସାମ୍ଭାବ୍ଯ ମୂଲ୍ଯ ହେଲା \"କଦାପି ନୁହଁ\", \"ସ୍ୱୟଂଚାଳିତ\" ଏବଂ \"ସର୍ବଦା\"।"
|
||||||
|
|
||||||
|
#: ../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/extension.js:30
|
||||||
|
msgid "Workspace Indicator"
|
||||||
|
msgstr "କାର୍ଯ୍ୟକ୍ଷେତ୍ର ସୂଚକ"
|
||||||
|
|
||||||
|
#: ../extensions/workspace-indicator/prefs.js:141
|
||||||
|
msgid "Workspace names:"
|
||||||
|
msgstr "କାର୍ଯ୍ଯକ୍ଷେତ୍ର ନାମ:"
|
||||||
|
|
||||||
|
#: ../extensions/workspace-indicator/prefs.js:152
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "ନାମ"
|
||||||
|
|
||||||
|
#: ../extensions/workspace-indicator/prefs.js:186
|
||||||
|
#, c-format
|
||||||
|
msgid "Workspace %d"
|
||||||
|
msgstr "କାର୍ଯ୍ଯକ୍ଷେତ୍ର %d"
|
||||||
|
|
||||||
|
#: ../extensions/xrandr-indicator/extension.js:30
|
||||||
|
msgid "Normal"
|
||||||
|
msgstr "ସ୍ବାଭାବିକ"
|
||||||
|
|
||||||
|
#: ../extensions/xrandr-indicator/extension.js:31
|
||||||
|
msgid "Left"
|
||||||
|
msgstr "ବାମ"
|
||||||
|
|
||||||
|
#: ../extensions/xrandr-indicator/extension.js:32
|
||||||
|
msgid "Right"
|
||||||
|
msgstr "ଡାହାଣ"
|
||||||
|
|
||||||
|
#: ../extensions/xrandr-indicator/extension.js:33
|
||||||
|
msgid "Upside-down"
|
||||||
|
msgstr "ଉପରୁ ତଳକୁ"
|
||||||
|
|
||||||
|
#: ../extensions/xrandr-indicator/extension.js:50
|
||||||
|
msgid "Display"
|
||||||
|
msgstr "ଦେଖାଅ"
|
||||||
|
|
||||||
|
#: ../extensions/xrandr-indicator/extension.js:80
|
||||||
|
msgid "Display Settings"
|
||||||
|
msgstr "ସେଟିଙ୍ଗଗୁଡିକ ଦର୍ଶାନ୍ତୁ"
|
||||||
@@ -2,15 +2,15 @@
|
|||||||
# Copyright (C) 2012 gnome-shell-extensions's COPYRIGHT HOLDER
|
# Copyright (C) 2012 gnome-shell-extensions's COPYRIGHT HOLDER
|
||||||
# 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.
|
||||||
# Osman Karagöz <osmank3@gmail.com>, 2012.
|
# Osman Karagöz <osmank3@gmail.com>, 2012.
|
||||||
# Muhammet Kara <muhammetk@gmail.com>, 2013.
|
# Muhammet Kara <muhammetk@gmail.com>, 2013, 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-09-23 10:19+0000\n"
|
"POT-Creation-Date: 2014-02-05 09:01+0000\n"
|
||||||
"PO-Revision-Date: 2013-09-01 13:30+0300\n"
|
"PO-Revision-Date: 2014-02-05 12:07+0200\n"
|
||||||
"Last-Translator: Muhammet Kara <muhammetk@gmail.com>\n"
|
"Last-Translator: Muhammet Kara <muhammetk@gmail.com>\n"
|
||||||
"Language-Team: Türkçe <gnome-turk@gnome.org>\n"
|
"Language-Team: Türkçe <gnome-turk@gnome.org>\n"
|
||||||
"Language: tr\n"
|
"Language: tr\n"
|
||||||
@@ -39,26 +39,29 @@ msgstr "Pencere yönetimi ve uygulama başlatma"
|
|||||||
|
|
||||||
#: ../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 ""
|
msgstr "Yardımcı iletişim penceresini üst pencereye iliştir"
|
||||||
|
|
||||||
#: ../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 ""
|
||||||
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Bu anahtar, GNOME Shell çalışırken org.gnome.mutter içindeki anahtarı "
|
||||||
|
"geçersiz kılar."
|
||||||
|
|
||||||
#: ../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 "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Pencereler ekran kenarlarında bırakıldığında kenar döşemeyi etkinleştir"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Workspace Indicator"
|
#| msgid "Workspace Indicator"
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Çalışma Alanı Bildirici"
|
msgstr "Çalışma alanları sadece birincil ekranda"
|
||||||
|
|
||||||
#: ../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 "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 ""
|
||||||
|
"Fare kipinde odak değişikliklerini işaretçi hareketi durana kadar beklet"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: ../extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
@@ -125,16 +128,15 @@ msgstr "Yeni bir eşleşme kuralı oluştur"
|
|||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Ekle"
|
msgstr "Ekle"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:73
|
#: ../extensions/drive-menu/extension.js:106
|
||||||
#, c-format
|
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive '%s' failed:"
|
||||||
msgstr "'%s' sürücüsü çıkarılamadı:"
|
msgstr "'%s' sürücüsü çıkarılamadı:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:90
|
#: ../extensions/drive-menu/extension.js:123
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Çıkarılabilir cihazlar"
|
msgstr "Çıkarılabilir cihazlar"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:117
|
#: ../extensions/drive-menu/extension.js:150
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Dosya Aç"
|
msgstr "Dosya Aç"
|
||||||
|
|
||||||
@@ -152,8 +154,6 @@ msgid ""
|
|||||||
"panel."
|
"panel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. TRANSLATORS: Example is the name of the extension, should not be
|
|
||||||
#. translated
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: ../extensions/example/prefs.js:30
|
||||||
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 "
|
||||||
@@ -191,23 +191,22 @@ msgstr ""
|
|||||||
#: ../extensions/places-menu/extension.js:78
|
#: ../extensions/places-menu/extension.js:78
|
||||||
#: ../extensions/places-menu/extension.js:81
|
#: ../extensions/places-menu/extension.js:81
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Konumlar"
|
msgstr "Yerler"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:56
|
#: ../extensions/places-menu/placeDisplay.js:58
|
||||||
#, c-format
|
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch \"%s\""
|
||||||
msgstr "\"%s\" başlatılamadı"
|
msgstr "\"%s\" başlatılamadı"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:98
|
#: ../extensions/places-menu/placeDisplay.js:100
|
||||||
#: ../extensions/places-menu/placeDisplay.js:121
|
#: ../extensions/places-menu/placeDisplay.js:123
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Bilgisayar"
|
msgstr "Bilgisayar"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:199
|
#: ../extensions/places-menu/placeDisplay.js:201
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Başlangıç"
|
msgstr "Başlangıç"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:286
|
#: ../extensions/places-menu/placeDisplay.js:288
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Ağa Gözat"
|
msgstr "Ağa Gözat"
|
||||||
|
|
||||||
@@ -227,63 +226,61 @@ msgstr "Tema adı"
|
|||||||
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 "~/.themes/name/gnome-shell konumundan edinilen tema adı"
|
msgstr "~/.themes/name/gnome-shell konumundan edinilen tema adı"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:92
|
#: ../extensions/window-list/extension.js:94
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Kapat"
|
msgstr "Kapat"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:102
|
#: ../extensions/window-list/extension.js:104
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:103
|
#: ../extensions/window-list/extension.js:105
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:109
|
#: ../extensions/window-list/extension.js:111
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: ../extensions/window-list/extension.js:112
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:270
|
#: ../extensions/window-list/extension.js:272
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:278
|
#: ../extensions/window-list/extension.js:280
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:286
|
#: ../extensions/window-list/extension.js:288
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:295
|
#: ../extensions/window-list/extension.js:297
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:304
|
#: ../extensions/window-list/extension.js:306
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Hepsini kapat"
|
msgstr "Hepsini kapat"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:591
|
#: ../extensions/window-list/extension.js:593
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: ../extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Çalışma Alanı Belirteci"
|
msgstr "Çalışma Alanı Belirteci"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:743
|
#: ../extensions/window-list/extension.js:745
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Window Grouping"
|
#| msgid "Window Grouping"
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Pencere Gruplama"
|
msgstr "Pencere Listesi"
|
||||||
|
|
||||||
#: ../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"
|
||||||
msgstr "Pencerelerin ne zaman gruplanacağı"
|
msgstr "Pencerelerin ne zaman gruplanacağı"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
|
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
|
||||||
#, fuzzy
|
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Decides when to group windows from the same application on the window "
|
#| "Decides when to group windows from the same application on the window "
|
||||||
#| "list. Possible values are \"never\" and \"always\"."
|
#| "list. Possible values are \"never\" and \"always\"."
|
||||||
@@ -292,7 +289,7 @@ msgid ""
|
|||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are \"never\", \"auto\" and \"always\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Pencere listesinde aynı uygulamaların ne zaman gruplanacağına karar verir. "
|
"Pencere listesinde aynı uygulamaların ne zaman gruplanacağına karar verir. "
|
||||||
"Geçerli değerler \"hiçbir zaman\" ve \"herzaman\" dır."
|
"Geçerli değerler \"hiçbir zaman\", \"otomatik\" ve \"herzaman\" dır."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:30
|
#: ../extensions/window-list/prefs.js:30
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
@@ -304,7 +301,7 @@ msgstr "Pencereleri hiçbir zaman gruplandırma"
|
|||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: ../extensions/window-list/prefs.js:50
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr ""
|
msgstr "Yer kısıtlı olduğunda pencereleri grupla"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: ../extensions/window-list/prefs.js:51
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
@@ -319,7 +316,6 @@ msgid "Name"
|
|||||||
msgstr "İsim"
|
msgstr "İsim"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:186
|
#: ../extensions/workspace-indicator/prefs.js:186
|
||||||
#, c-format
|
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Çalışma Alanı %d"
|
msgstr "Çalışma Alanı %d"
|
||||||
|
|
||||||
|
|||||||
@@ -2,21 +2,21 @@
|
|||||||
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER
|
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER
|
||||||
# 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.
|
||||||
# Alexandr Toorchyn <ilex@mail.ua>, 2011.
|
# Alexandr Toorchyn <ilex@mail.ua>, 2011.
|
||||||
# Daniel Korostil <ted.korostiled@gmail.com>, 2013.
|
# Daniel Korostil <ted.korostiled@gmail.com>, 2013, 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: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2013-09-21 12:22+0300\n"
|
"POT-Creation-Date: 2014-02-09 23:19+0200\n"
|
||||||
"PO-Revision-Date: 2013-09-21 12:22+0300\n"
|
"PO-Revision-Date: 2014-02-09 23:19+0300\n"
|
||||||
"Last-Translator: Daniel Korostil <ted.korostiled@gmail.com>\n"
|
"Last-Translator: Daniel Korostil <ted.korostiled@gmail.com>\n"
|
||||||
"Language-Team: linux.org.ua\n"
|
"Language-Team: linux.org.ua\n"
|
||||||
"Language: uk\n"
|
"Language: uk\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
"X-Generator: Virtaal 0.7.1\n"
|
"X-Generator: Virtaal 0.7.1\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\n"
|
||||||
|
|
||||||
@@ -55,6 +55,10 @@ msgstr "Увімкнути розбиття країв, коли кладуть
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Робочий простір лише на основному моніторі"
|
msgstr "Робочий простір лише на основному моніторі"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr "Затримувати зміни фокусу миші, поки вказівник не перестане рухатись"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: ../extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Тільки мініатюри"
|
msgstr "Тільки мініатюри"
|
||||||
@@ -120,16 +124,16 @@ msgstr "Створити нове відповідне правило"
|
|||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Додати"
|
msgstr "Додати"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:73
|
#: ../extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive '%s' failed:"
|
||||||
msgstr "Не вдалося витягнути пристрій «%s»:"
|
msgstr "Не вдалося витягнути пристрій «%s»:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:90
|
#: ../extensions/drive-menu/extension.js:123
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Змінні пристрої"
|
msgstr "Змінні пристрої"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:117
|
#: ../extensions/drive-menu/extension.js:150
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Відкрити Файли"
|
msgstr "Відкрити Файли"
|
||||||
|
|
||||||
@@ -197,21 +201,21 @@ msgstr ""
|
|||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Місця"
|
msgstr "Місця"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:56
|
#: ../extensions/places-menu/placeDisplay.js:57
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch \"%s\""
|
||||||
msgstr "Не вдалося запустити «%s»"
|
msgstr "Не вдалося запустити «%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 "Комп'ютер"
|
msgstr "Комп'ютер"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:199
|
#: ../extensions/places-menu/placeDisplay.js:200
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Домівка"
|
msgstr "Домівка"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:286
|
#: ../extensions/places-menu/placeDisplay.js:287
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Огляд мережі"
|
msgstr "Огляд мережі"
|
||||||
|
|
||||||
@@ -231,52 +235,52 @@ msgstr "Назва теми"
|
|||||||
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 "Назва теми, що завантажується з ~/.themes/name/gnome-shell"
|
msgstr "Назва теми, що завантажується з ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:92
|
#: ../extensions/window-list/extension.js:94
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Закрити"
|
msgstr "Закрити"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:102
|
#: ../extensions/window-list/extension.js:104
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Відновити згорнуте"
|
msgstr "Відновити згорнуте"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:103
|
#: ../extensions/window-list/extension.js:105
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Згорнути"
|
msgstr "Згорнути"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:109
|
#: ../extensions/window-list/extension.js:111
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Відновити розгорнуте"
|
msgstr "Відновити розгорнуте"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: ../extensions/window-list/extension.js:112
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Розгорнути"
|
msgstr "Розгорнути"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:270
|
#: ../extensions/window-list/extension.js:272
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Згорнути все"
|
msgstr "Згорнути все"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:278
|
#: ../extensions/window-list/extension.js:280
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Відновити все згорнуте"
|
msgstr "Відновити все згорнуте"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:286
|
#: ../extensions/window-list/extension.js:288
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Розгорнути все"
|
msgstr "Розгорнути все"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:295
|
#: ../extensions/window-list/extension.js:297
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Відновити все розгорнуте"
|
msgstr "Відновити все розгорнуте"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:304
|
#: ../extensions/window-list/extension.js:306
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Закрити все"
|
msgstr "Закрити все"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:591
|
#: ../extensions/window-list/extension.js:593
|
||||||
#: ../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:743
|
#: ../extensions/window-list/extension.js:745
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Перелік вікон"
|
msgstr "Перелік вікон"
|
||||||
|
|
||||||
|
|||||||
+33
-30
@@ -6,16 +6,17 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extensions gnome-3-0\n"
|
"Project-Id-Version: gnome-shell-extensions gnome-3-0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"POT-Creation-Date: 2013-09-20 13:44+0800\n"
|
"shell&keywords=I18N+L10N&component=extensions\n"
|
||||||
"PO-Revision-Date: 2013-09-20 13:44+0800\n"
|
"POT-Creation-Date: 2014-03-19 20:33+0000\n"
|
||||||
|
"PO-Revision-Date: 2014-03-22 20:05+0800\n"
|
||||||
"Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n"
|
"Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n"
|
||||||
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
|
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
|
||||||
"Language: \n"
|
"Language: zh_TW\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.5.5\n"
|
"X-Generator: Poedit 1.6.3\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
|
||||||
@@ -51,6 +52,10 @@ msgstr "在螢幕邊緣放下視窗時啟用邊緣拼貼"
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "工作區只在主要螢幕"
|
msgstr "工作區只在主要螢幕"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr "延遲滑鼠模式中焦點的改變直到指標停止移動"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: ../extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "僅縮圖"
|
msgstr "僅縮圖"
|
||||||
@@ -114,16 +119,16 @@ msgstr "建立新的比對規則"
|
|||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "加入"
|
msgstr "加入"
|
||||||
|
|
||||||
#: ../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 "裝置「%s」退出失敗:"
|
msgstr "裝置「%s」退出失敗:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:90
|
#: ../extensions/drive-menu/extension.js:123
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "可移除式裝置"
|
msgstr "可移除式裝置"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:117
|
#: ../extensions/drive-menu/extension.js:150
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "開啟檔案"
|
msgstr "開啟檔案"
|
||||||
|
|
||||||
@@ -141,8 +146,6 @@ msgid ""
|
|||||||
"panel."
|
"panel."
|
||||||
msgstr "若不是空的,它則包含點擊面板時會顯示的文字。"
|
msgstr "若不是空的,它則包含點擊面板時會顯示的文字。"
|
||||||
|
|
||||||
#. TRANSLATORS: Example is the name of the extension, should not be
|
|
||||||
#. translated
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: ../extensions/example/prefs.js:30
|
||||||
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 "
|
||||||
@@ -183,21 +186,21 @@ msgstr "如果為真,在對映的縮圖頂端放置視窗說明標題,凌駕
|
|||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "位置"
|
msgstr "位置"
|
||||||
|
|
||||||
#: ../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 "無法啟動「%s」"
|
msgstr "無法啟動「%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 "電腦"
|
msgstr "電腦"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:199
|
#: ../extensions/places-menu/placeDisplay.js:200
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "家目錄"
|
msgstr "家目錄"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:286
|
#: ../extensions/places-menu/placeDisplay.js:287
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "瀏覽網絡"
|
msgstr "瀏覽網絡"
|
||||||
|
|
||||||
@@ -217,52 +220,52 @@ msgstr "主題名稱"
|
|||||||
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 "主題的名稱,要從 ~/.themes/name/gnome-shell 載入"
|
msgstr "主題的名稱,要從 ~/.themes/name/gnome-shell 載入"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:92
|
#: ../extensions/window-list/extension.js:104
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "關閉"
|
msgstr "關閉"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:102
|
#: ../extensions/window-list/extension.js:114
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "取消最小化"
|
msgstr "取消最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:103
|
#: ../extensions/window-list/extension.js:115
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "最小化"
|
msgstr "最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:109
|
#: ../extensions/window-list/extension.js:121
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "取消最大化"
|
msgstr "取消最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: ../extensions/window-list/extension.js:122
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "最大化"
|
msgstr "最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:270
|
#: ../extensions/window-list/extension.js:294
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "全部最小化"
|
msgstr "全部最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:278
|
#: ../extensions/window-list/extension.js:302
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "全部取消最小化"
|
msgstr "全部取消最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:286
|
#: ../extensions/window-list/extension.js:310
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "全部最大化"
|
msgstr "全部最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:295
|
#: ../extensions/window-list/extension.js:319
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "全部取消最大化"
|
msgstr "全部取消最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:304
|
#: ../extensions/window-list/extension.js:328
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "全部關閉"
|
msgstr "全部關閉"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:591
|
#: ../extensions/window-list/extension.js:638
|
||||||
#: ../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:743
|
#: ../extensions/window-list/extension.js:792
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "視窗清單"
|
msgstr "視窗清單"
|
||||||
|
|
||||||
@@ -301,7 +304,7 @@ msgid "Name"
|
|||||||
msgstr "名稱"
|
msgstr "名稱"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:186
|
#: ../extensions/workspace-indicator/prefs.js:186
|
||||||
#, c-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "工作區 %d"
|
msgstr "工作區 %d"
|
||||||
|
|
||||||
|
|||||||
+33
-30
@@ -6,16 +6,17 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extensions gnome-3-0\n"
|
"Project-Id-Version: gnome-shell-extensions gnome-3-0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"POT-Creation-Date: 2013-09-20 13:44+0800\n"
|
"shell&keywords=I18N+L10N&component=extensions\n"
|
||||||
"PO-Revision-Date: 2013-09-20 10:20+0800\n"
|
"POT-Creation-Date: 2014-03-19 20:33+0000\n"
|
||||||
|
"PO-Revision-Date: 2014-03-21 21:41+0800\n"
|
||||||
"Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n"
|
"Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n"
|
||||||
"Language-Team: Chinese (Taiwan) <chinese-l10n@googlegroups.com>\n"
|
"Language-Team: Chinese (Taiwan) <chinese-l10n@googlegroups.com>\n"
|
||||||
"Language: \n"
|
"Language: zh_TW\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.5.5\n"
|
"X-Generator: Poedit 1.6.3\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
|
||||||
@@ -51,6 +52,10 @@ msgstr "在螢幕邊緣放下視窗時啟用邊緣拼貼"
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "工作區只在主要螢幕"
|
msgstr "工作區只在主要螢幕"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr "延遲滑鼠模式中焦點的改變直到指標停止移動"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: ../extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "僅縮圖"
|
msgstr "僅縮圖"
|
||||||
@@ -116,16 +121,16 @@ msgstr "建立新的比對規則"
|
|||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "加入"
|
msgstr "加入"
|
||||||
|
|
||||||
#: ../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 "裝置「%s」退出失敗:"
|
msgstr "裝置「%s」退出失敗:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:90
|
#: ../extensions/drive-menu/extension.js:123
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "可移除式裝置"
|
msgstr "可移除式裝置"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:117
|
#: ../extensions/drive-menu/extension.js:150
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "開啟檔案"
|
msgstr "開啟檔案"
|
||||||
|
|
||||||
@@ -143,8 +148,6 @@ msgid ""
|
|||||||
"panel."
|
"panel."
|
||||||
msgstr "若不是空的,它則包含點擊面板時會顯示的文字。"
|
msgstr "若不是空的,它則包含點擊面板時會顯示的文字。"
|
||||||
|
|
||||||
#. TRANSLATORS: Example is the name of the extension, should not be
|
|
||||||
#. translated
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: ../extensions/example/prefs.js:30
|
||||||
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 "
|
||||||
@@ -190,21 +193,21 @@ msgstr ""
|
|||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "位置"
|
msgstr "位置"
|
||||||
|
|
||||||
#: ../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 "無法啟動「%s」"
|
msgstr "無法啟動「%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 "電腦"
|
msgstr "電腦"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:199
|
#: ../extensions/places-menu/placeDisplay.js:200
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "家目錄"
|
msgstr "家目錄"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:286
|
#: ../extensions/places-menu/placeDisplay.js:287
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "瀏覽網路"
|
msgstr "瀏覽網路"
|
||||||
|
|
||||||
@@ -224,52 +227,52 @@ msgstr "主題名稱"
|
|||||||
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 "主題的名稱,要從 ~/.themes/name/gnome-shell 載入"
|
msgstr "主題的名稱,要從 ~/.themes/name/gnome-shell 載入"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:92
|
#: ../extensions/window-list/extension.js:104
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "關閉"
|
msgstr "關閉"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:102
|
#: ../extensions/window-list/extension.js:114
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "取消最小化"
|
msgstr "取消最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:103
|
#: ../extensions/window-list/extension.js:115
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "最小化"
|
msgstr "最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:109
|
#: ../extensions/window-list/extension.js:121
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "取消最大化"
|
msgstr "取消最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: ../extensions/window-list/extension.js:122
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "最大化"
|
msgstr "最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:270
|
#: ../extensions/window-list/extension.js:294
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "全部最小化"
|
msgstr "全部最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:278
|
#: ../extensions/window-list/extension.js:302
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "全部取消最小化"
|
msgstr "全部取消最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:286
|
#: ../extensions/window-list/extension.js:310
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "全部最大化"
|
msgstr "全部最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:295
|
#: ../extensions/window-list/extension.js:319
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "全部取消最大化"
|
msgstr "全部取消最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:304
|
#: ../extensions/window-list/extension.js:328
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "全部關閉"
|
msgstr "全部關閉"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:591
|
#: ../extensions/window-list/extension.js:638
|
||||||
#: ../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:743
|
#: ../extensions/window-list/extension.js:792
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "視窗清單"
|
msgstr "視窗清單"
|
||||||
|
|
||||||
@@ -309,7 +312,7 @@ msgid "Name"
|
|||||||
msgstr "名稱"
|
msgstr "名稱"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:186
|
#: ../extensions/workspace-indicator/prefs.js:186
|
||||||
#, c-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "工作區 %d"
|
msgstr "工作區 %d"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user