Compare commits

..

3 Commits

Author SHA1 Message Date
Giovanni Campagna
3c100c393a Bump version to 3.8.2
To go along GNOME Shell 3.8.2
2013-05-14 07:16:36 +02:00
Florian Müllner
2e1856ab34 window-list: Make bottom panel taller in classic mode
Consider additional borders in classic styling for the panel height.

https://bugzilla.gnome.org/show_bug.cgi?id=698169
2013-05-13 22:02:27 +02:00
Florian Müllner
0861745de4 window-list: Use notify::n-workspaces to recreate workspace menu
When the number of workspaces changes, we clear the existing menu
and recreate it based on the screen::n-workspaces property, so it
is slightly more correct to track changes to the property directly
instead of using the workspace-added/workspace-removed signals.
This change also fixes a corner case, where changes to the property
before workspaces are initialized are missed and we end up with the
wrong number of workspaces.

https://bugzilla.gnome.org/show_bug.cgi?id=699350
2013-04-30 21:54:54 +02:00
112 changed files with 5562 additions and 13671 deletions

135
NEWS
View File

@@ -1,136 +1,7 @@
3.12.2
======
* classic theme: remove rounded corners from tile previews
* several fixes and improvements to the window-list
(keep button order stable, 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
======
* classic mode now supports session saving
* updates for gnome-shell changes
* updated translations (ar, kn)
3.11.3
======
* workspace-indicator is vertically aligned now
* updated translations (ar, eo, ta, te)
3.11.2
======
* updated translations (zh_CN)
3.11.1
======
* ignore shadowed mounts in drive-menu extension
* updates for gnome-shell/gjs changes
* updated translations (el, th)
3.10.1
======
* updated translations (af, ca, ca@valencia, de, et, eu, fa,
hu, lt, lv, nb, nl, pa, pt, sk, sr, sr@latin, tr)
3.10.0
======
* updated translations (as, cs, da, es, et, fi, fr, gl,
he, id, it, kk, lt, lv, pa, pl, pt, pt_BR, ru, sl, tg,
uk, zh_HK, zh_TW)
3.9.92
======
* more updates and fixes for gnome-shell master changes
and regressions (systemMonitor, window-list, apps-menu)
* lots of updated translations (ar, as, cs, da, de, el, es,
eu, fi, gl, he, hu, it, ja, kk, ko, lv, nb, nl, pa, pl,
pt_BR, ru, sk, sr, sr@latin, ta, tg)
3.9.91
======
* update the classic mode session and theme to work with the
new system menu
* the usual round of updates and fixes for gnome-shell
API changes
* updated translations (de, it, lt, nl, pl, pt_BR, sk,
zh_HK, zh_TW)
3.9.90
======
* xrandr-indicator was removed, as the implementation
was incompatible with the new DisplayConfig mutter API
* various extensions were updated for the 3.9.90 gnome-shell API
* updated translations (cs, es, fur, gl, he, hu, id, ja, sl, tg,
zh_CN, zh_HK, zh_TW)
3.9.5
3.8.2
=====
* alternative-status-menu was removed entirely, as
it does not fit in the designs of the new unified
status menu
* updated translations (as, gu, it, ru)
3.9.4
=====
* apps-menu: fixed handling of hot corner in case
of screen reconfiguration
* alternative-status-menu now correctly honors polkit
for hibernation
* user-menu now loads themes from $XDG_DATA_HOME too
* translation updates (de, id, pt_BR, vi, zh_CN, ml)
3.9.3
=====
* classic mode mini extensions were replaced with a
GSettings override specified in the .json file
* styling of classic mode improved
* native-window-placement is back working on 3.9
* misc bug fixes
* traslation updates (an, cs, el, es, gl, nb, pl, sk, tg)
3.9.2
=====
* apps-menu: appearance of the scrollbars was improved
* window-list is a little taller in classic mode (to account
for the workspace switcher)
* alternative-status-menu honors again the dconf configuration
* translation updates (sr)
3.9.1
=====
* updates to window-list, xrandr-indicator,
workspace-indicator, windowsNavigator for gnome-shell
changes
* window-list: fix styling in classic mode
* window-list: code cleanups
* translation updates (cs, es, lt, pl, pt_BR, sl)
3.8.1

20
README
View File

@@ -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
specific extension.
For these reasons, distributions are advised to avoid installing or packaging
this module by default.
this module by defaul.
For more information about GNOME Shell Extensions
https://wiki.gnome.org/Projects/GnomeShell/Extensions
http://live.gnome.org/GnomeShell/Extensions
For general information about GNOME Shell
https://wiki.gnome.org/Projects/GnomeShell
http://live.gnome.org/GnomeShell
Bugs should be reported at https://bugzilla.gnome.org against the 'gnome-shell'
Bugs should be reported at http://bugzilla.gnome.org against the 'gnome-shell'
product, with the 'extensions' component.
Extensions
@@ -24,6 +24,12 @@ alternate-tab
Lets you use classic Alt+Tab (window-based instead of app-based) in GNOME Shell.
alternative-status-menu
For those who want a power off item visible at all the time, replaces GNOME Shell
status menu with one featuring separate Suspend and Power Off. Adds the ability to
hibernate as well.
apps-menu
Lets you reach an application using gnome 2.x style menu on the panel.
@@ -71,6 +77,12 @@ windowsNavigator
Allow keyboard selection of windows and workspaces in overlay mode.
xrandr-indicator
Replace the GTK+ based indicator from gnome-settings-daemon with
a native one. Lets the user rotate the laptop monitor and open
display preferences quickly.
License
=======
GNOME Shell Extensions are distributed under the terms of the GNU General Public License,

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`

View File

@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
AC_INIT([gnome-shell-extensions],[3.12.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
AC_INIT([gnome-shell-extensions],[3.8.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
@@ -27,9 +27,9 @@ fi
AC_SUBST([SHELL_VERSION])
dnl keep this in alphabetic order
CLASSIC_EXTENSIONS="apps-menu places-menu alternate-tab launch-new-instance window-list"
DEFAULT_EXTENSIONS="$CLASSIC_EXTENSIONS drive-menu windowsNavigator workspace-indicator"
ALL_EXTENSIONS="$DEFAULT_EXTENSIONS auto-move-windows example native-window-placement systemMonitor user-theme"
CLASSIC_EXTENSIONS="apps-menu places-menu alternate-tab default-min-max launch-new-instance static-workspaces window-list"
DEFAULT_EXTENSIONS="$CLASSIC_EXTENSIONS alternative-status-menu drive-menu windowsNavigator workspace-indicator"
ALL_EXTENSIONS="$DEFAULT_EXTENSIONS auto-move-windows example native-window-placement systemMonitor user-theme xrandr-indicator"
AC_SUBST(CLASSIC_EXTENSIONS, [$CLASSIC_EXTENSIONS])
AC_SUBST(ALL_EXTENSIONS, [$ALL_EXTENSIONS])
AC_ARG_ENABLE([extensions],
@@ -65,8 +65,13 @@ for e in $enable_extensions; do
[ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"],
[AC_MSG_WARN([libgtop-2.0 not found, disabling systemMonitor])])
;;
xrandr-indicator)
PKG_CHECK_MODULES(GNOME_DESKTOP, gnome-desktop-3.0 >= 2.91.6,
[ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"],
[AC_MSG_WARN([gnome-desktop-3.0 not found, disabling xrandr-indicator])])
;;
dnl keep this in alphabetic order
alternate-tab|apps-menu|auto-move-windows|drive-menu|example|launch-new-instance|native-window-placement|places-menu|user-theme|window-list|windowsNavigator|workspace-indicator)
alternate-tab|alternative-status-menu|apps-menu|auto-move-windows|default-min-max|drive-menu|example|launch-new-instance|native-window-placement|places-menu|static-workspaces|user-theme|window-list|windowsNavigator|workspace-indicator)
ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"
;;
*)
@@ -80,18 +85,22 @@ dnl Please keep this sorted alphabetically
AC_CONFIG_FILES([
data/Makefile
extensions/alternate-tab/Makefile
extensions/alternative-status-menu/Makefile
extensions/apps-menu/Makefile
extensions/auto-move-windows/Makefile
extensions/default-min-max/Makefile
extensions/drive-menu/Makefile
extensions/example/Makefile
extensions/launch-new-instance/Makefile
extensions/native-window-placement/Makefile
extensions/places-menu/Makefile
extensions/static-workspaces/Makefile
extensions/systemMonitor/Makefile
extensions/user-theme/Makefile
extensions/window-list/Makefile
extensions/windowsNavigator/Makefile
extensions/workspace-indicator/Makefile
extensions/xrandr-indicator/Makefile
extensions/Makefile
Makefile
po/Makefile.in

View File

@@ -28,14 +28,9 @@ theme_DATA = \
$(srcdir)/gnome-classic.css \
$(NULL)
gsettings_in_files = org.gnome.shell.extensions.classic-overrides.gschema.xml.in
gsettings_SCHEMAS = $(gsettings_in_files:.xml.in=.xml)
@INTLTOOL_XML_NOMERGE_RULE@
@GSETTINGS_RULES@
%.desktop.in:%.desktop.in.in
$(AM_V_GEN) sed \
-e "s|\@libexecdir\@|$(libexecdir)|" \
-e "s|\@bindir\@|$(bindir)|" \
-e "s|\@VERSION\@|$(VERSION)|" \
$< > $@
@@ -59,7 +54,6 @@ EXTRA_DIST = \
$(session_in_in_files) \
$(xsession_in_files) \
$(mode_in_files) \
$(gsettings_in_files) \
$(theme_DATA) \
$(NULL)
@@ -68,5 +62,4 @@ CLEANFILES = \
$(session_DATA) \
$(xsession_DATA) \
$(mode_DATA) \
$(gsettings_SCHEMAS) \
$(NULL)

View File

@@ -1,10 +1,10 @@
{
"parentMode": "user",
"stylesheetName": "gnome-classic.css",
"overridesSchema": "org.gnome.shell.extensions.classic-overrides",
"enabledExtensions": [@CLASSIC_EXTENSIONS@],
"panel": { "left": ["activities", "appMenu"],
"center": [],
"right": ["a11y", "keyboard", "dateMenu", "aggregateMenu"]
"right": ["a11y", "keyboard", "volume", "bluetooth",
"network", "battery", "dateMenu", "userMenu"]
}
}

View File

@@ -39,12 +39,6 @@
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 */
@@ -153,10 +147,6 @@
padding: 8px 0px;
}
.popup-menu-item:hover .popup-status-menu-item {
color: #fff;
}
.popup-subtitle-menu-item, .popup-subtitle-menu-item:insensitive {
color: #000;
}
@@ -173,25 +163,6 @@
box-shadow: inset 0px 1px 3px rgba(0,0,0,0.4);
}
/* SCROLLBARS for POPUP MENU */
.popup-menu StScrollBar StBin#trough {
background-color: transparent;
}
.popup-menu StScrollBar StButton#vhandle, .popup-menu StScrollBar StButton#hhandle {
border-color: #e9e9e9;
background-color: #888;
}
.popup-menu StScrollBar StButton#vhandle:hover,
.popup-menu StScrollBar StButton#hhandle:hover {
background-color: #666;
}
.popup-menu StScrollBar StButton#vhandle:active,
.popup-menu StScrollBar StButton#hhandle:active {
background-color: #4a90d9;
}
/* CALENDAR */
.calendar {}
@@ -228,34 +199,13 @@
color: #666 !important;
}
/* SYSTEM MENU */
.system-menu-action {
color: #e6e6e6;
border: 1px solid #ddd; /* using rgba() is flaky unfortunately */
}
.system-menu-action:hover,
.system-menu-action:focus,
.system-menu-action:active {
color: white;
background-color: #4a90d9;
border: none;
}
/* VOLUME SLIDER */
.slider {
.popup-slider-menu-item {
-slider-background-color: #e9e9e9;
-slider-border-color: #999;
-slider-active-background-color: #76b0ec;
-slider-active-border-color: #1f6dbc;
-slider-handle-border-color: #888;
-slider-handle-border-width: 1px;
}
.popup-menu-icon {
color: #000 !important;
}
/* ON OFF switch */
@@ -277,12 +227,3 @@
background-image: url("classic-toggle-on-intl.svg");
background-size: contain;
}
.system-menu-action {
color: #555 !important;
}
.system-menu-action:hover,
.system-menu-action:focus {
color: black !important;
}

View File

@@ -1,7 +1,7 @@
[Desktop Entry]
_Name=GNOME Classic
_Comment=This session logs you into GNOME Classic
Exec=env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic
Exec=gnome-session --session gnome-classic
TryExec=gnome-session
Icon=
Type=Application

View File

@@ -1,3 +1,4 @@
[GNOME Session]
_Name=GNOME Classic
RequiredComponents=gnome-shell-classic;gnome-settings-daemon;nautilus-classic;
IsRunnableHelper=@libexecdir@/gnome-session-check-accelerated

View File

@@ -2,7 +2,7 @@
Type=Application
_Name=GNOME Shell Classic
_Comment=Window management and application launching
Exec=@bindir@/gnome-shell
Exec=@bindir@/gnome-shell --mode=classic
TryExec=@bindir@/gnome-shell
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-shell

View File

@@ -1,38 +0,0 @@
<schemalist>
<schema id="org.gnome.shell.extensions.classic-overrides"
path="/org/gnome/shell/extensions/classic-overrides/"
gettext-domain="gnome-shell-extensions">
<key name="attach-modal-dialogs" type="b">
<default>true</default>
<_summary>Attach modal dialog to the parent window</_summary>
<_description>
This key overrides the key in org.gnome.mutter when running
GNOME Shell.
</_description>
</key>
<key name="edge-tiling" type="b">
<default>true</default>
<_summary>Enable edge tiling when dropping windows on screen edges</_summary>
<_description>
This key overrides the key in org.gnome.mutter when running GNOME Shell.
</_description>
</key>
<key name="workspaces-only-on-primary" type="b">
<default>true</default>
<_summary>Workspaces only on primary monitor</_summary>
<_description>
This key overrides the key in org.gnome.mutter when running GNOME Shell.
</_description>
</key>
<key name="focus-change-on-pointer-rest" type="b">
<default>true</default>
<_summary>Delay focus changes in mouse mode until the pointer stops moving</_summary>
<_description>
This key overrides the key in org.gnome.mutter when running GNOME Shell.
</_description>
</key>
</schema>
</schemalist>

View File

@@ -54,8 +54,6 @@ function enable() {
}
function disable() {
var prop;
setKeybinding('switch-applications', Lang.bind(Main.wm, Main.wm._startAppSwitcher));
setKeybinding('switch-group', Lang.bind(Main.wm, Main.wm._startAppSwitcher));
setKeybinding('switch-applications-backward', Lang.bind(Main.wm, Main.wm._startAppSwitcher));

View File

@@ -4,7 +4,7 @@
"settings-schema": "@gschemaname@",
"gettext-domain": "@gettext_domain@",
"name": "AlternateTab",
"description": "Substitute Alt-Tab with a window based switcher that does not group by application.\nThis extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.",
"description": "A replacement for Alt-Tab, allows to cycle between windows and does not group by application",
"original-authors": [ "jw@bargsten.org", "thomas.bouffon@gmail.com" ],
"shell-version": [ "@shell_current@" ],
"url": "@url@"

View File

@@ -0,0 +1,4 @@
EXTENSION_ID = alternative-status-menu
include ../../extension.mk
include ../../settings.mk

View File

@@ -0,0 +1,172 @@
/* -*- mode: js2 - indent-tabs-mode: nil - js2-basic-offset: 4 -*- */
const Gio = imports.gi.Gio;
const GLib = imports.gi.GLib;
const Lang = imports.lang;
const Mainloop = imports.mainloop;
const St = imports.gi.St;
const BoxPointer = imports.ui.boxpointer;
const Main = imports.ui.main;
const PopupMenu = imports.ui.popupMenu;
const Gettext = imports.gettext.domain('gnome-shell-extensions');
const _ = Gettext.gettext;
const ExtensionUtils = imports.misc.extensionUtils;
const Me = ExtensionUtils.getCurrentExtension();
const Convenience = Me.imports.convenience;
const LOCK_ENABLED_KEY = 'lock-enabled';
let extension;
// Need to reimplement here the missing bits from LoginManager
function loginManager_hibernate() {
if (this._proxy) {
// systemd path
this._proxy.call("Hibernate",
GLib.Variant.new('(b)', [true]),
Gio.DBusCallFlags.NONE,
-1, null, null);
} else {
// Can't do in ConsoleKit
this.emit('prepare-for-sleep', true);
this.emit('prepare-for-sleep', false);
}
}
function loginManager_canHibernate(asyncCallback) {
if (this._proxy) {
// systemd path
this._proxy.call("CanHibernate",
null,
Gio.DBusCallFlags.NONE,
-1, null, function(proxy, asyncResult) {
let result, error;
try {
result = proxy.call_finish(asyncResult);
} catch(e) {
error = e;
}
if (error)
asyncCallback(false);
else
asyncCallback(result[0] != 'no');
});
} else {
Mainloop.idle_add(Lang.bind(this, function() {
asyncCallback(false);
return false;
}));
}
}
function statusMenu_updateHaveHibernate() {
loginManager_canHibernate.call(this._loginManager, Lang.bind(this,
function(result) {
this._haveHibernate = result;
this._updateSuspendOrPowerOff();
}));
}
function statusMenu_updateSuspendOrPowerOff() {
this._suspendOrPowerOffItem.actor.hide();
extension.suspendItem.actor.visible = this._haveSuspend;
extension.hibernateItem.actor.visible = this._haveHibernate;
extension.powerOffItem.actor.visible = this._haveShutdown;
}
function onSuspendActivate(item) {
Main.overview.hide();
this.menu.close(BoxPointer.PopupAnimation.NONE);
this._loginManager.suspend();
}
function onHibernateActivate(item) {
Main.overview.hide();
this.menu.close(BoxPointer.PopupAnimation.NONE);
loginManager_hibernate.call(this._loginManager);
}
const Extension = new Lang.Class({
Name: 'AlternativeStatusMenu.Extension',
_init: function() {
this.suspendItem = null;
this.hibernateItem = null;
this.powerOffItem = null;
Convenience.initTranslations();
this._settings = Convenience.getSettings();
},
enable: function() {
let statusMenu = Main.panel.statusArea.userMenu;
let children = statusMenu.menu._getMenuItems();
let index = children.length;
/* find the old entry */
for (let i = children.length - 1; i >= 0; i--) {
if (children[i] == statusMenu._suspendOrPowerOffItem) {
index = i;
break;
}
}
/* add the new entries */
this.suspendItem = new PopupMenu.PopupMenuItem(_("Suspend"));
this.suspendItem.connect('activate', Lang.bind(statusMenu, onSuspendActivate));
this.hibernateItem = new PopupMenu.PopupMenuItem(_("Hibernate"));
this.hibernateItem.connect('activate', Lang.bind(statusMenu, onHibernateActivate));
this.powerOffItem = new PopupMenu.PopupMenuItem(_("Power Off"));
this.powerOffItem.connect('activate', Lang.bind(statusMenu, function() {
this._session.ShutdownRemote();
}));
/* insert the entries at the found position */
statusMenu.menu.addMenuItem(this.suspendItem, index);
statusMenu.menu.addMenuItem(this.hibernateItem, index + 1);
statusMenu.menu.addMenuItem(this.powerOffItem, index + 2);
this._openStateChangedId = statusMenu.menu.connect('open-state-changed', function() {
statusMenu_updateHaveHibernate.call(statusMenu);
});
this._previousUpdateSuspendOrPowerOff = statusMenu._updateSuspendOrPowerOff;
statusMenu._updateSuspendOrPowerOff = statusMenu_updateSuspendOrPowerOff;
this._settingsChangedId = this._settings.connect('changed', function() {
statusMenu._updateSuspendOrPowerOff();
});
},
disable: function() {
let statusMenu = Main.panel.statusArea.userMenu;
this.suspendItem.destroy();
this.hibernateItem.destroy();
this.powerOffItem.destroy();
statusMenu.menu.disconnect(this._openStateChangedId);
this._settings.disconnect(this._settingsChangedId);
statusMenu._updateSuspendOrPowerOff = this._previousUpdateSuspendOrPowerOff;
statusMenu._updateSuspendOrPowerOff();
},
});
// Put your extension initialization code here
function init(metadata) {
return (extension = new Extension());
}

View File

@@ -0,0 +1,10 @@
{
"extension-id": "@extension_id@",
"uuid": "@uuid@",
"settings-schema": "@gschemaname@",
"gettext-domain": "@gettext_domain@",
"name": "Alternative Status Menu",
"description": "Replaces GNOME Shell Status Menu with one showing Suspend/Hibernate and Power Off as separate items",
"shell-version": [ "@shell_current@" ],
"url": "@url@"
}

View File

@@ -0,0 +1,14 @@
<schemalist gettext-domain="gnome-shell-extensions">
<schema id="org.gnome.shell.extensions.alternative-status-menu" path="/org/gnome/shell/extensions/alternative-status-menu/">
<key name="allow-suspend" type="b">
<default>true</default>
<_summary>Enable suspending</_summary>
<_description>Control the visibility of the Suspend menu item</_description>
</key>
<key name="allow-hibernate" type="b">
<default>true</default>
<_summary>Enable hibernating</_summary>
<_description>Control the visibility of the Hibernate menu item</_description>
</key>
</schema>
</schemalist>

View File

@@ -0,0 +1,3 @@
.popup-alternating-menu-item:alternate {
font-weight: normal !important;
}

View File

@@ -36,7 +36,7 @@ const ActivitiesMenuItem = new Lang.Class({
_init: function(button) {
this.parent();
this._button = button;
this.actor.add_child(new St.Label({ text: _("Activities Overview") }));
this.addActor(new St.Label({ text: _("Activities Overview") }));
},
activate: function(event) {
@@ -56,10 +56,10 @@ const ApplicationMenuItem = new Lang.Class({
this._button = button;
this._iconBin = new St.Bin();
this.actor.add_child(this._iconBin);
this.addActor(this._iconBin);
let appLabel = new St.Label({ text: app.get_name() });
this.actor.add_child(appLabel, { expand: true });
this.addActor(appLabel, { span: -1, expand: true });
this.actor.label_actor = appLabel;
let textureCache = St.TextureCache.get_default();
@@ -112,7 +112,7 @@ const CategoryMenuItem = new Lang.Class({
else
name = _("Favorites");
this.actor.add_child(new St.Label({ text: name }));
this.addActor(new St.Label({ text: name }));
this.actor.connect('motion-event', Lang.bind(this, this._onMotionEvent));
},
@@ -227,27 +227,24 @@ const ApplicationsMenu = new Lang.Class({
Name: 'ApplicationsMenu',
Extends: PopupMenu.PopupMenu,
_init: function(sourceActor, arrowAlignment, arrowSide, button) {
_init: function(sourceActor, arrowAlignment, arrowSide, button, hotCorner) {
this.parent(sourceActor, arrowAlignment, arrowSide);
this._button = button;
},
isEmpty: function() {
return false;
this._hotCorner = hotCorner;
},
open: function(animate) {
this._button.hotCorner.setBarrierSize(0);
if (this._button.hotCorner.actor) // fallback corner
this._button.hotCorner.actor.hide();
this._hotCorner.setBarrierSize(0);
if (this._hotCorner.actor) // fallback corner
this._hotCorner.actor.hide();
this.parent(animate);
},
close: function(animate) {
let size = Main.layoutManager.panelBox.height;
this._button.hotCorner.setBarrierSize(size);
if (this._button.hotCorner.actor) // fallback corner
this._button.hotCorner.actor.show();
this._hotCorner.setBarrierSize(size);
if (this._hotCorner.actor) // fallback corner
this._hotCorner.actor.show();
this.parent(animate);
},
@@ -268,8 +265,9 @@ const ApplicationsButton = new Lang.Class({
_init: function() {
this.parent(1.0, null, false);
this._hotCorner = Main.layoutManager.hotCorners[Main.layoutManager.primaryIndex];
this.setMenu(new ApplicationsMenu(this.actor, 1.0, St.Side.TOP, this));
this.setMenu(new ApplicationsMenu(this.actor, 1.0, St.Side.TOP, this, this._hotCorner));
Main.panel.menuManager.addMenu(this.menu);
// At this moment applications menu is not keyboard navigable at
@@ -277,17 +275,9 @@ const ApplicationsButton = new Lang.Class({
// role ATK_ROLE_MENU like other elements of the panel.
this.actor.accessible_role = Atk.Role.LABEL;
let hbox = new St.BoxLayout({ style_class: 'panel-status-menu-box' });
this._label = new St.Label({ text: _("Applications") });
this._label = new St.Label({ text: _("Applications"),
y_expand: true,
y_align: Clutter.ActorAlign.CENTER });
hbox.add_child(this._label);
hbox.add_child(new St.Label({ text: '\u25BE',
y_expand: true,
y_align: Clutter.ActorAlign.CENTER }));
this.actor.add_actor(hbox);
this.actor.add_actor(this._label);
this.actor.name = 'panelApplications';
this.actor.label_actor = this._label;
@@ -320,10 +310,6 @@ const ApplicationsButton = new Lang.Class({
}));
},
get hotCorner() {
return Main.layoutManager.hotCorners[Main.layoutManager.primaryIndex];
},
_createVertSeparator: function() {
let separator = new St.DrawingArea({ style_class: 'calendar-vertical-separator',
pseudo_class: 'highlighted' });
@@ -388,9 +374,8 @@ const ApplicationsButton = new Lang.Class({
while ((nextType = iter.next()) != GMenu.TreeItemType.INVALID) {
if (nextType == GMenu.TreeItemType.ENTRY) {
let entry = iter.get_entry();
let appInfo = entry.get_app_info();
let app = appSys.lookup_app(entry.get_desktop_file_id());
if (appInfo.should_show()) {
if (!entry.get_app_info().get_nodisplay()) {
let app = appSys.lookup_app_by_tree_entry(entry);
let menu_id = dir.get_menu_id();
this.applicationsByCategory[categoryId].push(app);
}
@@ -439,7 +424,7 @@ const ApplicationsButton = new Lang.Class({
this.leftBox = new St.BoxLayout({ vertical: true });
this.applicationsScrollBox = new St.ScrollView({ x_fill: true, y_fill: false,
y_align: St.Align.START,
style_class: 'apps-menu vfade' });
style_class: 'vfade' });
this.applicationsScrollBox.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC);
let vscroll = this.applicationsScrollBox.get_vscroll_bar();
vscroll.connect('scroll-start', Lang.bind(this, function() {
@@ -486,8 +471,7 @@ const ApplicationsButton = new Lang.Class({
//Load categories
this.applicationsByCategory = {};
let tree = new GMenu.Tree({ menu_basename: 'applications.menu' });
tree.load_sync();
let tree = appSys.get_tree();
let root = tree.get_root_directory();
let categoryMenuItem = new CategoryMenuItem(this, null);
this.categoriesBox.add_actor(categoryMenuItem.actor);
@@ -554,9 +538,6 @@ const ApplicationsButton = new Lang.Class({
if (category_menu_id) {
applist = this.applicationsByCategory[category_menu_id];
applist.sort(function(a,b) {
return a.get_name().toLowerCase() > b.get_name().toLowerCase();
});
} else {
applist = new Array();
let favorites = global.settings.get_strv('favorite-apps');
@@ -567,6 +548,9 @@ const ApplicationsButton = new Lang.Class({
}
}
applist.sort(function(a,b) {
return a.get_name().toLowerCase() > b.get_name().toLowerCase();
});
return applist;
},

View File

@@ -3,7 +3,7 @@
"uuid": "@uuid@",
"gettext-domain": "@gettext_domain@",
"name": "Applications Menu",
"description": "Add a category-based menu for applications.\nThis extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.",
"description": "Add a gnome 2.x style menu for applications",
"original-authors": [ "e2002@bk.ru", "debarshir@gnome.org" ],
"shell-version": [ "@shell_current@" ],
"url": "@url@"

View File

@@ -1,7 +1 @@
.apps-menu:ltr {
padding-right: 3px;
}
.apps-menu:rtl {
padding-left: 3px;
}
/* none used*/

View File

@@ -40,13 +40,13 @@ const WindowMover = new Lang.Class({
_ensureAtLeastWorkspaces: function(num, window) {
for (let j = global.screen.n_workspaces; j <= num; j++) {
window.change_workspace_by_index(j-1, false);
window.change_workspace_by_index(j-1, false, global.get_current_time());
global.screen.append_new_workspace(false, 0);
}
},
_findAndMove: function(display, window, noRecurse) {
if (window.skip_taskbar)
if (!this._windowTracker.is_window_interesting(window))
return;
let spaces = this._settings.get_strv(SETTINGS_KEY);
@@ -73,7 +73,7 @@ const WindowMover = new Lang.Class({
if (workspace_num >= global.screen.n_workspaces)
this._ensureAtLeastWorkspaces(workspace_num, window);
window.change_workspace_by_index(workspace_num, false);
window.change_workspace_by_index(workspace_num, false, global.get_current_time());
}
}
}
@@ -89,40 +89,27 @@ function init() {
function myCheckWorkspaces() {
let i;
let emptyWorkspaces = new Array(this._workspaces.length);
let emptyWorkspaces = new Array(Main._workspaces.length);
if (!Meta.prefs_get_dynamic_workspaces()) {
this._checkWorkspacesId = 0;
return false;
}
for (i = 0; i < this._workspaces.length; i++) {
let lastRemoved = this._workspaces[i]._lastRemovedWindow;
if ((lastRemoved &&
(lastRemoved.get_window_type() == Meta.WindowType.SPLASHSCREEN ||
lastRemoved.get_window_type() == Meta.WindowType.DIALOG ||
lastRemoved.get_window_type() == Meta.WindowType.MODAL_DIALOG)) ||
this._workspaces[i]._keepAliveId)
for (i = 0; i < Main._workspaces.length; i++) {
let lastRemoved = Main._workspaces[i]._lastRemovedWindow;
if (lastRemoved &&
(lastRemoved.get_window_type() == Meta.WindowType.SPLASHSCREEN ||
lastRemoved.get_window_type() == Meta.WindowType.DIALOG ||
lastRemoved.get_window_type() == Meta.WindowType.MODAL_DIALOG))
emptyWorkspaces[i] = false;
else
else
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();
for (i = 0; i < windows.length; i++) {
let winActor = windows[i];
let win = winActor.meta_window;
if (win.is_on_all_workspaces())
let win = windows[i];
if (win.get_meta_window().is_on_all_workspaces())
continue;
let workspaceIndex = win.get_workspace().index();
let workspaceIndex = win.get_workspace();
emptyWorkspaces[workspaceIndex] = false;
}
@@ -133,28 +120,48 @@ function myCheckWorkspaces() {
}
let activeWorkspaceIndex = global.screen.get_active_workspace_index();
emptyWorkspaces[activeWorkspaceIndex] = false;
let activeIsLast = activeWorkspaceIndex == global.screen.n_workspaces - 2;
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
Main.wm.blockAnimations();
}
// Delete other empty workspaces; do it from the end to avoid index changes
for (i = emptyWorkspaces.length - 2; i >= 0; i--) {
if (emptyWorkspaces[i])
global.screen.remove_workspace(this._workspaces[i], global.get_current_time());
global.screen.remove_workspace(Main._workspaces[i], global.get_current_time());
else
break;
}
this._checkWorkspacesId = 0;
if (removingTrailWorkspaces) {
global.screen.get_workspace_by_index(global.screen.n_workspaces - 1).activate(global.get_current_time());
Main.wm.unblockAnimations();
if (!Main.overview.visible && showOverview)
Main.overview.show();
}
Main._checkWorkspacesId = 0;
return false;
}
function enable() {
prevCheckWorkspaces = Main.wm._workspaceTracker._checkWorkspaces;
Main.wm._workspaceTracker._checkWorkspaces = myCheckWorkspaces;
prevCheckWorkspaces = Main._checkWorkspaces;
if (Meta.prefs_get_dynamic_workspaces())
Main._checkWorkspaces = myCheckWorkspaces;
winMover = new WindowMover();
}
function disable() {
Main.wm._workspaceTracker._checkWorkspaces = prevCheckWorkspaces;
Main._checkWorkspaces = prevCheckWorkspaces;
winMover.destroy();
}

View File

@@ -4,7 +4,7 @@
"settings-schema": "@gschemaname@",
"gettext-domain": "@gettext_domain@",
"name": "Auto Move Windows",
"description": "Move applications to specific workspaces when they create windows.",
"description": "Move applications to specific workspaces when they create windows",
"shell-version": [ "@shell_current@" ],
"original-authors": [ "alessandro.crismani@gmail.com", "thomas.bouffon@gmail.com" ],
"url": "@url@"

View File

@@ -0,0 +1,3 @@
EXTENSION_ID = default-min-max
include ../../extension.mk

View File

@@ -0,0 +1,20 @@
// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*-
const Meta = imports.gi.Meta;
const BUTTON_LAYOUT_KEY = 'button-layout';
const EXTENSION_SCHEMA = 'org.gnome.desktop.wm.preferences';
const SHELL_OVERRIDES_SCHEMA = 'org.gnome.shell.overrides';
function init(metadata) {
}
function enable() {
// Override gnome-shell's overrides
Meta.prefs_override_preference_schema(BUTTON_LAYOUT_KEY, EXTENSION_SCHEMA);
}
function disable() {
// Restore gnome-shell's overrides
Meta.prefs_override_preference_schema(BUTTON_LAYOUT_KEY, SHELL_OVERRIDES_SCHEMA);
}

View File

@@ -0,0 +1,11 @@
{
"extension-id": "@extension_id@",
"uuid": "@uuid@",
"settings-schema": "@gschemaname@",
"gettext-domain": "@gettext_domain@",
"name": "Default Minimize and Maximize",
"description": "Adds minimize and maximize buttons to the titlebar by default",
"original-authors": [ "debarshir@gnome.org" ],
"shell-version": [ "@shell_current@" ],
"url": "@url@"
}

View File

@@ -0,0 +1 @@
/* This extensions requires no special styling */

View File

@@ -1,5 +1,4 @@
// Drive menu extension
const Clutter = imports.gi.Clutter;
const Gio = imports.gi.Gio;
const Lang = imports.lang;
const St = imports.gi.St;
@@ -26,7 +25,7 @@ const MountMenuItem = new Lang.Class({
this.parent();
this.label = new St.Label({ text: mount.get_name() });
this.actor.add(this.label, { expand: true });
this.addActor(this.label);
this.actor.label_actor = this.label;
this.mount = mount;
@@ -35,40 +34,7 @@ const MountMenuItem = new Lang.Class({
style_class: 'popup-menu-icon ' });
let ejectButton = new St.Button({ child: ejectIcon });
ejectButton.connect('clicked', Lang.bind(this, this._eject));
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();
this.addActor(ejectButton);
},
_eject: function() {
@@ -117,20 +83,10 @@ const MountMenuItem = new Lang.Class({
const DriveMenu = new Lang.Class({
Name: 'DriveMenu.DriveMenu',
Extends: PanelMenu.Button,
Extends: PanelMenu.SystemStatusButton,
_init: function() {
this.parent(0.0, _("Removable devices"));
let hbox = new St.BoxLayout({ style_class: 'panel-status-menu-box' });
let icon = new St.Icon({ icon_name: 'media-eject-symbolic',
style_class: 'system-status-icon' });
hbox.add_child(icon);
hbox.add_child(new St.Label({ text: '\u25BE',
y_expand: true,
y_align: Clutter.ActorAlign.CENTER }));
this.actor.add_child(hbox);
this.parent('media-eject-symbolic', _("Removable devices"));
this._monitor = Gio.VolumeMonitor.get();
this._addedId = this._monitor.connect('mount-added', Lang.bind(this, function(monitor, mount) {
@@ -157,19 +113,40 @@ const DriveMenu = new Lang.Class({
},
_updateMenuVisibility: function() {
if (this._mounts.filter(function(i) i.actor.visible).length > 0)
if (this._mounts.length > 0)
this.actor.show();
else
this.actor.hide();
},
_isMountInteresting: function(mount) {
if (!mount.can_eject() && !mount.can_unmount())
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) {
if (!this._isMountInteresting(mount))
return;
let item = new MountMenuItem(mount);
this._mounts.unshift(item);
this.menu.addMenuItem(item, 0);
},
_removeMount: function(mount) {
if (!this._isMountInteresting(mount))
return;
for (let i = 0; i < this._mounts.length; i++) {
let item = this._mounts[i];
if (item.mount == mount) {

View File

@@ -4,7 +4,7 @@
"settings-schema": "@gschemaname@",
"gettext-domain": "@gettext_domain@",
"name": "Removable Drive Menu",
"description": "A status menu for accessing and unmounting removable devices.",
"description": "A status menu for accessing and unmounting removable devices",
"shell-version": [ "@shell_current@" ],
"url": "@url@"
}

View File

@@ -5,12 +5,18 @@ var _onActivateOriginal = null;
var _activateResultOriginal = null;
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();
}
function _activateResult(result) {
let app = this._appSys.lookup_app(result);
function _activateResult(app) {
app.open_new_window(-1);
}

View File

@@ -4,7 +4,7 @@
"settings-schema": "@gschemaname@",
"gettext-domain": "@gettext_domain@",
"name": "Launch new instance",
"description": "Always launch a new instance when clicking in the dash or the application view.\nThis extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.",
"description": "Always launch a new instance",
"shell-version": [ "@shell_current@" ],
"url": "@url@"
}

View File

@@ -138,12 +138,50 @@ function enable() {
* PresentWindowsEffect::calculateWindowTransformationsNatural() from KDE, see:
* https://projects.kde.org/projects/kde/kdebase/kde-workspace/repository/revisions/master/entry/kwin/effects/presentwindows/presentwindows.cpp
*/
Workspace.Workspace.prototype._calculateWindowTransformationsNatural = function(clones, area) {
Workspace.Workspace.prototype._calculateWindowTransformationsNatural = function(clones) {
// As we are using pseudo-random movement (See "slot") we need to make sure the list
// is always sorted the same way no matter which window is currently active.
clones = clones.sort(function (win1, win2) {
return win2.metaWindow.get_stable_sequence() - win1.metaWindow.get_stable_sequence();
});
let area_rect = new Rect(area.x, area.y, area.width, area.height);
let bounds = area_rect.copy();
let node = this.actor.get_theme_node();
let columnSpacing = node.get_length('-horizontal-spacing');
let rowSpacing = node.get_length('-vertical-spacing');
let padding = {
left: node.get_padding(St.Side.LEFT),
top: node.get_padding(St.Side.TOP),
bottom: node.get_padding(St.Side.BOTTOM),
right: node.get_padding(St.Side.RIGHT),
};
let closeButtonHeight, captionHeight;
let leftBorder, rightBorder;
// If the window captions are below the window, put an additional gap to account for them
if (!windowCaptionsOnTop && this._windowOverlays.length) {
// All of the overlays have the same chrome sizes,
// so just pick the first one.
let overlay = this._windowOverlays[0];
[closeButtonHeight, captionHeight] = overlay.chromeHeights();
[leftBorder, rightBorder] = overlay.chromeWidths();
} else {
[closeButtonHeight, captionHeight] = [0, 0];
[leftBorder, rightBorder] = [0, 0];
}
rowSpacing += captionHeight;
columnSpacing += (rightBorder + leftBorder) / 2;
padding.top += closeButtonHeight;
padding.bottom += captionHeight;
padding.left += leftBorder;
padding.right += rightBorder;
let area = new Rect(this._x + padding.left,
this._y + padding.top,
this._width - padding.left - padding.right,
this._height - padding.top - padding.bottom);
let bounds = area.copy();
let direction = 0;
let directions = [];
@@ -186,7 +224,7 @@ function enable() {
if (diff[0] == 0 && diff[1] == 0)
diff[0] = 1;
// Try to keep screen/workspace aspect ratio
if ( bounds.height / bounds.width > area_rect.height / area_rect.width )
if ( bounds.height / bounds.width > area.height / area.width )
diff[0] *= 2;
else
diff[1] *= 2;
@@ -258,15 +296,15 @@ function enable() {
// Work out scaling by getting the most top-left and most bottom-right window coords.
let scale;
scale = Math.min(area_rect.width / bounds.width,
area_rect.height / bounds.height,
scale = Math.min(area.width / bounds.width,
area.height / bounds.height,
1.0);
// Make bounding rect fill the screen size for later steps
bounds.x = bounds.x - (area_rect.width - bounds.width * scale) / 2;
bounds.y = bounds.y - (area_rect.height - bounds.height * scale) / 2;
bounds.width = area_rect.width / scale;
bounds.height = area_rect.height / scale;
bounds.x = bounds.x - (area.width - bounds.width * scale) / 2;
bounds.y = bounds.y - (area.height - bounds.height * scale) / 2;
bounds.width = area.width / scale;
bounds.height = area.height / scale;
// Move all windows back onto the screen and set their scale
for (let i = 0; i < rects.length; i++) {
@@ -281,144 +319,119 @@ function enable() {
let buttonOuterHeight, captionHeight;
let buttonOuterWidth = 0;
let slots = [];
let targets = [];
for (let i = 0; i < rects.length; i++) {
rects[i].x = rects[i].x * scale + area_rect.x;
rects[i].y = rects[i].y * scale + area_rect.y;
rects[i].x = rects[i].x * scale + area.x;
rects[i].y = rects[i].y * scale + area.y;
slots.push([rects[i].x, rects[i].y, scale, clones[i]]);
targets[i] = [rects[i].x, rects[i].y, scale];
}
return slots;
return [clones, targets];
}
workspaceInjections['_calculateWindowTransformationsNatural'] = undefined;
/**
* _updateWindowPositions:
* _realPositionWindows:
* @flags:
* INITIAL - this is the initial positioning of the windows.
* ANIMATE - Indicates that we need animate changing position.
*/
workspaceInjections['_updateWindowPositions'] = Workspace.Workspace.prototype._updateWindowPositions;
Workspace.Workspace.prototype._updateWindowPositions = function(flags) {
if (this._currentLayout == null) {
this._recalculateWindowPositions(flags);
return;
}
let initialPositioning = flags & WindowPositionFlags.INITIAL;
let animate = flags & WindowPositionFlags.ANIMATE;
let layout = this._currentLayout;
let strategy = layout.strategy;
let [, , padding] = this._getSpacingAndPadding();
let area = Workspace.padArea(this._actualGeometry, padding);
/// EDIT replace this version by our own:
//let slots = strategy.computeWindowSlots(layout, area);
/// EDIT copied from _realRecalculateWindowPositions:
let clones = this._windows.slice();
if (clones.length == 0)
return;
clones.sort(function(a, b) {
return a.metaWindow.get_stable_sequence() - b.metaWindow.get_stable_sequence();
});
if (this._reservedSlot)
clones.push(this._reservedSlot);
/// EDIT our own window placement function:
let slots = this._calculateWindowTransformationsNatural(clones, area);
let currentWorkspace = global.screen.get_active_workspace();
let isOnCurrentWorkspace = this.metaWorkspace == null || this.metaWorkspace == currentWorkspace;
for (let i = 0; i < slots.length; i++) {
let slot = slots[i];
let [x, y, scale, clone] = slot;
let metaWindow = clone.metaWindow;
let overlay = clone.overlay;
clone.slotId = i;
// Positioning a window currently being dragged must be avoided;
// we'll just leave a blank spot in the layout for it.
if (clone.inDrag)
continue;
let cloneWidth = clone.actor.width * scale;
let cloneHeight = clone.actor.height * scale;
clone.slot = [x, y, cloneWidth, cloneHeight];
if (overlay && (initialPositioning || !clone.positioned))
overlay.hide();
if (!clone.positioned) {
// This window appeared after the overview was already up
// Grow the clone from the center of the slot
clone.actor.x = x + cloneWidth / 2;
clone.actor.y = y + cloneHeight / 2;
clone.actor.scale_x = 0;
clone.actor.scale_y = 0;
clone.positioned = true;
}
if (animate && isOnCurrentWorkspace) {
if (!metaWindow.showing_on_its_workspace()) {
/* Hidden windows should fade in and grow
* therefore we need to resize them now so they
* can be scaled up later */
if (initialPositioning) {
clone.actor.opacity = 0;
clone.actor.scale_x = 0;
clone.actor.scale_y = 0;
clone.actor.x = x;
clone.actor.y = y;
}
Tweener.addTween(clone.actor,
{ opacity: 255,
time: Overview.ANIMATION_TIME,
transition: 'easeInQuad'
});
}
this._animateClone(clone, overlay, x, y, scale, initialPositioning);
} else {
// cancel any active tweens (otherwise they might override our changes)
Tweener.removeTweens(clone.actor);
clone.actor.set_position(x, y);
clone.actor.set_scale(scale, scale);
clone.overlay.relayout(false);
this._showWindowOverlay(clone, overlay, isOnCurrentWorkspace);
}
}
workspaceInjections['_realPositionWindows'] = Workspace.Workspace.prototype._realPositionWindows;
Workspace.Workspace.prototype._realPositionWindows = function(flags) {
if (this._repositionWindowsId > 0) {
Mainloop.source_remove(this._repositionWindowsId);
this._repositionWindowsId = 0;
}
let clones = this._windows.slice();
if (this._reservedSlot)
clones.push(this._reservedSlot);
let initialPositioning = flags & WindowPositionFlags.INITIAL;
let animate = flags & WindowPositionFlags.ANIMATE;
// Start the animations
let targets = [];
let scales = [];
[clones, targets] = this._calculateWindowTransformationsNatural(clones);
let currentWorkspace = global.screen.get_active_workspace();
let isOnCurrentWorkspace = this.metaWorkspace == null || this.metaWorkspace == currentWorkspace;
for (let i = 0; i < clones.length; i++) {
let clone = clones[i];
let [x, y , scale] = targets[i];
let metaWindow = clone.metaWindow;
let mainIndex = this._lookupIndex(metaWindow);
let overlay = this._windowOverlays[mainIndex];
clone.slotId = i;
// Positioning a window currently being dragged must be avoided;
// we'll just leave a blank spot in the layout for it.
if (clone.inDrag)
continue;
clone.slot = [x, y, clone.actor.width * scale, clone.actor.height * scale];
if (overlay && initialPositioning)
overlay.hide(initialPositioning);
if (animate && isOnCurrentWorkspace) {
if (!metaWindow.showing_on_its_workspace()) {
/* Hidden windows should fade in and grow
* therefore we need to resize them now so they
* can be scaled up later */
if (initialPositioning) {
clone.actor.opacity = 0;
clone.actor.scale_x = 0;
clone.actor.scale_y = 0;
clone.actor.x = x;
clone.actor.y = y;
}
// Make the window slightly transparent to indicate it's hidden
Tweener.addTween(clone.actor,
{ opacity: 255,
time: Overview.ANIMATION_TIME,
transition: 'easeInQuad'
});
}
this._animateClone(clone, overlay, x, y, scale, initialPositioning);
} else {
clone.actor.set_position(x, y);
clone.actor.set_scale(scale, scale);
clone.overlay.relayout(false);
this._showWindowOverlay(clone, overlay, isOnCurrentWorkspace);
}
}
}
/// position window titles on top of windows in overlay ////
if (windowCaptionsOnTop) {
winInjections['chromeHeights'] = Workspace.WindowOverlay.prototype.chromeHeights;
Workspace.WindowOverlay.prototype.chromeHeights = function () {
return [Math.max( this.closeButton.height - this.closeButton._overlap, this.title.height - this.title._overlap),
0];
};
/// This is almost a direct copy of the original relayout function. Differences are marked.
winInjections['relayout'] = Workspace.WindowOverlay.prototype.relayout;
Workspace.WindowOverlay.prototype.relayout = function(animate) {
winInjections['updatePositions'] = Workspace.WindowOverlay.prototype.updatePositions;
Workspace.WindowOverlay.prototype.updatePositions = function(cloneX, cloneY, cloneWidth, cloneHeight, animate) {
let button = this.closeButton;
let title = this.title;
let border = this.border;
Tweener.removeTweens(button);
Tweener.removeTweens(title);
Tweener.removeTweens(border);
let settings = new Gio.Settings({ schema: BUTTON_LAYOUT_SCHEMA });
let layout = settings.get_string(BUTTON_LAYOUT_KEY);
let rtl = Clutter.get_default_text_direction() == Clutter.TextDirection.RTL;
let [cloneX, cloneY, cloneWidth, cloneHeight] = this._windowClone.slot;
let layout = Meta.prefs_get_button_layout();
let side = layout.left_buttons.indexOf(Meta.ButtonFunction.CLOSE) > -1 ? St.Side.LEFT : St.Side.RIGHT;
let split = layout.split(":");
let side;
if (split[0].indexOf("close") > -1)
side = rtl ? St.Side.RIGHT : St.Side.LEFT;
else
side = rtl ? St.Side.LEFT : St.Side.RIGHT;
let buttonX;
let buttonY = cloneY - (button.height - button._overlap);
@@ -432,21 +445,11 @@ function enable() {
else
button.set_position(Math.floor(buttonX), Math.floor(buttonY));
// Clutter.Actor.get_preferred_width() will return the fixed width if one
// is set, so we need to reset the width by calling set_width(-1), to forward
// the call down to StLabel.
// We also need to save and restore the current width, otherwise the animation
// starts from the wrong point.
let prevTitleWidth = title.width;
title.set_width(-1);
let [titleMinWidth, titleNatWidth] = title.get_preferred_width(-1);
let titleWidth = Math.max(titleMinWidth, Math.min(titleNatWidth, cloneWidth));
title.width = prevTitleWidth;
if (!title.fullWidth)
title.fullWidth = title.width;
let titleWidth = Math.min(title.fullWidth, cloneWidth);
let titleX = cloneX + (cloneWidth - titleWidth) / 2;
/// this is the actual difference to original gnome-shell:
//let titleY = cloneY + cloneHeight + title._spacing;
let titleY = cloneY - title.height + title._spacing;
if (animate)
@@ -455,19 +458,6 @@ function enable() {
title.width = titleWidth;
title.set_position(Math.floor(titleX), Math.floor(titleY));
}
let borderX = cloneX - this.borderSize;
let borderY = cloneY - this.borderSize;
let borderWidth = cloneWidth + 2 * this.borderSize;
let borderHeight = cloneHeight + 2 * this.borderSize;
if (animate) {
this._animateOverlayActor(this.border, borderX, borderY,
borderWidth, borderHeight);
} else {
this.border.set_position(borderX, borderY);
this.border.set_size(borderWidth, borderHeight);
}
};
}
}
@@ -480,8 +470,6 @@ function removeInjection(object, injection, name) {
}
function disable() {
var i;
for (i in workspaceInjections)
removeInjection(Workspace.Workspace.prototype, workspaceInjections, i);
for (i in winInjections)

View File

@@ -4,7 +4,7 @@
"settings-schema": "@gschemaname@",
"gettext-domain": "@gettext_domain@",
"name": "Native Window Placement",
"description": "Arrange windows in overview in a more compact way.",
"description": "Arrange windows in overview in a more native way",
"shell-version": [ "@shell_current@" ],
"url": "@url@",
"original-authors": [ "wepmaschda@gmx.de" ]

View File

@@ -1,6 +1,5 @@
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
const Clutter = imports.gi.Clutter;
const Gio = imports.gi.Gio;
const GLib = imports.gi.GLib;
const Lang = imports.lang;
@@ -33,10 +32,10 @@ const PlaceMenuItem = new Lang.Class({
this._icon = new St.Icon({ gicon: info.icon,
icon_size: PLACE_ICON_SIZE });
this.actor.add_child(this._icon);
this.addActor(this._icon);
this._label = new St.Label({ text: info.name });
this.actor.add_child(this._label);
this.addActor(this._label);
this._changedId = info.connect('changed',
Lang.bind(this, this._propertiesChanged));
@@ -75,17 +74,9 @@ const PlacesMenu = new Lang.Class({
Extends: PanelMenu.Button,
_init: function() {
this.parent(0.0, _("Places"));
let hbox = new St.BoxLayout({ style_class: 'panel-status-menu-box' });
let label = new St.Label({ text: _("Places"),
y_expand: true,
y_align: Clutter.ActorAlign.CENTER });
hbox.add_child(label);
hbox.add_child(new St.Label({ text: '\u25BE',
y_expand: true,
y_align: Clutter.ActorAlign.CENTER }));
this.actor.add_actor(hbox);
let label = new St.Label({ text: _("Places") });
this.parent(0.0, label.text);
this.actor.add_actor(label);
this.placesManager = new PlaceDisplay.PlacesManager();

View File

@@ -4,7 +4,7 @@
"settings-schema": "@gschemaname@",
"gettext-domain": "@gettext_domain@",
"name": "Places Status Indicator",
"description": "Add a menu for quickly navigating places in the system.\nThis extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.",
"description": "Add a systems status menu for quickly navigating places in the system",
"shell-version": [ "@shell_current@" ],
"url": "@url@"
}

View File

@@ -18,11 +18,9 @@ const Gettext = imports.gettext.domain('gnome-shell-extensions');
const _ = Gettext.gettext;
const N_ = function(x) { return x; }
const Hostname1Iface = '<node> \
<interface name="org.freedesktop.hostname1"> \
<property name="PrettyHostname" type="s" access="read" /> \
</interface> \
</node>';
const Hostname1Iface = <interface name="org.freedesktop.hostname1">
<property name="PrettyHostname" type="s" access="read" />
</interface>;
const Hostname1 = Gio.DBusProxy.makeProxyWrapper(Hostname1Iface);
const PlaceInfo = new Lang.Class({
@@ -43,7 +41,8 @@ const PlaceInfo = new Lang.Class({
},
launch: function(timestamp) {
let launchContext = global.create_app_launch_context(timestamp, -1);
let launchContext = global.create_app_launch_context();
launchContext.set_timestamp(timestamp);
try {
Gio.AppInfo.launch_default_for_uri(this.file.get_uri(),
@@ -293,9 +292,8 @@ const PlacesManager = new Lang.Class({
let volumes = drives[i].get_volumes();
for(let j = 0; j < volumes.length; j++) {
let identifier = volumes[j].get_identifier('class');
if (identifier && identifier.indexOf('network') >= 0) {
networkVolumes.push(volumes[j]);
if (volumes[j].get_identifier('class').indexOf('network') >= 0) {
networkVolumes.push(volumes[i]);
} else {
let mount = volumes[j].get_mount();
if(mount != null)
@@ -310,8 +308,7 @@ const PlacesManager = new Lang.Class({
if(volumes[i].get_drive() != null)
continue;
let identifier = volumes[i].get_identifier('class');
if (identifier && identifier.indexOf('network') >= 0) {
if (volumes[i].get_identifier('class').indexOf('network') >= 0) {
networkVolumes.push(volumes[i]);
} else {
let mount = volumes[i].get_mount();

View File

@@ -0,0 +1,3 @@
EXTENSION_ID = static-workspaces
include ../../extension.mk

View File

@@ -0,0 +1,18 @@
// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*-
const Meta = imports.gi.Meta;
function init(metadata) {
}
function enable() {
// Override gnome-shell's overrides
Meta.prefs_override_preference_schema('dynamic-workspaces',
'org.gnome.mutter');
}
function disable() {
// Restore gnome-shell's overrides
Meta.prefs_override_preference_schema('dynamic-workspaces',
'org.gnome.shell.overrides');
}

View File

@@ -0,0 +1,11 @@
{
"extension-id": "@extension_id@",
"uuid": "@uuid@",
"settings-schema": "@gschemaname@",
"gettext-domain": "@gettext_domain@",
"name": "Static workspaces",
"description": "Disable dynamic workspace management",
"original-authors": [ "fmuellner@gnome.org" ],
"shell-version": [ "@shell_current@" ],
"url": "@url@"
}

View File

@@ -0,0 +1 @@
/* This extensions requires no special styling */

View File

@@ -34,7 +34,6 @@ const Indicator = new Lang.Class({
this.drawing_area.connect('button-press-event', function() {
let app = Shell.AppSystem.get_default().lookup_app('gnome-system-monitor.desktop');
app.open_new_window(-1);
return true;
});
this.actor = new St.Bin({ style_class: "extension-systemMonitor-indicator-area",
@@ -317,27 +316,12 @@ const Extension = new Lang.Class({
this._indicators.push(indicator);
}
this._boxHolder = new St.BoxLayout({ x_expand: true,
y_expand: true,
x_align: Clutter.ActorAlign.START,
});
let menuButton = Main.messageTray._messageTrayMenuButton.actor;
Main.messageTray.actor.remove_child(menuButton);
Main.messageTray.actor.add_child(this._boxHolder);
this._boxHolder.add_child(this._box);
this._boxHolder.add_child(menuButton);
Main.messageTray.actor.add_actor(this._box);
},
disable: function() {
this._indicators.forEach(function(i) { i.destroy(); });
let menuButton = Main.messageTray._messageTrayMenuButton.actor;
this._boxHolder.remove_child(menuButton);
Main.messageTray.actor.add_child(menuButton);
this._box.destroy();
this._boxHolder.destroy();
},
_onHover: function (item) {

View File

@@ -6,6 +6,6 @@
"gettext-domain": "@gettext_domain@",
"original-author": "zaspire@rambler.ru",
"name": "SystemMonitor",
"description": "System monitor showing CPU and memory usage in the message tray.",
"description": "System Monitor",
"url": "@url@"
}

View File

@@ -45,7 +45,6 @@ const ThemeManager = new Lang.Class({
_stylesheet = _userCssStylesheet;
else {
let sysdirs = GLib.get_system_data_dirs();
sysdirs.unshift(GLib.get_user_data_dir());
for (let i = 0; i < sysdirs.length; i++) {
_userCssStylesheet = sysdirs[i] + '/themes/' + _themeName + '/gnome-shell/gnome-shell.css';
let file = Gio.file_new_for_path(_userCssStylesheet);

View File

@@ -4,7 +4,7 @@
"settings-schema": "@gschemaname@",
"gettext-domain": "@gettext_domain@",
"name": "User Themes",
"description": "Load shell themes from user directory.",
"description": "Load shell themes from user directory",
"shell-version": [ "@shell_current@" ],
"original-authors": [ "john.stowers@gmail.com" ],
"url": "@url@"

View File

@@ -7,6 +7,7 @@ const Shell = imports.gi.Shell;
const St = imports.gi.St;
const DND = imports.ui.dnd;
const Hash = imports.misc.hash;
const Lang = imports.lang;
const Main = imports.ui.main;
const MessageTray = imports.ui.messageTray;
@@ -17,9 +18,6 @@ const ExtensionUtils = imports.misc.extensionUtils;
const Me = ExtensionUtils.getCurrentExtension();
const Convenience = Me.imports.convenience;
const Gettext = imports.gettext.domain('gnome-shell-extensions');
const _ = Gettext.gettext;
const ICON_TEXTURE_SIZE = 24;
const DND_ACTIVATE_TIMEOUT = 500;
@@ -39,101 +37,6 @@ function _minimizeOrActivateWindow(window) {
window.activate(global.get_current_time());
}
function _openMenu(menu) {
menu.open();
let event = Clutter.get_current_event();
if (event && event.type() == Clutter.EventType.KEY_RELEASE)
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());
}, 0);
}
const WindowContextMenu = new Lang.Class({
Name: 'WindowContextMenu',
Extends: PopupMenu.PopupMenu,
_init: function(source, metaWindow) {
this.parent(source, 0.5, St.Side.BOTTOM);
this._metaWindow = metaWindow;
this._minimizeItem = new PopupMenu.PopupMenuItem('');
this._minimizeItem.connect('activate', Lang.bind(this, function() {
if (this._metaWindow.minimized)
this._metaWindow.unminimize();
else
this._metaWindow.minimize();
}));
this.addMenuItem(this._minimizeItem);
this._notifyMinimizedId =
this._metaWindow.connect('notify::minimized',
Lang.bind(this, this._updateMinimizeItem));
this._updateMinimizeItem();
this._maximizeItem = new PopupMenu.PopupMenuItem('');
this._maximizeItem.connect('activate', Lang.bind(this, function() {
if (this._metaWindow.maximized_vertically &&
this._metaWindow.maximized_horizontally)
this._metaWindow.unmaximize(Meta.MaximizeFlags.HORIZONTAL |
Meta.MaximizeFlags.VERTICAL);
else
this._metaWindow.maximize(Meta.MaximizeFlags.HORIZONTAL |
Meta.MaximizeFlags.VERTICAL);
}));
this.addMenuItem(this._maximizeItem);
this._notifyMaximizedHId =
this._metaWindow.connect('notify::maximized-horizontally',
Lang.bind(this, this._updateMaximizeItem));
this._notifyMaximizedVId =
this._metaWindow.connect('notify::maximized-vertically',
Lang.bind(this, this._updateMaximizeItem));
this._updateMaximizeItem();
let item = new PopupMenu.PopupMenuItem(_("Close"));
item.connect('activate', Lang.bind(this, function() {
this._metaWindow.delete(global.get_current_time());
}));
this.addMenuItem(item);
this.actor.connect('destroy', Lang.bind(this, this._onDestroy));
},
_updateMinimizeItem: function() {
this._minimizeItem.label.text = this._metaWindow.minimized ? _("Unminimize")
: _("Minimize");
},
_updateMaximizeItem: function() {
let maximized = this._metaWindow.maximized_vertically &&
this._metaWindow.maximized_horizontally;
this._maximizeItem.label.text = maximized ? _("Unmaximize")
: _("Maximize");
},
_onDestroy: function() {
this._metaWindow.disconnect(this._notifyMinimizedId);
this._metaWindow.disconnect(this._notifyMaximizedHId);
this._metaWindow.disconnect(this._notifyMaximizedVId);
}
});
const WindowTitle = new Lang.Class({
Name: 'WindowTitle',
@@ -196,23 +99,13 @@ const WindowButton = new Lang.Class({
this.actor = new St.Button({ style_class: 'window-button',
x_fill: true,
can_focus: true,
button_mask: St.ButtonMask.ONE |
St.ButtonMask.THREE,
child: this._windowTitle.actor });
this.actor._delegate = this;
this._menuManager = new PopupMenu.PopupMenuManager(this);
this._contextMenu = new WindowContextMenu(this.actor, this.metaWindow);
this._contextMenu.connect('open-state-changed', _onMenuStateChanged);
this._contextMenu.actor.hide();
this._menuManager.addMenu(this._contextMenu);
Main.uiGroup.add_actor(this._contextMenu.actor);
this.actor.connect('allocation-changed',
Lang.bind(this, this._updateIconGeometry));
this.actor.connect('clicked', Lang.bind(this, this._onClicked));
this.actor.connect('destroy', Lang.bind(this, this._onDestroy));
this.actor.connect('popup-menu', Lang.bind(this, this._onPopupMenu));
this._switchWorkspaceId =
global.window_manager.connect('switch-workspace',
@@ -225,33 +118,8 @@ const WindowButton = new Lang.Class({
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) {
if (this._contextMenu.isOpen) {
this._contextMenu.close();
return;
}
if (button == 1)
_minimizeOrActivateWindow(this.metaWindow);
else
_openMenu(this._contextMenu);
},
_onPopupMenu: function(actor) {
if (this._contextMenu.isOpen)
return;
_openMenu(this._contextMenu);
_onClicked: function() {
_minimizeOrActivateWindow(this.metaWindow);
},
_updateStyle: function() {
@@ -283,89 +151,10 @@ const WindowButton = new Lang.Class({
_onDestroy: function() {
global.window_manager.disconnect(this._switchWorkspaceId);
global.display.disconnect(this._notifyFocusId);
this._contextMenu.destroy();
}
});
const AppContextMenu = new Lang.Class({
Name: 'AppContextMenu',
Extends: PopupMenu.PopupMenu,
_init: function(source, app) {
this.parent(source, 0.5, St.Side.BOTTOM);
this._app = app;
this._minimizeItem = new PopupMenu.PopupMenuItem(_("Minimize all"));
this._minimizeItem.connect('activate', Lang.bind(this, function() {
this._getWindowList().forEach(function(w) {
w.minimize();
});
}));
this.addMenuItem(this._minimizeItem);
this._unminimizeItem = new PopupMenu.PopupMenuItem(_("Unminimize all"));
this._unminimizeItem.connect('activate', Lang.bind(this, function() {
this._getWindowList().forEach(function(w) {
w.unminimize();
});
}));
this.addMenuItem(this._unminimizeItem);
this._maximizeItem = new PopupMenu.PopupMenuItem(_("Maximize all"));
this._maximizeItem.connect('activate', Lang.bind(this, function() {
this._getWindowList().forEach(function(w) {
w.maximize(Meta.MaximizeFlags.HORIZONTAL |
Meta.MaximizeFlags.VERTICAL);
});
}));
this.addMenuItem(this._maximizeItem);
this._unmaximizeItem = new PopupMenu.PopupMenuItem(_("Unmaximize all"));
this._unmaximizeItem.connect('activate', Lang.bind(this, function() {
this._getWindowList().forEach(function(w) {
w.unmaximize(Meta.MaximizeFlags.HORIZONTAL |
Meta.MaximizeFlags.VERTICAL);
});
}));
this.addMenuItem(this._unmaximizeItem);
let item = new PopupMenu.PopupMenuItem(_("Close all"));
item.connect('activate', Lang.bind(this, function() {
this._getWindowList().forEach(function(w) {
w.delete(global.get_current_time());
});
}));
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) {
let windows = this._getWindowList();
this._minimizeItem.actor.visible = windows.some(function(w) {
return !w.minimized;
});
this._unminimizeItem.actor.visible = windows.some(function(w) {
return w.minimized;
});
this._maximizeItem.actor.visible = windows.some(function(w) {
return !(w.maximized_horizontally && w.maximized_vertically);
});
this._unmaximizeItem.actor.visible = windows.some(function(w) {
return w.maximized_horizontally && w.maximized_vertically;
});
this.parent(animate);
}
});
const AppButton = new Lang.Class({
Name: 'AppButton',
@@ -376,8 +165,6 @@ const AppButton = new Lang.Class({
this.actor = new St.Button({ style_class: 'window-button',
x_fill: true,
can_focus: true,
button_mask: St.ButtonMask.ONE |
St.ButtonMask.THREE,
child: stack });
this.actor._delegate = this;
@@ -398,18 +185,11 @@ const AppButton = new Lang.Class({
this._menuManager = new PopupMenu.PopupMenuManager(this);
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.connect('activate', Lang.bind(this, this._onMenuActivate));
this._menuManager.addMenu(this._menu);
Main.uiGroup.add_actor(this._menu.actor);
this._contextMenuManager = new PopupMenu.PopupMenuManager(this);
this._appContextMenu = new AppContextMenu(this.actor, this.app);
this._appContextMenu.connect('open-state-changed', _onMenuStateChanged);
this._appContextMenu.actor.hide();
Main.uiGroup.add_actor(this._appContextMenu.actor);
this._textureCache = St.TextureCache.get_default();
this._iconThemeChangedId =
this._textureCache.connect('icon-theme-changed', Lang.bind(this,
@@ -418,7 +198,6 @@ const AppButton = new Lang.Class({
}));
this.actor.connect('clicked', Lang.bind(this, this._onClicked));
this.actor.connect('destroy', Lang.bind(this, this._onDestroy));
this.actor.connect('popup-menu', Lang.bind(this, this._onPopupMenu));
this._switchWorkspaceId =
global.window_manager.connect('switch-workspace',
@@ -465,7 +244,7 @@ const AppButton = new Lang.Class({
_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);
return win.located_on_workspace(workspace);
});
},
@@ -479,84 +258,43 @@ const AppButton = new Lang.Class({
this.metaWindow = windows[0];
this._windowTitle = new WindowTitle(this.metaWindow);
this._singleWindowTitle.child = this._windowTitle.actor;
this._windowContextMenu = new WindowContextMenu(this.actor, this.metaWindow);
this._windowContextMenu.connect('open-state-changed',
_onMenuStateChanged);
Main.uiGroup.add_actor(this._windowContextMenu.actor);
this._windowContextMenu.actor.hide();
this._contextMenuManager.addMenu(this._windowContextMenu);
}
this._contextMenuManager.removeMenu(this._appContextMenu);
this._contextMenu = this._windowContextMenu;
} else {
if (this._windowTitle) {
this.metaWindow = null;
this._singleWindowTitle.child = null;
this._windowTitle = null;
this._windowContextMenu.destroy();
this._windowContextMenu = null;
}
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) {
let menuWasOpen = this._menu.isOpen;
if (menuWasOpen)
_onClicked: function() {
if (this._menu.isOpen) {
this._menu.close();
return;
}
let contextMenuWasOpen = this._contextMenu.isOpen;
if (contextMenuWasOpen)
this._contextMenu.close();
if (button == 1) {
if (menuWasOpen)
return;
let windows = this._getWindowList();
if (windows.length == 1) {
if (contextMenuWasOpen)
return;
_minimizeOrActivateWindow(windows[0]);
} else {
this._menu.removeAll();
for (let i = 0; i < windows.length; i++) {
let windowTitle = new WindowTitle(windows[i]);
let item = new PopupMenu.PopupBaseMenuItem();
item.actor.add_actor(windowTitle.actor);
item._window = windows[i];
this._menu.addMenuItem(item);
}
_openMenu(this._menu);
}
let windows = this._getWindowList();
if (windows.length == 1) {
_minimizeOrActivateWindow(windows[0]);
} else {
if (contextMenuWasOpen)
return;
_openMenu(this._contextMenu);
this._menu.removeAll();
for (let i = 0; i < windows.length; i++) {
let windowTitle = new WindowTitle(windows[i]);
let item = new PopupMenu.PopupBaseMenuItem();
item.addActor(windowTitle.actor);
item._window = windows[i];
this._menu.addMenuItem(item);
}
this._menu.open();
let event = Clutter.get_current_event();
if (event && event.type() == Clutter.EventType.KEY_RELEASE)
this._menu.actor.navigate_focus(null, Gtk.DirectionType.TAB_FORWARD, false);
}
},
_onPopupMenu: function(actor) {
if (this._menu.isOpen || this._contextMenu.isOpen)
return;
_openMenu(this._contextMenu);
},
_onMenuActivate: function(menu, child) {
child._window.activate(global.get_current_time());
},
@@ -566,7 +304,7 @@ const AppButton = new Lang.Class({
global.window_manager.disconnect(this._switchWorkspaceId);
this._windowTracker.disconnect(this._notifyFocusId);
this.app.disconnect(this._windowsChangedId);
this._menu.destroy();
this._menu.actor.destroy();
}
});
@@ -675,9 +413,9 @@ const WorkspaceIndicator = new Lang.Class({
},
_updateIndicator: function() {
this.workspacesItems[this._currentWorkspace].setOrnament(PopupMenu.Ornament.NONE);
this.workspacesItems[this._currentWorkspace].setShowDot(false);
this._currentWorkspace = global.screen.get_active_workspace().index();
this.workspacesItems[this._currentWorkspace].setOrnament(PopupMenu.Ornament.DOT);
this.workspacesItems[this._currentWorkspace].setShowDot(true);
this.statusLabel.set_text(this._getStatusText());
},
@@ -704,7 +442,7 @@ const WorkspaceIndicator = new Lang.Class({
}));
if (i == this._currentWorkspace)
item.setOrnament(PopupMenu.Ornament.DOT);
item.setShowDot(true);
this.menu.addMenuItem(item);
this.workspacesItems[i] = item;
@@ -752,7 +490,6 @@ const WindowList = new Lang.Class({
let layout = new Clutter.BoxLayout({ homogeneous: true });
this._windowList = new St.Widget({ style_class: 'window-list',
reactive: true,
layout_manager: layout,
x_align: Clutter.ActorAlign.START,
x_expand: true,
@@ -779,23 +516,19 @@ const WindowList = new Lang.Class({
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 });
box.add(indicatorsBox);
this._workspaceIndicator = new WorkspaceIndicator();
indicatorsBox.add(this._workspaceIndicator.container, { expand: false, y_fill: false });
box.add(this._workspaceIndicator.container);
this._menuManager = new PopupMenu.PopupMenuManager(this);
this._menuManager.addMenu(this._workspaceIndicator.menu);
this._trayButton = new TrayButton();
indicatorsBox.add(this._trayButton.actor, { expand: false });
box.add(this._trayButton.actor);
Main.layoutManager.addChrome(this.actor, { affectsStruts: true,
trackFullscreen: true });
Main.ctrlAltTabManager.addGroup(this.actor, _("Window List"), 'start-here-symbolic');
Main.ctrlAltTabManager.addGroup(this.actor, _('Window List'), 'start-here-symbolic');
this._appSystem = Shell.AppSystem.get_default();
this._appStateChangedId =
@@ -816,7 +549,7 @@ const WindowList = new Lang.Class({
this._updateKeyboardAnchor();
}));
this._workspaceSignals = new Map();
this._workspaceSignals = new Hash.Map();
this._nWorkspacesChangedId =
global.screen.connect('notify::n-workspaces',
Lang.bind(this, this._onWorkspacesChanged));
@@ -839,7 +572,6 @@ const WindowList = new Lang.Class({
this._fullscreenChangedId =
global.screen.connect('in-fullscreen-changed', Lang.bind(this, function() {
this._updateKeyboardAnchor();
this._updateMessageTrayAnchor();
}));
@@ -863,31 +595,6 @@ const WindowList = new Lang.Class({
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() {
this._groupingMode = this._settings.get_enum('grouping-mode');
this._grouped = this._groupingMode == GroupingMode.ALWAYS;
@@ -898,19 +605,11 @@ const WindowList = new Lang.Class({
this._windowList.destroy_all_children();
if (!this._grouped) {
let windows = Meta.get_window_actors(global.screen).sort(
function(w1, w2) {
return w1.metaWindow.get_stable_sequence() -
w2.metaWindow.get_stable_sequence();
});
let windows = Meta.get_window_actors(global.screen);
for (let i = 0; i < windows.length; i++)
this._onWindowAdded(null, windows[i].metaWindow);
} else {
let apps = this._appSystem.get_running().sort(
function(a1, a2) {
return _getAppStableSequence(a1) -
_getAppStableSequence(a2);
});
let apps = this._appSystem.get_running();
for (let i = 0; i < apps.length; i++)
this._addApp(apps[i]);
}
@@ -931,8 +630,7 @@ const WindowList = new Lang.Class({
},
_updateMessageTrayAnchor: function() {
let sameMonitor = Main.layoutManager.primaryIndex == Main.layoutManager.bottomIndex;
let anchorY = this.actor.visible && sameMonitor ? this.actor.height : 0;
let anchorY = this.actor.visible ? this.actor.height : 0;
Main.messageTray.actor.anchor_y = anchorY;
Main.messageTray._notificationWidget.anchor_y = -anchorY;
@@ -967,7 +665,7 @@ const WindowList = new Lang.Class({
},
_onWindowAdded: function(ws, win) {
if (win.skip_taskbar)
if (!Shell.WindowTracker.get_default().is_window_interesting(win))
return;
if (this._grouped)
@@ -1021,8 +719,7 @@ const WindowList = new Lang.Class({
let numWorkspaces = global.screen.n_workspaces;
for (let i = 0; i < numWorkspaces; i++) {
let workspace = global.screen.get_workspace_by_index(i);
let signals = this._workspaceSignals.get(workspace);
this._workspaceSignals.delete(workspace);
let signals = this._workspaceSignals.delete(workspace)[1];
workspace.disconnect(signals._windowAddedId);
workspace.disconnect(signals._windowRemovedId);
}
@@ -1145,8 +842,6 @@ function enable() {
}
function disable() {
var prop;
if (!windowList)
return;

View File

@@ -4,7 +4,7 @@
"settings-schema": "@gschemaname@",
"gettext-domain": "@gettext_domain@",
"name": "Window List",
"description": "Display a window list at the bottom of the screen.\nThis extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.",
"description": "Display a window list at the bottom of the screen",
"shell-version": [ "@shell_current@" ],
"url": "@url@"
}

View File

@@ -75,7 +75,3 @@
.window-list-workspace-indicator > StLabel {
padding: 0 2px;
}
.notification {
font-weight: normal;
}

View File

@@ -47,23 +47,11 @@ function enable() {
winInjections['hideTooltip'] = undefined;
Workspace.Workspace.prototype.showTooltip = function() {
if (this._tip == null || this._actualGeometry == null)
if (this._tip == null)
return;
this._tip.text = (this.metaWorkspace.index() + 1).toString();
// Hand code this instead of using _getSpacingAndPadding
// because that fails on empty workspaces
let node = this.actor.get_theme_node();
let padding = {
left: node.get_padding(St.Side.LEFT),
top: node.get_padding(St.Side.TOP),
bottom: node.get_padding(St.Side.BOTTOM),
right: node.get_padding(St.Side.RIGHT),
};
let area = Workspace.padArea(this._actualGeometry, padding);
this._tip.x = area.x;
this._tip.y = area.y;
this._tip.x = this._x;
this._tip.y = this._y;
this._tip.show();
this._tip.raise_top();
}
@@ -133,7 +121,7 @@ function enable() {
workViewInjections['_onKeyRelease'] = undefined;
WorkspacesView.WorkspacesView.prototype._onKeyPress = function(s, o) {
if(Main.overview.viewSelector._activePage != Main.overview.viewSelector._workspacesPage)
if(Main.overview._viewSelector._activePage != Main.overview._viewSelector._workspacesPage)
return false;
if ((o.get_key_symbol() == Clutter.KEY_Alt_L ||

View File

@@ -6,6 +6,6 @@
"gettext-domain": "@gettext_domain@",
"original-author": "zaspire@rambler.ru",
"name": "windowNavigator",
"description": "Allow keyboard selection of windows and workspaces in overlay mode. <Ctrl>number selects a workspace, and <Alt>number selects a window.",
"description": "Allow keyboard selection of windows and workspaces in overlay mode",
"url": "@url@"
}

View File

@@ -30,8 +30,7 @@ const WorkspaceIndicator = new Lang.Class({
this.parent(0.0, _("Workspace Indicator"));
this._currentWorkspace = global.screen.get_active_workspace().index();
this.statusLabel = new St.Label({ y_align: Clutter.ActorAlign.CENTER,
text: this._labelText() });
this.statusLabel = new St.Label({ text: this._labelText() });
this.actor.add_actor(this.statusLabel);
@@ -67,9 +66,9 @@ const WorkspaceIndicator = new Lang.Class({
},
_updateIndicator: function() {
this.workspacesItems[this._currentWorkspace].setOrnament(PopupMenu.Ornament.NONE);
this.workspacesItems[this._currentWorkspace].setShowDot(false);
this._currentWorkspace = global.screen.get_active_workspace().index();
this.workspacesItems[this._currentWorkspace].setOrnament(PopupMenu.Ornament.DOT);
this.workspacesItems[this._currentWorkspace].setShowDot(true);
this.statusLabel.set_text(this._labelText());
},
@@ -99,7 +98,7 @@ const WorkspaceIndicator = new Lang.Class({
}));
if (i == this._currentWorkspace)
this.workspacesItems[i].setOrnament(PopupMenu.Ornament.DOT);
this.workspacesItems[i].setShowDot(true);
}
this.statusLabel.set_text(this._labelText());

View File

@@ -4,7 +4,7 @@
"settings-schema": "@gschemaname@",
"gettext-domain": "@gettext_domain@",
"name": "Workspace Indicator",
"description": "Put an indicator on the panel signaling in which workspace you are, and give you the possibility of switching to another one.",
"description": "Put an indicator on the panel signaling in which workspace you are, and give you the possibility of switching to another one",
"shell-version": [ "@shell_current@" ],
"original-authors": [ "erick.red@gmail.com" ],
"url": "@url@"

View File

@@ -0,0 +1,3 @@
EXTENSION_ID = xrandr-indicator
include ../../extension.mk

View File

@@ -0,0 +1,151 @@
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
const Gdk = imports.gi.Gdk;
const Gio = imports.gi.Gio;
const GLib = imports.gi.GLib;
const GnomeDesktop = imports.gi.GnomeDesktop;
const Lang = imports.lang;
const Shell = imports.gi.Shell;
const St = imports.gi.St;
const Main = imports.ui.main;
const PanelMenu = imports.ui.panelMenu;
const PopupMenu = imports.ui.popupMenu;
const Panel = imports.ui.panel;
const Gettext = imports.gettext.domain('gnome-shell-extensions');
const _ = Gettext.gettext;
const N_ = function(e) { return e };
const ExtensionUtils = imports.misc.extensionUtils;
const Me = ExtensionUtils.getCurrentExtension();
const Convenience = Me.imports.convenience;
const possibleRotations = [ GnomeDesktop.RRRotation.ROTATION_0,
GnomeDesktop.RRRotation.ROTATION_90,
GnomeDesktop.RRRotation.ROTATION_180,
GnomeDesktop.RRRotation.ROTATION_270
];
let rotations = [ [ GnomeDesktop.RRRotation.ROTATION_0, N_("Normal") ],
[ GnomeDesktop.RRRotation.ROTATION_90, N_("Left") ],
[ GnomeDesktop.RRRotation.ROTATION_270, N_("Right") ],
[ GnomeDesktop.RRRotation.ROTATION_180, N_("Upside-down") ]
];
const XRandr2Iface = <interface name='org.gnome.SettingsDaemon.XRANDR_2'>
<method name='ApplyConfiguration'>
<arg type='x' direction='in'/>
<arg type='x' direction='in'/>
</method>
</interface>;
const XRandr2 = Gio.DBusProxy.makeProxyWrapper(XRandr2Iface);
const Indicator = new Lang.Class({
Name: 'XRandRIndicator',
Extends: PanelMenu.SystemStatusButton,
_init: function() {
this.parent('preferences-desktop-display-symbolic', _("Display"));
this._proxy = new XRandr2(Gio.DBus.session, 'org.gnome.SettingsDaemon', '/org/gnome/SettingsDaemon/XRANDR');
try {
this._screen = new GnomeDesktop.RRScreen({ gdk_screen: Gdk.Screen.get_default() });
this._screen.init(null);
} catch(e) {
// an error means there is no XRandR extension
this.actor.hide();
return;
}
this._createMenu();
this._screen.connect('changed', Lang.bind(this, this._randrEvent));
},
_randrEvent: function() {
this.menu.removeAll();
this._createMenu();
},
_createMenu: function() {
let config = GnomeDesktop.RRConfig.new_current(this._screen);
let outputs = config.get_outputs();
for (let i = 0; i < outputs.length; i++) {
if (outputs[i].is_connected())
this._addOutputItem(config, outputs[i]);
}
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
this.menu.addSettingsAction(_("Display Settings"), 'gnome-display-panel.desktop');
},
_addOutputItem: function(config, output) {
let item = new PopupMenu.PopupMenuItem(output.get_display_name());
item.label.add_style_class_name('display-subtitle');
item.actor.reactive = false;
item.actor.can_focus = false;
this.menu.addMenuItem(item);
let allowedRotations = this._getAllowedRotations(config, output);
let currentRotation = output.get_rotation();
for (let i = 0; i < rotations.length; i++) {
let [bitmask, name] = rotations[i];
if (bitmask & allowedRotations) {
let item = new PopupMenu.PopupMenuItem(Gettext.gettext(name));
if (bitmask & currentRotation)
item.setShowDot(true);
item.connect('activate', Lang.bind(this, function(item, event) {
/* ensure config is saved so we get a backup if anything goes wrong */
config.save();
output.set_rotation(bitmask);
try {
config.save();
this._proxy.ApplyConfigurationRemote(0, event.get_time());
} catch (e) {
log ('Could not save monitor configuration: ' + e);
}
}));
this.menu.addMenuItem(item);
}
}
},
_getAllowedRotations: function(config, output) {
let retval = 0;
let current = output.get_rotation();
for (let i = 0; i < possibleRotations.length; i++) {
output.set_rotation(possibleRotations[i]);
if (config.applicable(this._screen)) {
retval |= possibleRotations[i];
}
}
output.set_rotation(current);
if (retval.lenght == 0) {
// what, no rotation?
// what's current then?
retval = current;
}
return retval;
}
});
function init(metadata) {
Convenience.initTranslations();
}
let _indicator;
function enable() {
_indicator = new Indicator();
Main.panel.addToStatusArea('display', _indicator);
}
function disable() {
_indicator.destroy();
}

View File

@@ -0,0 +1,10 @@
{
"extension-id": "@extension_id@",
"uuid": "@uuid@",
"settings-schema": "@gschemaname@",
"gettext-domain": "@gettext_domain@",
"name": "Monitor Status Indicator",
"description": "Add a systems status menu for rotating monitors (overrides what is currently provided by gnome-settings-daemon)",
"shell-version": [ "@shell_current@" ],
"url": "@url@"
}

View File

@@ -0,0 +1,3 @@
.display-subtitle {
font-weight: bold;
}

View File

@@ -4,7 +4,7 @@
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">gnome-shell-extensions</name>
<name xml:lang="en">GNOME Shell Extensions</name>
<shortdesc xml:lang="en">Modify and extend GNOME Shell functionality and behavior</shortdesc>
<description xml:lang="en">
GNOME Shell Extensions is a collection of extensions providing
@@ -12,15 +12,13 @@ additional and optional functionality to GNOME Shell.
Most extensions can be installed by configuring --prefix=$HOME/.local,
and will be picked automatically at next login.
</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&amp;component=extensions" />
<homepage rdf:resource="http://live.gnome.org/GnomeShell/Extenstions" />
<maintainer>
<foaf:Person>
<foaf:name>Giovanni Campagna</foaf:name>
<foaf:mbox rdf:resource="mailto:gcampagna@src.gnome.org" />
<foaf:mbox rdf:resource="mailto:scampa.giovanni@gmail.com" />
<gnome:userid>gcampagna</gnome:userid>
</foaf:Person>
</maintainer>

View File

@@ -1,9 +1,5 @@
af
an
ar
as
ca
ca@valencia
cs
da
de
@@ -11,28 +7,20 @@ el
en_GB
eo
es
et
eu
fa
fi
fr
fur
gl
gu
he
hu
id
it
ja
kk
km
kn
ko
lv
lt
ml
nb
nl
pa
pt
pt_BR
@@ -43,11 +31,7 @@ sl
sr
sr@latin
sv
ta
te
tg
th
tr
vi
uk
zh_CN

View File

@@ -1,8 +1,9 @@
data/gnome-classic.desktop.in
data/gnome-classic.session.desktop.in.in
data/gnome-shell-classic.desktop.in.in
data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in
extensions/alternate-tab/prefs.js
extensions/alternative-status-menu/extension.js
extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in
extensions/apps-menu/extension.js
extensions/auto-move-windows/extension.js
extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in
@@ -18,9 +19,9 @@ extensions/places-menu/placeDisplay.js
extensions/systemMonitor/extension.js
extensions/user-theme/extension.js
extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in
extensions/window-list/extension.js
extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in
extensions/window-list/prefs.js
extensions/windowsNavigator/extension.js
extensions/workspace-indicator/extension.js
extensions/workspace-indicator/prefs.js
extensions/xrandr-indicator/extension.js

311
po/af.po
View File

@@ -1,311 +0,0 @@
# Afrikaans translation for gnome-shell-extensions.
# This file is distributed under the same license as the gnome-shell-extensions package.
# F Wolff <friedel@translate.org.za>, 2013.
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: 2013-09-26 20:32+0000\n"
"PO-Revision-Date: 2013-09-27 16:17+0200\n"
"Last-Translator: F Wolff <friedel@translate.org.za>\n"
"Language-Team: translate-discuss-af@lists.sourceforge.net\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Virtaal 0.7.1\n"
"X-Project-Style: gnome\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "GNOME Klassiek"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Hierdie sessie laat mens aanmeld by GNOME Klassiek"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME Shell Klassiek"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Vensterbestuur en toepassinglansering"
#: ../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 ""
#: ../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 "Werkruimtes slegs op primêre monitor"
#: ../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 "Slegs toepassingsikoon"
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Duimnael en toepassingsikoon"
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "Wys vensters as"
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "Wys slegs vensters van die huidige werkruimte"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Aktiwiteite-oorsig"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Gunstelinge"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Toepassings"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Toepassing- en werkruimtelys"
#: ../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 "Toepassing"
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "Werkruimte"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "Voeg reël by"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr ""
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "Voeg by"
#: ../extensions/drive-menu/extension.js:73
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Kon nie skyf '%s' uitskiet nie:"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "Verwyderbare toestelle"
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "Open lêer"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
msgstr "Hallo, wêreld!"
#: ../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 ""
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Boodskap:"
#: ../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 "Plekke"
#: ../extensions/places-menu/placeDisplay.js:56
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Kon nie \"%s\" lanseer nie"
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Rekenaar"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Tuis"
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
msgstr "Blaai deur netwerk"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "SVE"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Geheue"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "Temanaam"
#: ../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 ""
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Sluit"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr ""
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimeer"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr ""
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maksimeer"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimeer almal"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr ""
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maksimeer almal"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr ""
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Sluit almal"
#: ../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 "Vensterlys"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Wanneer om vensters te groepeer"
#: ../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 ""
"Besluit wanneer om vensters van dieselfde toepassing in die vensterlys te "
"groepeer. Moontlike waardes is \"never\", \"auto\" en \"always\"."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Venstergroepering"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Moet nooit vensters groepeer nie"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Groepeer vensters wanneer ruimte beperk is"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Groepeer vensters altyd"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Werkruimtename:"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "Naam"
#: ../extensions/workspace-indicator/prefs.js:186
#, c-format
msgid "Workspace %d"
msgstr "Werkruimte %d"

370
po/an.po
View File

@@ -1,370 +0,0 @@
# Aragonese translation for gnome-shell-extensions.
# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
# Jorge Pérez Pérez <jorgtum@gmail.com>, 2013.
#
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: 2013-12-20 18:44+0000\n"
"PO-Revision-Date: 2013-12-21 16:24+0100\n"
"Last-Translator: Jorge Pérez Pérez <jorgtum@gmail.com>\n"
"Language-Team: Aragonese <softaragones@googlegroups.com>\n"
"Language: an\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.3\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "GNOME clasico"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Ista sesión encieta lo GNOME clasico"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME Shell clasico"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Chestión de finestras y inicio d'aplicacions"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Acoplar un dialogo modal a la finestra pai"
#: ../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 ""
"Ista clau sobrescribe a clau en org.gnome.mutter en executar o GNOME Shell."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr ""
"Activar o mosaico en os cantos en arrocegar as finestras a los cantos d'a "
"finestra"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Arias de treballo nomás en a pantalla prencipal"
#: ../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 ""
"Retardar o cambeo d'o foco d'o churi dica que o puntero deixe de mover-se"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Nomás as miniaturas"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Nomás l'icono de l'aplicación"
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Miniatura y icono de l'aplicación"
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "Presentar as finestras como"
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "Amostrar as finestras solament en l'aria de treballo actual"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Anvista d'actividatz"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Favoritos"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Aplicacions"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Lista d'aplicacions y arias de treballo"
#: ../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 ""
"Una lista de cadenas, que cadaguna contién l'identificador de l'aplicación "
"(o nombre d'o fichero d'escritorio), seguiu por dos puntos y o numero de "
"l'aria de treballo"
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
msgstr "Aplicación"
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "Aria de treballo"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "Adhibir un regle"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "Creyar un regle nuevo de coincidencia"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "Adhibir"
#: ../extensions/drive-menu/extension.js:73
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Ha fallau en fer fuera o dispositivo «%s»"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "Dispositivos extraíbles"
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "Ubrir o fichero"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
msgstr "Ola, mundo!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "Texto alternativo de bienvenida"
#: ../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 ""
"Si no ye vuedo, contién o texto que s'amostrará quan se faiga clic en o "
"panel."
#. 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 ""
"«Example» tien por obchecto amostrar cómo construir as extensions de buen "
"comportamiento ta la Shell y por ixo tien poca funcionalidat por ell "
"solenco.\n"
"Manimenos, ye posible presonalizar o mensache de bienvenida."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Mensache:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Fer servir mas pantalla ta las finestras"
#: ../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 ""
"Intenta fer servir mas espacio ta situar as miniaturas, adaptando-las a la "
"forma d'a pantalla, y consolidar-las encara mas ta reducir l'aria ocupada. "
"Ista opción solament s'aplica a la estratechia de posicionamiento «natural»."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "Situar os titols de finestras alto"
#: ../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 ""
"Si ye cierto, situar os titols d'as finestras dencima d'as miniaturas "
"correspondients, cambiando o comportamiento predeterminau de shell, que los "
"sitúa por debaixo. Cambiar ista configuración requier reiniciar a shell ta "
"que tienga efecto."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "Puestos"
#: ../extensions/places-menu/placeDisplay.js:58
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Ha fallau en lanzar «%s»"
#: ../extensions/places-menu/placeDisplay.js:100
#: ../extensions/places-menu/placeDisplay.js:123
msgid "Computer"
msgstr "Equipo"
#: ../extensions/places-menu/placeDisplay.js:201
msgid "Home"
msgstr "Carpeta presonal"
#: ../extensions/places-menu/placeDisplay.js:288
msgid "Browse Network"
msgstr "Examinar o ret"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "CPU"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "Nombre d'o tema"
#: ../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 "O nombre d'o tema, que se carga dende /.themes/nombre/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Zarrar"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Restaurar"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimizar"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Restaurar"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximizar"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimizar-lo tot"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Restaurar-lo tot"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maximizar-lo tot"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Restaurar-lo tot"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Zarrar-lo tot"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicador d'aria de treballo"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Lista de finestras"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Quan agrupar as finestras"
#: ../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 ""
"Decide quan agrupar as finestras dende a mesma aplicación en a lista de "
"finestras. As valors posibles son «never», «auto» y «always»."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Agrupación de finestras"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Nunca no agrupar as finestras"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Agrupar as finestras quan l'espacio siga limitau"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Agrupar siempre as finestras"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Nombres d'as arias de treballo:"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "Nombre"
#: ../extensions/workspace-indicator/prefs.js:186
#, c-format
msgid "Workspace %d"
msgstr "Aria de treballo %d"
#~ msgid "Suspend"
#~ msgstr "Suspender"
#~ msgid "Hibernate"
#~ msgstr "Hibernar"
#~ msgid "Power Off"
#~ msgstr "Amortar"
#~ msgid "Enable suspending"
#~ msgstr "Activar a suspensión"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "Controla la visibilidat de l'elemento de menú «Suspender»"
#~ msgid "Enable hibernating"
#~ msgstr "Activar a hibernación"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "Controla la visibilidat de l'elemento de menú «Hibernar»"
#~ msgid "Normal"
#~ msgstr "Normal"
#~ msgid "Left"
#~ msgstr "Cucha"
#~ msgid "Right"
#~ msgstr "Dreita"
#~ msgid "Upside-down"
#~ msgstr "Enta baixo"
#~ msgid "Display"
#~ msgstr "Pantalla"
#~ msgid "Display Settings"
#~ msgstr "Opcions de pantalla"

254
po/ar.po
View File

@@ -1,13 +1,13 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Khaled Hosny <khaledhosny@eglug.org>, 2012, 2013.
# Khaled Hosny <khaledhosny@eglug.org>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-12-11 06:42+0200\n"
"PO-Revision-Date: 2013-12-11 06:43+0200\n"
"POT-Creation-Date: 2012-12-24 12:44+0200\n"
"PO-Revision-Date: 2012-12-24 12:46+0200\n"
"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n"
"Language: ar\n"
@@ -16,8 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Virtaal 0.7.1-rc1\n"
"X-Project-Style: gnome\n"
"X-Generator: Virtaal 0.7.0\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -36,27 +35,6 @@ msgstr "صدفة جنوم تقليدية"
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 ""
#: ../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 "مصغّرة فقط"
@@ -77,17 +55,34 @@ msgstr "كيفية عرض التطبيقات"
msgid "Show only windows in the current workspace"
msgstr "أظهر نوافذ مساحات العمل الحالية فقط"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "ملخص الأنشطة"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:144
msgid "Suspend"
msgstr "علّق"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "المفضّلات"
#: ../extensions/alternative-status-menu/extension.js:147
msgid "Hibernate"
msgstr "أسبِت"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "التطبيقات"
#: ../extensions/alternative-status-menu/extension.js:150
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/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
@@ -120,16 +115,16 @@ msgstr "أنشئ قاعدة تطابق"
msgid "Add"
msgstr "أضِف"
#: ../extensions/drive-menu/extension.js:73
#, javascript-format
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "فشل إخراج '%s':"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "الأجهزة المنفصلة"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "افتح الملف"
@@ -147,6 +142,8 @@ msgid ""
"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 "
@@ -180,34 +177,44 @@ msgid ""
"restarting the shell to have any effect."
msgstr ""
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:46
msgid "Places"
msgstr "الأماكن"
#: ../extensions/places-menu/placeDisplay.js:58
#, javascript-format
#: ../extensions/places-menu/extension.js:47
msgid "Devices"
msgstr "الأجهزة"
#: ../extensions/places-menu/extension.js:48
msgid "Bookmarks"
msgstr "العلامات"
#: ../extensions/places-menu/extension.js:49
msgid "Network"
msgstr "الشبكة"
#: ../extensions/places-menu/placeDisplay.js:48
#, c-format
msgid "Failed to launch \"%s\""
msgstr "فشل تشغيل \"%s\""
#: ../extensions/places-menu/placeDisplay.js:100
#: ../extensions/places-menu/placeDisplay.js:123
msgid "Computer"
msgstr "الحاسوب"
#: ../extensions/places-menu/placeDisplay.js:201
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Home"
msgstr "المنزل"
#: ../extensions/places-menu/placeDisplay.js:288
msgid "Browse Network"
#: ../extensions/places-menu/placeDisplay.js:195
msgid "File System"
msgstr "نظام الملفات"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Browse network"
msgstr "تصفّح الشبكة"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "المعالج"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "الذاكرة"
@@ -219,83 +226,10 @@ msgstr "اسم السمة"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr ""
#: ../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
msgid "When to group windows"
msgstr "متى تجمّع النوافذ"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"."
msgstr ""
"يقرر متى تجمع نوافذ نفس التطبيق في قائمة النوافذ. القيم الممكنة هي \"never"
"\"، \"auto\" و \"always\"."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "تجميع النوافذ"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "لا تجمّع النوافذ أبدا"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "جمّع النوافذ عندما تكون المساحة محدودة"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "جمّع النوافذ دائما"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "أسماء مساحات العمل"
@@ -305,60 +239,33 @@ msgid "Name"
msgstr "الاسم"
#: ../extensions/workspace-indicator/prefs.js:186
#, javascript-format
#, c-format
msgid "Workspace %d"
msgstr "مساحة العمل %Id"
#~ msgid "Normal"
#~ msgstr "عادي"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "عادي"
#~ msgid "Left"
#~ msgstr "يسار"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "يسار"
#~ msgid "Right"
#~ msgstr "يمين"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "يمين"
#~ msgid "Upside-down"
#~ msgstr "رأسا على عقب"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "رأسا على عقب"
#~ msgid "Display"
#~ msgstr "العرض"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "العرض"
#~ msgid "Display Settings"
#~ msgstr "إعدادات العرض"
#~ msgid "Suspend"
#~ msgstr "علّق"
#~ msgid "Hibernate"
#~ msgstr "أسبِت"
#~ msgid "Power Off"
#~ msgstr "أطفئ"
#~ msgid "Enable suspending"
#~ msgstr "فعّل التعليق"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "تحكم في ظهور ”علّق“ في القائمة"
#~ msgid "Enable hibernating"
#~ msgstr "فعّل الإسبات"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "تحكم في ظهور ”أسبِت“ في القائمة"
#~ msgid "Devices"
#~ msgstr "الأجهزة"
#~ msgid "Bookmarks"
#~ msgstr "العلامات"
#~ msgid "Network"
#~ msgstr "الشبكة"
#~ msgid "File System"
#~ msgstr "نظام الملفات"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "إعدادات العرض"
#~ msgid "Drag here to add favorites"
#~ msgstr "اسحب إلى هنا ليضاف إلى المفضّلة"
@@ -372,6 +279,9 @@ msgstr "مساحة العمل %Id"
#~ msgid "Remove from Favorites"
#~ msgstr "أزِل من المفضّلة"
#~ msgid "Add to Favorites"
#~ msgstr "أضِف إلى المفضّلة"
#~ msgid "Icon size"
#~ msgstr "حجم الأيقونة"

367
po/as.po
View File

@@ -1,367 +0,0 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Nilamdyuti Goswami <ngoswami@redhat.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: \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-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-24 14:28+0530\n"
"Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n"
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\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 "GNOME শ্বেল চলাওতে এই কি'য়ে org.gnome.mutter ত থকা কি' অভাৰৰাইড কৰে।"
#: ../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:73
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "ড্ৰাইভ '%s' বাহিৰ কৰাটো ব্যৰ্থ হ'ল:"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "আতৰাব পৰা ডিভাইচসমূহ"
#: ../extensions/drive-menu/extension.js:117
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 ""
"যদি সত্য, উইন্ডো কেপষণ প্ৰতিটো থাম্বনেইলৰ ওপৰত ৰাখক, ইয়াক তলত ৰখাৰ শ্বেলৰ "
"অবিকল্পিত প্ৰক্ৰিয়াক অভাৰৰাইড কৰাকৈ। এই সংহতিৰ পৰিবৰ্তন প্ৰভাৱশালী হ'বলৈ "
"শ্বেল "
"পুনৰাম্ভ কৰাৰ প্ৰয়োজন।"
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
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:214
msgid "CPU"
msgstr "CPU"
#: ../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: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
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
#, c-format
msgid "Workspace %d"
msgstr "কাৰ্য্যস্থান %d"
#~ msgid "Suspend"
#~ msgstr "স্থগিত কৰক"
#~ msgid "Hibernate"
#~ msgstr "হাইবাৰনেইট"
#~ msgid "Power Off"
#~ msgstr "বন্ধ কৰক"
#~ msgid "Enable suspending"
#~ msgstr "স্থগিত কৰা সামৰ্থবান কৰক"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "স্থগিত মেনু বস্তুৰ দৃশ্যমানতা নিয়ন্ত্ৰণ কৰক"
#~ msgid "Enable hibernating"
#~ msgstr "হাইবেৰনেইট কৰা সামৰ্থবান কৰক"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "হাইবেৰনেইট মেনু বস্তুৰ দৃশ্যমানতা নিয়ন্ত্ৰণ কৰক"
#~ msgid "Normal"
#~ msgstr "স্বাভাৱিক"
#~ msgid "Left"
#~ msgstr "বাঁওফাল"
#~ msgid "Right"
#~ msgstr "সোঁফাল"
#~ msgid "Upside-down"
#~ msgstr "উলোটা"
#~ msgid "Display"
#~ msgstr "প্ৰদৰ্শন"
#~ msgid "Display Settings"
#~ msgstr "প্ৰদৰ্শনৰ সংহতিসমূহ"

498
po/ca.po
View File

@@ -2,15 +2,15 @@
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
# Jordi Mas i Hernandez <jmas@softcatala.org>, 2011.
# Gil Forcada <gilforcada@guifi.net>, 2012, 2013.
# Gil Forcada <gilforcada@guifi.net>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-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-09-27 14:18+0000\n"
"PO-Revision-Date: 2013-09-25 00:21+0200\n"
"POT-Creation-Date: 2012-09-06 17:51+0000\n"
"PO-Revision-Date: 2012-09-29 00:02+0200\n"
"Last-Translator: Gil Forcada <gilforcada@guifi.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
"Language: \n"
@@ -19,80 +19,70 @@ msgstr ""
"Content-Transfer-Encoding: 8bits\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 clàssic"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1
msgid "The application icon mode."
msgstr "El mode d'icona d'aplicació."
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Aquesta sessió us permet utilitzar el GNOME clàssic"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME Shell clàssic"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Gestió de finestres i iniciació d'aplicacions"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Adjunta el diàleg modal a la finestra pare"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
"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'."
msgstr ""
"Si s'executa el GNOME Shell, aquesta clau sobreescriu la clau «org.gnome."
"mutter»."
"Configura com es mostren les icones en l'intercanviador. Les possibilitats "
"vàlides són «thumbnail-only» (només miniatures, mostra les miniatures de les "
"finestres), «app-icon-only» (només icona de l'aplicació, mostra només la "
"icona de l'aplicació) o «both» (ambdós, mostra tan la icona de l'aplicació "
"com la miniatura). "
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr ""
"Habilita la tesselització a les vores en deixar anar les finestres a les "
"vores de la pantalla"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Els espais de treball només es mostren en el monitor principal"
#: ../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 ""
"Retarda el canvi de focus, en mode ratolí, fins que el punter estigui quiet"
#: ../extensions/alternate-tab/prefs.js:20
#: ../extensions/alternate-tab/prefs.js:26
msgid "Thumbnail only"
msgstr "Només miniatures"
#: ../extensions/alternate-tab/prefs.js:21
#: ../extensions/alternate-tab/prefs.js:27
msgid "Application icon only"
msgstr "Només la icona de l'aplicació"
#: ../extensions/alternate-tab/prefs.js:22
#: ../extensions/alternate-tab/prefs.js:28
msgid "Thumbnail and application icon"
msgstr "Miniatura i icona de l'aplicació"
#: ../extensions/alternate-tab/prefs.js:37
#: ../extensions/alternate-tab/prefs.js:43
msgid "Present windows as"
msgstr "Mostra les finestres com a"
#: ../extensions/alternate-tab/prefs.js:62
#: ../extensions/alternate-tab/prefs.js:68
msgid "Show only windows in the current workspace"
msgstr "Mostra només les icones de l'espai de treball actual"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Vista general d'activitats"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:68
msgid "Suspend"
msgstr "Atura temporalment"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Preferides"
#: ../extensions/alternative-status-menu/extension.js:73
msgid "Hibernate"
msgstr "Hiberna"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Aplicacions"
#: ../extensions/alternative-status-menu/extension.js:78
msgid "Power Off"
msgstr "Apaga"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Habilita l'aturada temporal"
#: ../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 "Permet controlar si es mostra l'element de menú «Atura temporalment»"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Habilita la hibernació"
#: ../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 "Permet controlar si es mostra l'element de menú «Hiberna»"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
@@ -128,18 +118,89 @@ msgstr "Crea una regla de coincidència nova"
msgid "Add"
msgstr "Afegeix"
#: ../extensions/drive-menu/extension.js:73
#, javascript-format
msgid "Ejecting drive '%s' failed:"
msgstr "Ha fallat l'expulsió de la unitat «%s»:"
#: ../extensions/dock/extension.js:600
msgid "Drag here to add favorites"
msgstr "Arrossegueu aquí per afegir als preferits"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/dock/extension.js:926
msgid "New Window"
msgstr "Finestra nova"
#: ../extensions/dock/extension.js:928
msgid "Quit Application"
msgstr "Surt de l'aplicació"
#: ../extensions/dock/extension.js:933
msgid "Remove from Favorites"
msgstr "Suprimeix dels preferits"
#: ../extensions/dock/extension.js:934
msgid "Add to Favorites"
msgstr "Afegeix als preferits"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:1
msgid "Position of the dock"
msgstr "Posició de l'acoblador"
#: ../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 ""
"Defineix la posició de l'acoblador a la pantalla. Els valors permesos són "
"«right» (dreta) o «left» (esquerra)"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:3
msgid "Icon size"
msgstr "Mida de la icona"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:4
msgid "Sets icon size of the dock."
msgstr "Defineix la mida de la icona per l'acoblador."
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:5
msgid "Enable/disable autohide"
msgstr "Habilita/inhabilita l'ocultació automàtica"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:6
msgid "Autohide effect"
msgstr "Efecte de l'ocultació automàtica"
#: ../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 ""
"Defineix l'efecte de l'acoblador ocult. Els valors permesos són "
"«resize» (amplia), «rescale» (escala) i «move» (mou)"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:8
msgid "Autohide duration"
msgstr "Duració de l'ocultació automàtica"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:9
msgid "Sets the time duration of the autohide effect."
msgstr "Defineix la durada en temps de l'efecte d'ocultació automàtica."
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:10
msgid "Monitor"
msgstr "Pantalla"
#: ../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 ""
"Estableix la pantalla a on es mostra l'acoblador. El valor per defecte és "
"«-1», la pantalla principal."
#: ../extensions/drive-menu/extension.js:56
msgid "Removable devices"
msgstr "Dispositius extraïbles"
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "Obre el fitxer"
#: ../extensions/drive-menu/extension.js:67
msgid "Open file manager"
msgstr "Obre del gestor de fitxers"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
@@ -156,6 +217,8 @@ msgid ""
msgstr ""
"Si no és buit, conté el text que es mostrarà quan es faci clic en el quadre."
#. 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 "
@@ -171,6 +234,26 @@ msgstr ""
msgid "Message:"
msgstr "Missatge:"
#: ../extensions/gajim/extension.js:226
#, c-format
msgid "%s is away."
msgstr "%s està absent."
#: ../extensions/gajim/extension.js:229
#, c-format
msgid "%s is offline."
msgstr "%s està fora de línia."
#: ../extensions/gajim/extension.js:232
#, c-format
msgid "%s is online."
msgstr "%s està en línia."
#: ../extensions/gajim/extension.js:235
#, c-format
msgid "%s is busy."
msgstr "%s està ocupat."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Utilitza més pantalla per les finestres"
@@ -202,34 +285,44 @@ msgstr ""
"posicionar-lo a baix. Cal reiniciar el Shell per tal de que aquest canvi "
"tingui efecte."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:46
msgid "Places"
msgstr "Llocs"
#: ../extensions/places-menu/placeDisplay.js:56
#, javascript-format
#: ../extensions/places-menu/extension.js:47
msgid "Devices"
msgstr "Dispositius"
#: ../extensions/places-menu/extension.js:48
msgid "Bookmarks"
msgstr "Adreces d'interès"
#: ../extensions/places-menu/extension.js:49
msgid "Network"
msgstr "Xarxa"
#: ../extensions/places-menu/placeDisplay.js:48
#, c-format
msgid "Failed to launch \"%s\""
msgstr "No s'ha pogut iniciar «%s»"
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Ordinador"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Inici"
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
#: ../extensions/places-menu/placeDisplay.js:184
msgid "File System"
msgstr "Sistema de fitxers"
#: ../extensions/places-menu/placeDisplay.js:188
msgid "Browse network"
msgstr "Navega per la xarxa"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Memòria"
@@ -241,84 +334,10 @@ msgstr "Nom del tema"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "El nom del tema que es carregarà des de ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Tanca"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Desminimitza"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimitza"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Desmaximitza"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximitza"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimitza-ho tot"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Desminimitza-ho tot"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maximitza-ho tot"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Desmaximitza-ho tot"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Tanca-ho tot"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicador de l'espai de treball"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Llista de finestres"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Quan s'han d'agrupar les finestres"
#: ../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 ""
"Decideix quan s'han d'agrupar les finestres de la mateixa aplicació a la "
"llista de finestres. Els valors possibles són: «never» (mai), "
"«auto» (automàticament) i «always» (sempre)."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Agrupació de finestres"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Mai agrupis les finestres"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Agrupa les finestres quan l'espai estigui limitat"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Agrupa les finestres sempre"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Noms dels espais de treball:"
@@ -328,6 +347,181 @@ msgid "Name"
msgstr "Nom"
#: ../extensions/workspace-indicator/prefs.js:186
#, javascript-format
#, c-format
msgid "Workspace %d"
msgstr "Espai de treball %d"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Normal"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Esquerra"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Dreta"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Capgira"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Pantalla"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Paràmetres de la pantalla"
#~ msgid "The alt tab behaviour."
#~ msgstr "Comportament de l'«Alternate Tab»."
#~ msgid ""
#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and "
#~ "workspace_icons. See the configuration dialogs for details."
#~ msgstr ""
#~ "Defineix el comportament de l'«Alternate Tab». Els valors possibles són: "
#~ "«all_thumbnails» (totes i les miniatures) i «workspace_icons» (espais de "
#~ "treball i icones). Vegeu els diàlegs de configuració per saber-ne més."
#~ msgid ""
#~ "This mode presents all applications from all workspaces in one selection "
#~ "list. Instead of using the application icon of every window, it uses "
#~ "small thumbnails resembling the window itself."
#~ msgstr ""
#~ "Aquest mode mostra totes les aplicacions de tots els espais de treball en "
#~ "una sola llista de selecció. En comptes de fer servir la icona de "
#~ "l'aplicació per cada finestra, fa servir miniatures de les mateixes "
#~ "finestres de les aplicacions."
#~ msgid "Workspace & Icons"
#~ msgstr "Espai de treball i icones"
#~ msgid ""
#~ "This mode let's you switch between the applications of your current "
#~ "workspace and gives you additionally the option to switch to the last "
#~ "used application of your previous workspace. This is always the last "
#~ "symbol in the list and is segregated by a separator/vertical line if "
#~ "available. \n"
#~ "Every window is represented by its application icon."
#~ msgstr ""
#~ "Aquest mode us permet canviar entre les aplicacions de l'espai de treball "
#~ "actual i us dóna la possibilitat de canviar a l'última aplicació "
#~ "utilitzada de l'espai de treball anterior. Es mostra, en cas d'estar "
#~ "disponible, sempre com a l'última icona de la llista, separada de la "
#~ "resta amb un separador vertical.\n"
#~ "Cada finestra està representada per la seva icona d'aplicació."
#~ msgid "Move current selection to front before closing the popup"
#~ msgstr ""
#~ "Mou la selecció actual al primer pla abans de tancar el diàleg emergent"
#~ msgid ""
#~ "The Alternate Tab can be used in different modes, that affect the way "
#~ "windows are chosen and presented."
#~ msgstr ""
#~ "L'«Alternate Tab» es pot utilitzar de diferents maneres que canvien la "
#~ "forma en que es seleccionen i es mostren les finestres."
#~ msgid "Removable Devices"
#~ msgstr "Dispositius extraïbles"
#~ msgid "Configure display settings..."
#~ msgstr "Configura els paràmetres de visualització..."
#~ msgid "Available"
#~ msgstr "Disponible"
#~ msgid "Busy"
#~ msgstr "Ocupat"
#~ msgid "My Account"
#~ msgstr "El meu compte"
#~ msgid "Lock Screen"
#~ msgstr "Bloca la pantalla"
#~ msgid "Switch User"
#~ msgstr "Canvia d'usuari"
#~ msgid "Log Out..."
#~ msgstr "Surt..."
#~ msgid ""
#~ "This is the first time you use the Alternate Tab extension. \n"
#~ "Please choose your preferred behaviour:\n"
#~ "\n"
#~ "All & Thumbnails:\n"
#~ " This mode presents all applications from all workspaces in one "
#~ "selection \n"
#~ " list. Instead of using the application icon of every window, it uses "
#~ "small \n"
#~ " thumbnails resembling the window itself. \n"
#~ "\n"
#~ "Workspace & Icons:\n"
#~ " This mode let's you switch between the applications of your current \n"
#~ " workspace and gives you additionally the option to switch to the last "
#~ "used \n"
#~ " application of your previous workspace. This is always the last "
#~ "symbol in \n"
#~ " the list and is segregated by a separator/vertical line if "
#~ "available. \n"
#~ " Every window is represented by its application icon. \n"
#~ "\n"
#~ "Native:\n"
#~ " This mode is the native GNOME 3 behaviour or in other words: "
#~ "Clicking \n"
#~ " native switches the Alternate Tab extension off. \n"
#~ msgstr ""
#~ "Aquest és el primer cop que utilitzeu l'extensió «Alternate Tab». \n"
#~ "Trieu el comportament que preferiu:\n"
#~ "\n"
#~ "Totes i miniatures:\n"
#~ " Aquest mode presenta totes les aplicacions de tots els espais de "
#~ "treball com a\n"
#~ " una llista de selecció. En comptes de mostrar la icona d'aplicació de "
#~ "cada finestra, mostra les \n"
#~ " miniatures que representen el contingut de la finestra. \n"
#~ "\n"
#~ "Espai de treball i icones:\n"
#~ " Aquest mode us permet canviar entre aplicacions de l'espai de treball "
#~ "actual \n"
#~ " i us dóna la possibilitat de canviar a l'última aplicació usada de "
#~ "l'espai de \n"
#~ " treball anterior. Aquest és sempre el darrer símbol a la llista i "
#~ "està separat \n"
#~ " per una línia vertical/separador quan està disponible. \n"
#~ " Cada finestra es representa per la seva icona d'aplicació. \n"
#~ "\n"
#~ "Nadiu:\n"
#~ " Aquest és el mode de comportament nadiu al GNOME 3 o amb altres "
#~ "paraules: fent \n"
#~ " clic inhabilita l'extensió «Alternate Tab». \n"
#~ msgid "Alt Tab Behaviour"
#~ msgstr "Comportament de l'«Alternate Tab»"
#~ msgid "Cancel"
#~ msgstr "Cancel·la"
#~ msgid "Ask the user for a default behaviour if true."
#~ msgstr ""
#~ "Si és «true» (cert) pregunta a l'usuari pel comportament per defecte."
#~ msgid "Indicates if Alternate Tab is newly installed"
#~ msgstr "Indica si s'acaba d'instal·lar l'«Alternate Tab»"
#~ msgid ""
#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use "
#~ "the default grid based algorithm, 'natural' to use another one that "
#~ "reflects more the position and size of the actual window"
#~ msgstr ""
#~ "L'algoritme per posicionar les miniatures en la perspectiva general. Useu "
#~ "«grid» (graella) per a utilitzar l'algoritme per defecte basat en "
#~ "disposició en graella, o «natural» (natural) per a usar un algoritme que "
#~ "reflexa millor la posició i mida de la finestra actual."
#~ msgid "Window placement strategy"
#~ msgstr "Estratègia de posicionament de la finestra"

View File

@@ -1,333 +0,0 @@
# Catalan translation for gnome-shell-extensions.
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
# Jordi Mas i Hernandez <jmas@softcatala.org>, 2011.
# Gil Forcada <gilforcada@guifi.net>, 2012, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-06 21:59+0200\n"
"PO-Revision-Date: 2013-09-25 00:21+0200\n"
"Last-Translator: Gil Forcada <gilforcada@guifi.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bits\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 clàssic"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Esta sessió vos permet utilitzar el GNOME clàssic"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME Shell clàssic"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Gestió de finestres i iniciació d'aplicacions"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Adjunta el diàleg modal a la finestra pare"
#: ../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 ""
"Si s'executa el GNOME Shell, esta clau sobreescriu la clau «org.gnome."
"mutter»."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr ""
"Habilita la tesselització a les vores en deixar anar les finestres a les "
"vores de la pantalla"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Els espais de treball només es mostren en el monitor principal"
#: ../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 ""
"Retarda el canvi de focus, en mode ratolí, fins que el punter estiga quiet"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Només miniatures"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Només la icona de l'aplicació"
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Miniatura i icona de l'aplicació"
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "Mostra les finestres com a"
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "Mostra només les icones de l'espai de treball actual"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Vista general d'activitats"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Preferides"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Aplicacions"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Aplicació i llista d'espais de treball"
#: ../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 ""
"Una llista de cadenes, cada una de les quals conté un identificador "
"d'aplicació (nom del fitxer de l'escriptori), seguit de dos punts i el "
"número de l'espai de treball"
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
msgstr "Aplicació"
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "Espai de treball"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "Afig una regla"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "Crea una regla de coincidència nova"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "Afig"
#: ../extensions/drive-menu/extension.js:73
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Ha fallat l'expulsió de la unitat «%s»:"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "Dispositius extraïbles"
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "Obri el fitxer"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
msgstr "Hola, món!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "Text de rebuda alternatiu."
#: ../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 ""
"Si no és buit, conté el text que es mostrarà quan es faça clic en el quadre."
#. 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 ""
"L'«Example» està pensat com una extensió del GNOME Shell que demostri la "
"manera correcta de crear extensions. Com a extensió pròpiament dita no fa "
"gairebé res.\n"
"Tot i així permet personalitzar el missatge del rebedor."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Missatge:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Utilitza més pantalla per les finestres"
#: ../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 ""
"Intenta utilitzar més espai de la pantalla per posicionar les miniatures de "
"les finestres adaptant-les al ràtio d'aspecte de la pantalla, consolidant-"
"les més per reduir la capsa que les envolta. Este paràmetre de configuració "
"només s'aplica a l'estratègia de posicionament de finestres natural."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "Posiciona els títols de les finestres al damunt"
#: ../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 ""
"Si és «true» (cert), posiciona el títol de la finestra damunt de la "
"miniatura corresponent, substituint el comportament per defecte del Shell de "
"posicionar-lo a baix. Cal reiniciar el Shell per tal de que este canvi tinga "
"efecte."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "Llocs"
#: ../extensions/places-menu/placeDisplay.js:56
#, c-format
msgid "Failed to launch \"%s\""
msgstr "No s'ha pogut iniciar «%s»"
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Ordinador"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Inici"
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
msgstr "Navega per la xarxa"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Memòria"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "Nom del tema"
#: ../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 "El nom del tema que es carregarà des de ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Tanca"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Desminimitza"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimitza"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Desmaximitza"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximitza"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimitza-ho tot"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Desminimitza-ho tot"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maximitza-ho tot"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Desmaximitza-ho tot"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Tanca-ho tot"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicador de l'espai de treball"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Llista de finestres"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Quan s'han d'agrupar les finestres"
#: ../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 ""
"Decideix quan s'han d'agrupar les finestres de la mateixa aplicació a la "
"llista de finestres. Els valors possibles són: «never» (mai), "
"«auto» (automàticament) i «always» (sempre)."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Agrupació de finestres"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Mai agrupes les finestres"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Agrupa les finestres quan l'espai estiga limitat"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Agrupa les finestres sempre"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Noms dels espais de treball:"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "Nom"
#: ../extensions/workspace-indicator/prefs.js:186
#, c-format
msgid "Workspace %d"
msgstr "Espai de treball %d"

150
po/cs.po
View File

@@ -1,17 +1,17 @@
# Czech translation for gnome-shell-extensions.
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
#
# Marek Černocký <marek@manet.cz>, 2011, 2012, 2013.
# Petr Kovar <pknbe@volny.cz>, 2013.
#
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: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-23 15:07+0200\n"
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
"POT-Creation-Date: 2013-04-19 19:12+0000\n"
"PO-Revision-Date: 2013-04-20 15:34+0200\n"
"Last-Translator: Marek Černocký <marek@manet.cz>\n"
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -37,27 +37,6 @@ msgstr "GNOME Shell klasik"
msgid "Window management and application launching"
msgstr "Správa oken a spouštění aplikací"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Modální dialogová okna připojovat k rodičovskému oknu"
#: ../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 "Když běží GNOME Shell, tento klíč přepíše klíč v org.gnome.mutter"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Okna upuštěná u okraje obrazovky nechat řadit jako dlaždice"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Pracovní plochy jen na hlavním monitoru"
#: ../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 "Neměnit zaměření v režimu s myší, dokud se nezastaví ukazatel"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Pouze náhled"
@@ -78,6 +57,35 @@ msgstr "Představovat okna jako"
msgid "Show only windows in the current workspace"
msgstr "Zobrazovat pouze okna z aktuální pracovní plochy"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:125
msgid "Suspend"
msgstr "Uspat do paměti"
#: ../extensions/alternative-status-menu/extension.js:128
msgid "Hibernate"
msgstr "Uspat na disk"
#: ../extensions/alternative-status-menu/extension.js:131
msgid "Power Off"
msgstr "Vypnout"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Povolit uspávání do paměti"
#: ../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 "Řídí viditelnost položky „Uspat do paměti“ v nabídce"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Povolit uspávání na disk"
#: ../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 "Řídí viditelnost položky „Uspat na disk“ v nabídce"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Přehled činností"
@@ -86,7 +94,7 @@ msgstr "Přehled činností"
msgid "Favorites"
msgstr "Oblíbené"
#: ../extensions/apps-menu/extension.js:282
#: ../extensions/apps-menu/extension.js:278
msgid "Applications"
msgstr "Aplikace"
@@ -123,16 +131,16 @@ msgstr "Vytvoření nového srovnávacího pravidla"
msgid "Add"
msgstr "Přidat"
#: ../extensions/drive-menu/extension.js:73
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Vysunutí disku „%s“ selhalo:"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Výměnná zařízení"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "Otevřít soubor"
@@ -195,8 +203,7 @@ msgstr ""
"přepíše výchozí chování shellu, který jej umisťuje dolů. Změna tohoto "
"nastavení vyžaduje restart shellu, aby se projevila."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:77
msgid "Places"
msgstr "Místa"
@@ -218,11 +225,11 @@ msgstr "Domů"
msgid "Browse Network"
msgstr "Procházet síť"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "Procesor"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Paměť"
@@ -234,55 +241,6 @@ msgstr "Název motivu"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Název motivu, který se má načíst z ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Zavřít"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Zrušit minimalizaci"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimalizovat"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Zrušit maximalizaci"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximalizovat"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimalizovat všechna"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Zrušit minimalizaci všech"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maximalizovat všechna"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Zrušit maximalizaci všech"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Zavřít všechna"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Ukazatel pracovní plochy"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Seznam oken"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Kdy seskupovat okna"
@@ -311,6 +269,10 @@ msgstr "Seskupovat okna při nedostatku místa"
msgid "Always group windows"
msgstr "Vždy seskupovat okna"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Ukazatel pracovní plochy"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Názvy pracovních ploch"
@@ -323,3 +285,27 @@ msgstr "Název"
#, c-format
msgid "Workspace %d"
msgstr "Pracovní plocha %d"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Normální"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Doleva"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Doprava"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Vzhůru nohama"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Obrazovka"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Nastavení obrazovky"

564
po/da.po
View File

@@ -2,15 +2,15 @@
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
#
# Kris Thomsen <mail@kristhomsen.dk>, 2011-2013.
# Kris Thomsen <lakristho@gmail.com>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-23 19:34+0200\n"
"PO-Revision-Date: 2013-09-23 19:29+0200\n"
"Last-Translator: Kris Thomsen <mail@kristhomsen.dk>\n"
"POT-Creation-Date: 2012-01-02 12:35+0100\n"
"PO-Revision-Date: 2011-12-27 00:32+0000\n"
"Last-Translator: Kris Thomsen <lakristho@gmail.com>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -18,84 +18,106 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "GNOME Classic"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:68
msgid "Suspend"
msgstr "Dvale"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Denne session logger dig ind i GNOME Classic"
#: ../extensions/alternative-status-menu/extension.js:73
msgid "Hibernate"
msgstr "Hviletilstand"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME Shell Classic"
#: ../extensions/alternative-status-menu/extension.js:78
msgid "Power Off..."
msgstr "Sluk..."
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Vindueshåndtering og programopstart"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Tillæg modal-dialog til det overordnede vindue"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
#: ../extensions/alternate-tab/extension.js:54
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
"This is the first time you use the Alternate Tab extension. \n"
"Please choose your preferred behaviour:\n"
"\n"
"All & Thumbnails:\n"
" This mode presents all applications from all workspaces in one "
"selection \n"
" list. Instead of using the application icon of every window, it uses "
"small \n"
" thumbnails resembling the window itself. \n"
"\n"
"Workspace & Icons:\n"
" This mode let's you switch between the applications of your current \n"
" workspace and gives you additionally the option to switch to the last "
"used \n"
" application of your previous workspace. This is always the last symbol "
"in \n"
" the list and is segregated by a separator/vertical line if available. \n"
" Every window is represented by its application icon. \n"
"\n"
"If you whish to revert to the default behavior for the Alt-Tab switcher, "
"just\n"
"disable the extension from extensions.gnome.org or the Advanced Settings "
"application."
msgstr ""
"Denne nøgle tilsidesætter nøglen i org.gnome.mutter når GNOME Shell kører."
"Dette er første gang du bruger Alternate Tab-udvidelsen. \n"
"Vælg venligst din foretrukne opførsel:\n"
"\n"
"Alle & miniaturebilleder:\n"
" Denne tilstand præsenterer alle programmer fra alle arbejdsområder i en "
"markerings- \n"
" liste. I stedet for at bruge programikonet for hvert vindue, bruges et "
"lille \n"
" miniaturebillede af vinduet selv. \n"
"\n"
"Arbejdsområde & ikoner:\n"
" Denne tilstand giver mulighed for at skifte mellem programmerne i dit "
"nuværende \n"
" arbejdsområde og giver dig derudover muligheden for at skifte til det "
"seneste brugte \n"
" program i dit tidligere arbejdsområde. Dette er altid det sidste symbol "
"i \n"
" listen og er visuelt adskilt af en vertikal linje, hvis tilgængelig. \n"
" Hvert vindue er repræsenteret af dets programikon. \n"
"\n"
"Hvis du ønsker at skifte tilbage til standardopførslen for Alt-Tab-"
"skifteren, skal du\n"
"blot deaktivere udvidelsen fra extensions.gnome.org eller programmet "
"Avancerede indstillinger."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Aktivér kant-fliselægning når vinduer slippes på skærmkanter"
#: ../extensions/alternate-tab/extension.js:295
msgid "Alt Tab Behaviour"
msgstr "Alt-Tab-opførsel"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Kun arbejdsområder på primær skærm"
#: ../extensions/alternate-tab/extension.js:311
msgid "All & Thumbnails"
msgstr "Alle & miniaturebilleder"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
#: ../extensions/alternate-tab/extension.js:318
msgid "Workspace & Icons"
msgstr "Arbejdsområde & ikoner"
#: ../extensions/alternate-tab/extension.js:325
msgid "Cancel"
msgstr "Annullér"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1
msgid "Ask the user for a default behaviour if true."
msgstr ""
"Forsink fokusændringer i musetilstand indtil pegeren holder op med at bevæge "
"sig"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Kun miniaturebillede"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2
msgid "Indicates if Alternate Tab is newly installed"
msgstr ""
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Kun programikon"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:3
msgid ""
"Sets the Alt-Tab behaviour. Possible values are: native, all_thumbnails and "
"workspace_icons."
msgstr ""
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Miniaturebillede og programikon"
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "Præsentér vindue som"
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "Vis kun vinduer i det nuværende arbejdsområde"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Aktivitetsoversigt"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Favoritter"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Programmer"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:4
#, fuzzy
msgid "The alt tab behaviour."
msgstr "Alt-Tab-opførsel"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Liste over programmer og arbejdsområder"
#: ../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"
@@ -103,337 +125,151 @@ msgstr ""
"En liste over strenge, som hver indeholder et program-id "
"(skrivebordsfilnavn), efterfulgt af et kolon og arbejdsområdets nummer"
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
msgstr "Program"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid "Application and workspace list"
msgstr "Liste over programmer og arbejdsområder"
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "Arbejdsområde"
#: ../extensions/dock/extension.js:561
msgid "Drag here to add favorites"
msgstr "Træk hertil for at føje til favoritter"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "Tilføj regel"
#: ../extensions/dock/extension.js:896
msgid "New Window"
msgstr "Nyt vindue"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "Opret ny regel for match"
#: ../extensions/dock/extension.js:898
msgid "Quit Application"
msgstr "Afslut program"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "Tilføj"
#: ../extensions/dock/extension.js:903
msgid "Remove from Favorites"
msgstr "Fjern fra favoritter"
#: ../extensions/drive-menu/extension.js:73
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Udskubning af drevet \"%s\" fejlede:"
#: ../extensions/dock/extension.js:904
msgid "Add to Favorites"
msgstr "Føj til favoritter"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "Flytbare enheder"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:1
msgid "Autohide duration"
msgstr ""
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "Åbn fil"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:2
msgid "Autohide effect"
msgstr ""
#: ../extensions/example/extension.js:17
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:3
msgid "Enable/disable autohide"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:4
msgid "Icon size"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:5
msgid "Position of the dock"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:6
msgid "Sets icon size of the dock."
msgstr ""
#: ../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 ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:8
msgid ""
"Sets the position of the dock in the screen. Allowed values are 'right' or "
"'left'"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:9
msgid "Sets the time duration of the autohide effect."
msgstr ""
#: ../extensions/drive-menu/extension.js:69
msgid "Open file manager"
msgstr ""
#: ../extensions/example/extension.js:11
msgid "Hello, world!"
msgstr "Hej verden!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "Alternativ velkomsttekst."
#: ../extensions/gajim/extension.js:227
#, c-format
msgid "%s is away."
msgstr "%s er ikke til stede."
#: ../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 ""
"Hvis den ikke er tom, så indeholder den teksten, der vil blive vist når der "
"klikkes på panelet."
#: ../extensions/gajim/extension.js:230
#, c-format
msgid "%s is offline."
msgstr "%s er frakoblet."
#. 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 ""
"Example sigter efter at vise hvordan man bygger udvidelser til shell'en som "
"opfører sig ordentligt, og har som sådan meget lidt selvstændig "
"funktionalitet.Alligevel er det muligt at tilpasse velkomstbeskeden."
#: ../extensions/gajim/extension.js:233
#, c-format
msgid "%s is online."
msgstr "%s er tilgængelig."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Besked:"
#: ../extensions/gajim/extension.js:236
#, c-format
msgid "%s is busy."
msgstr "%s er optaget."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Brug mere skærmplads til vinduer"
#: ../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 ""
"Prøv at bruge mere skærmplads til at placere vinduesminiaturer ved at "
"tilpasse dem til skærmens størrelsesforhold, samt ved at konsolidere dem "
"yderligere for at reducere den omkransende boks.Denne indstilling gælder kun "
"med den naturlige placeringsstrategi."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "Placér vinduestitler i toppen"
#: ../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 ""
"Hvis sat, vil vinduestitler bliver placeret i toppen af de respektive "
"miniaturer, tilsidesætter shell-standarden, som placerer den i bunden. "
"Ændring af denne indstilling kræver at shell'en genstartes for at træde i "
"kraft."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "Steder"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
msgid "Place window captions on top"
msgstr ""
#: ../extensions/places-menu/placeDisplay.js:56
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Kunne ikke åbne \"%s\""
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
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/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Computer"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
msgid "Use more screen for windows"
msgstr ""
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Hjem"
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
msgstr "Gennemse netværk"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Hukommelse"
#: ../extensions/places-menu/extension.js:36
msgid "Removable Devices"
msgstr ""
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "Temanavn"
#: ../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 "Navnet på temaet, som indlæses fra ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Luk"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "Theme name"
msgstr "Temanavn"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Afminimér"
#: ../extensions/xrandr-indicator/extension.js:26
msgid "Normal"
msgstr "Normal"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimér"
#: ../extensions/xrandr-indicator/extension.js:27
msgid "Left"
msgstr "Venstre"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Afmaksimér"
#: ../extensions/xrandr-indicator/extension.js:28
msgid "Right"
msgstr "Højre"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maksimér"
#: ../extensions/xrandr-indicator/extension.js:29
msgid "Upside-down"
msgstr "På hovedet"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimér"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Afminimér alle"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maksimér alle"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Afmaksimér alle"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Luk alle"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Arbejdsområdeindikator"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Vinduesliste"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Hvornår vinduer skal grupperes"
#: ../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 ""
"Afgør hvornår vinduer fra samme program skal grupperes i vindueslisten. "
"Mulige værdier er \"never\" (aldrig), \"auto\" (automatisk) og \"always"
"\" (altid)."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Vinduesgruppering"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Gruppér aldrig vinduer"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Gruppér vinduer når pladsen er begrænset"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Gruppér altid vinduer"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Arbejdsområdenavne:"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "Navn"
#: ../extensions/workspace-indicator/prefs.js:186
#, c-format
msgid "Workspace %d"
msgstr "Arbejdsområde %d"
#~ msgid "Suspend"
#~ msgstr "Dvale"
#~ msgid "Hibernate"
#~ msgstr "Hviletilstand"
#~ msgid "Power Off..."
#~ msgstr "Sluk..."
#~ msgid ""
#~ "This is the first time you use the Alternate Tab extension. \n"
#~ "Please choose your preferred behaviour:\n"
#~ "\n"
#~ "All & Thumbnails:\n"
#~ " This mode presents all applications from all workspaces in one "
#~ "selection \n"
#~ " list. Instead of using the application icon of every window, it uses "
#~ "small \n"
#~ " thumbnails resembling the window itself. \n"
#~ "\n"
#~ "Workspace & Icons:\n"
#~ " This mode let's you switch between the applications of your current \n"
#~ " workspace and gives you additionally the option to switch to the last "
#~ "used \n"
#~ " application of your previous workspace. This is always the last "
#~ "symbol in \n"
#~ " the list and is segregated by a separator/vertical line if "
#~ "available. \n"
#~ " Every window is represented by its application icon. \n"
#~ "\n"
#~ "If you whish to revert to the default behavior for the Alt-Tab switcher, "
#~ "just\n"
#~ "disable the extension from extensions.gnome.org or the Advanced Settings "
#~ "application."
#~ msgstr ""
#~ "Dette er første gang du bruger Alternate Tab-udvidelsen. \n"
#~ "Vælg venligst din foretrukne opførsel:\n"
#~ "\n"
#~ "Alle & miniaturebilleder:\n"
#~ " Denne tilstand præsenterer alle programmer fra alle arbejdsområder i "
#~ "en markerings- \n"
#~ " liste. I stedet for at bruge programikonet for hvert vindue, bruges "
#~ "et lille \n"
#~ " miniaturebillede af vinduet selv. \n"
#~ "\n"
#~ "Arbejdsområde & ikoner:\n"
#~ " Denne tilstand giver mulighed for at skifte mellem programmerne i dit "
#~ "nuværende \n"
#~ " arbejdsområde og giver dig derudover muligheden for at skifte til det "
#~ "seneste brugte \n"
#~ " program i dit tidligere arbejdsområde. Dette er altid det sidste "
#~ "symbol i \n"
#~ " listen og er visuelt adskilt af en vertikal linje, hvis "
#~ "tilgængelig. \n"
#~ " Hvert vindue er repræsenteret af dets programikon. \n"
#~ "\n"
#~ "Hvis du ønsker at skifte tilbage til standardopførslen for Alt-Tab-"
#~ "skifteren, skal du\n"
#~ "blot deaktivere udvidelsen fra extensions.gnome.org eller programmet "
#~ "Avancerede indstillinger."
#~ msgid "Alt Tab Behaviour"
#~ msgstr "Alt-Tab-opførsel"
#~ msgid "Cancel"
#~ msgstr "Annullér"
#~ msgid "The alt tab behaviour."
#~ msgstr "Alt-Tab-opførsel"
#~ msgid "Drag here to add favorites"
#~ msgstr "Træk hertil for at føje til favoritter"
#~ msgid "New Window"
#~ msgstr "Nyt vindue"
#~ msgid "Remove from Favorites"
#~ msgstr "Fjern fra favoritter"
#~ msgid "%s is away."
#~ msgstr "%s er ikke til stede."
#~ msgid "%s is offline."
#~ msgstr "%s er frakoblet."
#~ msgid "%s is online."
#~ msgstr "%s er tilgængelig."
#~ msgid "%s is busy."
#~ msgstr "%s er optaget."
#~ msgid "Normal"
#~ msgstr "Normal"
#~ msgid "Left"
#~ msgstr "Venstre"
#~ msgid "Right"
#~ msgstr "Højre"
#~ msgid "Upside-down"
#~ msgstr "På hovedet"
#~ msgid "Configure display settings..."
#~ msgstr "Konfigurér skærmindstillinger..."
#: ../extensions/xrandr-indicator/extension.js:78
msgid "Configure display settings..."
msgstr "Konfigurér skærmindstillinger..."
#~ msgid "Notifications"
#~ msgstr "Beskeder"

204
po/de.po
View File

@@ -3,22 +3,24 @@
# This file is distributed under the same license as the gnome-shell-extensions package.
# Mario Blättermann <mario.blaettermann@gmail.com>, 2011-2013.
# Christian Kirbach <Christian.Kirbach@googlemail.com>, 2011, 2012.
# Benjamin Steinwender <b@stbe.at>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-25 15:26+0200\n"
"PO-Revision-Date: 2013-09-25 15:27+0100\n"
"Last-Translator: Christian Kirbach <christian.kirbach@gmail.com>\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-03-11 01:25+0000\n"
"PO-Revision-Date: 2013-03-13 20:30+0100\n"
"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
"Language-Team: Deutsch <gnome-de@gnome.org>\n"
"Language: de_DE\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.5.4\n"
"X-Poedit-Language: German\n"
"X-Poedit-Country: GERMANY\n"
"X-Generator: Gtranslator 2.91.5\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -37,33 +39,6 @@ msgstr "GNOME Shell Classic"
msgid "Window management and application launching"
msgstr "Fensterverwaltung und Anwendungsstart"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Einen modalen Dialog an das übergeordnete Fenster anhängen"
#: ../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 ""
"Dieser Schlüssel überschreibt den Schlüssel in »org.gnome.mutter« wenn die "
"GNOME-Shell ausgeführt wird."
# identisch zum Schüssel in »gnome-shell«
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr ""
"Größenanpassung aktivieren, wenn ein Fenster an die Bildschirmkante "
"verschoben wird"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Arbeitsflächen nur auf dem Primärmonitor"
#: ../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 ""
"Fokuswechsel im Mausmodus verzögern, bis sich der Zeiger nicht mehr bewegt."
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Nur Vorschaubild"
@@ -84,15 +59,44 @@ msgstr "Fenster darstellen als"
msgid "Show only windows in the current workspace"
msgstr "Nur Fenster der aktuellen Arbeitsfläche anzeigen"
#: ../extensions/apps-menu/extension.js:39
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:125
msgid "Suspend"
msgstr "Bereitschaft"
#: ../extensions/alternative-status-menu/extension.js:128
msgid "Hibernate"
msgstr "Ruhezustand"
#: ../extensions/alternative-status-menu/extension.js:131
msgid "Power Off"
msgstr "Ausschalten …"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Bereitschaft einblenden"
#: ../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 "Die Sichtbarkeit des Menüeintrags »Bereitschaft« festlegen"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Ruhezustand einblenden"
#: ../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 "Die Sichtbarkeit des Menüeintrags »Ruhezustand« festlegen"
#: ../extensions/apps-menu/extension.js:37
msgid "Activities Overview"
msgstr "Aktivitäten-Übersicht"
#: ../extensions/apps-menu/extension.js:113
#: ../extensions/apps-menu/extension.js:95
msgid "Favorites"
msgstr "Favoriten"
#: ../extensions/apps-menu/extension.js:282
#: ../extensions/apps-menu/extension.js:184
msgid "Applications"
msgstr "Anwendungen"
@@ -130,16 +134,16 @@ msgstr "Neue Übereinstimmungsregel erstellen"
msgid "Add"
msgstr "Hinzufügen"
#: ../extensions/drive-menu/extension.js:73
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Auswerfen von Laufwerk »%s« schlug fehl:"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Wechseldatenträger"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "Datei öffnen"
@@ -205,8 +209,7 @@ msgstr ""
"Vorschaubild platziert und damit die Voreinstellung der Shell übergangen. "
"Eine Änderungseinstellung tritt erst mit einem Neustart der Shell in Kraft."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:77
msgid "Places"
msgstr "Orte"
@@ -228,11 +231,11 @@ msgstr "Persönlicher Ordner"
msgid "Browse Network"
msgstr "Netzwerk durchsuchen"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Speicher"
@@ -246,55 +249,6 @@ msgstr ""
"Der Name des Themas, welches aus ~/.themes/name/gnome-shell geladen werden "
"soll"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Schließen"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Minimieren rückgängig"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimieren"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Maximieren rückgängig"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximieren"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Alle minimieren"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Alle minimieren rückgängig"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Alle maximieren"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Alle maximieren rückgängig"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Alle schließen"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Arbeitsflächenindikator"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Fensterliste"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Fenstergruppierung"
@@ -302,11 +256,10 @@ msgstr "Fenstergruppierung"
#: ../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\"."
"Possible values are \"never\" and \"always\"."
msgstr ""
"Legt fest, ob Fenster der gleichen Anwendung in der Fensterliste gruppiert "
"werden sollen. Mögliche Werte sind »never« (nie), »auto« (automatisch) und "
"»always« (immer)."
"werden sollen. Mögliche Werte sind »never« (nie) und »always« (immer)."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
@@ -317,13 +270,13 @@ msgid "Never group windows"
msgstr "Fenster niemals gruppieren"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Fenster bei Platzmangel gruppieren"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Fenster immer gruppieren"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Arbeitsflächenindikator"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Namen der Arbeitsflächen:"
@@ -337,44 +290,29 @@ msgstr "Name"
msgid "Workspace %d"
msgstr "Arbeitsfläche %d"
#~ msgid "Suspend"
#~ msgstr "Bereitschaft"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Normal"
#~ msgid "Hibernate"
#~ msgstr "Ruhezustand"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Links"
#~ msgid "Power Off"
#~ msgstr "Ausschalten …"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Rechts"
#~ msgid "Enable suspending"
#~ msgstr "Bereitschaft einblenden"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Kopfüber"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "Die Sichtbarkeit des Menüeintrags »Bereitschaft« festlegen"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Anzeige"
#~ msgid "Enable hibernating"
#~ msgstr "Ruhezustand einblenden"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "Die Sichtbarkeit des Menüeintrags »Ruhezustand« festlegen"
#~ msgid "Normal"
#~ msgstr "Normal"
#~ msgid "Left"
#~ msgstr "Links"
#~ msgid "Right"
#~ msgstr "Rechts"
#~ msgid "Upside-down"
#~ msgstr "Kopfüber"
#~ msgid "Display"
#~ msgstr "Anzeige"
#~ msgid "Display Settings"
#~ msgstr "Bildschirmeinstellungen"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Bildschirmeinstellungen"
#~ msgid "The application icon mode."
#~ msgstr "Der Modus des Anwendungssymbols."

513
po/el.po
View File

@@ -3,101 +3,85 @@
# This file is distributed under the same license as the gnome-shell-extensions package.
# ioza1964 <ioza1964@yahoo.gr>, 2011.
# Ιωάννης Ζαμπούκας <ioza1964@yahoo.gr>, 2011.
# Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>, 2013.
# Vangelis Skarmoutsos <skarmoutsosv@gmail.com>, 2013.
# Efstathios Iosifidis <iosifidis@opensuse.org>, 2013.
#
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: 2013-10-25 00:37+0000\n"
"PO-Revision-Date: 2013-11-05 15:18+0300\n"
"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
"Language-Team: team@gnome.gr\n"
"POT-Creation-Date: 2012-10-08 17:42+0000\n"
"PO-Revision-Date: 2012-10-11 17:16+0200\n"
"Last-Translator: Tom Tryfonidis <tomtryf@gmail.com>\n"
"Language-Team: Greek <team@gnome.gr>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Virtaal 0.7.1\n"
"X-Project-Style: gnome\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 Classic"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1
msgid "The application icon mode."
msgstr "Η λειτουργία εικονιδίου της εφαρμογής"
#: ../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
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
"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'."
msgstr ""
"Αυτό το κλειδί επικαλύπτει το κλειδί στο org.gnome.mutter όταν τρέχει το "
"GNOME Shell."
"Διαμορφώνει πως τα παράθυρα θα εμφανίζονται στν εναλλαγή των παραθύρων. "
"Έγκυρες ρυθμίσεις είναι 'thumbnail-only' (εμφανίζει μια μικρογραφία του "
"παραθύρου), 'app-icon-only' (εμφανίζει μόνο το εικονίδιο της εφαρμογής) ή "
"'both'."
#: ../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
#: ../extensions/alternate-tab/prefs.js:26
msgid "Thumbnail only"
msgstr "Μόνο μικρογραφία"
msgstr "Μόνο μικρογραφίες"
#: ../extensions/alternate-tab/prefs.js:21
#: ../extensions/alternate-tab/prefs.js:27
msgid "Application icon only"
msgstr "Μόνο εικονίδιο εφαρμογής"
msgstr "Μόνο εικονίδια εφαρμογών"
#: ../extensions/alternate-tab/prefs.js:22
#: ../extensions/alternate-tab/prefs.js:28
msgid "Thumbnail and application icon"
msgstr "Μικρογραφία και εικονίδιο εφαρμογής"
msgstr "Εικονίδια μικρογραφιών και εφαρμογών"
#: ../extensions/alternate-tab/prefs.js:37
#: ../extensions/alternate-tab/prefs.js:43
msgid "Present windows as"
msgstr "Παρουσίαση παραθύρων ως"
#: ../extensions/alternate-tab/prefs.js:62
#: ../extensions/alternate-tab/prefs.js:68
msgid "Show only windows in the current workspace"
msgstr "Εμφάνιση μόνο των παραθύρων του τρέχοντος χώρου εργασίας"
msgstr "Προβολή των παραθύρων μόνο στον τρέχων χώρο εργασίας"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Επισκόπηση δραστηριοτήτων"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:86
msgid "Suspend"
msgstr "Αναστολή"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Αγαπημένα"
#: ../extensions/alternative-status-menu/extension.js:91
msgid "Hibernate"
msgstr "Αδρανοποίηση"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Εφαρμογές"
#: ../extensions/alternative-status-menu/extension.js:96
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/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
@@ -109,8 +93,8 @@ msgid ""
"followed by a colon and the workspace number"
msgstr ""
"Μια λίστα συμβολοσειρών, που η καθεμία περιέχει ένα αναγνωριστικό εφαρμογής "
"(όνομα αρχείου επιφάνειας εργασίας), ακολουθούμενη από άνω-κάτω τελεία και "
"τον αριθμό του χώρου εργασίας"
"(όνομα αρχείου επιφάνειας εργασίας), ακολουθούμενη από άνω και κάτω τελεία "
"και τον αριθμό του χώρου εργασίας"
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
@@ -127,22 +111,99 @@ msgstr "Προσθήκη κανόνα"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "Δημιουργία νέου κανόνα αντιστοίχισης"
msgstr "Δημιουργία νέου κανόνα που ταιριάζει"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "Προσθήκη"
#: ../extensions/drive-menu/extension.js:73
#, javascript-format
#: ../extensions/dock/extension.js:600
msgid "Drag here to add favorites"
msgstr "Σύρετε εδώ για να προσθέσετε αγαπημένα"
#: ../extensions/dock/extension.js:926
msgid "New Window"
msgstr "Νέο παράθυρο"
#: ../extensions/dock/extension.js:928
msgid "Quit Application"
msgstr "Εγκατάλειψη εφαρμογής"
#: ../extensions/dock/extension.js:933
msgid "Remove from Favorites"
msgstr "Απομάκρυνση από τα αγαπημένα"
#: ../extensions/dock/extension.js:934
msgid "Add to Favorites"
msgstr "Προσθήκη στα αγαπημένα"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:1
msgid "Position of the dock"
msgstr "Θέση υποδοχέα"
#: ../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 ""
"Ρυθμίζει τη θέση του υποδοχέα στην οθόνη. Επιτρεπόμενες τιμές είναι right "
"(«δεξιά») ή right («αριστερά»)"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:3
msgid "Icon size"
msgstr "Μέγεθος εικονιδίου"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:4
msgid "Sets icon size of the dock."
msgstr "Ρυθμίζει το μέγεθος εικόνας του υποδοχέα."
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:5
msgid "Enable/disable autohide"
msgstr "Ενεργοποίηση/απενεργοποίηση αυτόματης απόκρυψης"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:6
msgid "Autohide effect"
msgstr "Εφέ αυτόματης απόκρυψης"
#: ../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 ""
"Ρυθμίζει το εφέ κρυψίματος του υποδοχέα. Επιτρεπόμενες τιμές είναι 'resize', "
"'rescale' και 'move'"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:8
msgid "Autohide duration"
msgstr "Διάρκεια αυτόματης απόκρυψης"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:9
msgid "Sets the time duration of the autohide effect."
msgstr "Ρυθμίζει την χρονική διάρκεια του εφέ αυτόματης απόκρυψης."
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:10
msgid "Monitor"
msgstr "Οθόνη"
#: ../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 ""
"Ορίζει την οθόνη για την εμφάνιση του ταμπλό. Η προεπιλεγμένη τιμή (-1) "
"είναι η κύρια οθόνη."
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Απέτυχε η εξαγωγή του δίσκου '%s':"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Αφαιρούμενες συσκευές"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
#| msgid "Open file manager"
msgid "Open File"
msgstr "Άνοιγμα αρχείου"
@@ -152,24 +213,26 @@ msgstr "Γεια σου, κόσμε!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "Εναλλακτικό κείμενο χαιρετισμού."
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 ""
"Το παράδειγμα στοχεύει να δείξει πώς δημιουργούμε επεκτάσεις που "
"συμπεριφέρονται σωστά για το Shell και ως τέτοιο έχει μικρή λειτουργικότητα "
"Το παράδειγμα στοχεύει να δείξει πώς να δημιουργήσουμε επεκτάσεις για το "
"κέλυφος που συμπεριφέρονται σωστά και ως αυτού έχει μικρή λειτουργικότητα "
"από μόνο του.\n"
"Παρ' όλα αυτά είναι δυνατό να προσαρμόσετε το μήνυμα χαιρετισμού."
@@ -177,6 +240,26 @@ msgstr ""
msgid "Message:"
msgstr "Μήνυμα:"
#: ../extensions/gajim/extension.js:226
#, c-format
msgid "%s is away."
msgstr "%s είναι εκτός."
#: ../extensions/gajim/extension.js:229
#, c-format
msgid "%s is offline."
msgstr "%s είναι εκτός σύνδεσης."
#: ../extensions/gajim/extension.js:232
#, c-format
msgid "%s is online."
msgstr "%s είναι σε σύνδεση."
#: ../extensions/gajim/extension.js:235
#, c-format
msgid "%s is busy."
msgstr "%s είναι απασχολημένος/η."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Χρησιμοποιήστε περισσότερη οθόνη για τα παράθυρα"
@@ -194,7 +277,7 @@ msgstr ""
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "Τοποθέτηση τίτλων παράθυρου στην κορυφή"
msgstr "Τοποθετήστε τίτλους παράθυρου στην κορυφή"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
msgid ""
@@ -202,39 +285,49 @@ msgid ""
"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
#: ../extensions/places-menu/extension.js:46
msgid "Places"
msgstr "Τοποθεσίες"
#: ../extensions/places-menu/placeDisplay.js:58
#, javascript-format
#: ../extensions/places-menu/extension.js:47
msgid "Devices"
msgstr "Συσκευές"
#: ../extensions/places-menu/extension.js:48
msgid "Bookmarks"
msgstr "Σελιδοδείκτες"
#: ../extensions/places-menu/extension.js:49
msgid "Network"
msgstr "Δίκτυο"
#: ../extensions/places-menu/placeDisplay.js:48
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Αποτυχία εκκίνησης \"%s\""
#: ../extensions/places-menu/placeDisplay.js:100
#: ../extensions/places-menu/placeDisplay.js:123
msgid "Computer"
msgstr "Υπολογιστής"
#: ../extensions/places-menu/placeDisplay.js:201
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Home"
msgstr "Προσωπικός φάκελος"
#: ../extensions/places-menu/placeDisplay.js:288
msgid "Browse Network"
#: ../extensions/places-menu/placeDisplay.js:184
msgid "File System"
msgstr "Σύστημα αρχείων"
#: ../extensions/places-menu/placeDisplay.js:188
msgid "Browse network"
msgstr "Περιήγηση δικτύου"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Μνήμη"
@@ -245,86 +338,13 @@ 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"
"Το όνομα του θέματος, για να φορτωθεί από το αρχείο ~ / .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
msgid "When to group windows"
msgstr "Πότε θα ομαδοποιούνται τα παράθυρα"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"."
msgstr ""
"Αποφασίζει πότε θα ομαδοποιούνται παράθυρα από την ίδια εφαρμογή στη λίστα "
"παραθύρου. Δυνατές τιμές είναι \"never\" (ποτέ), \"auto\" (αυτόματα) και "
"\"always\" (πάντα)."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Ομαδοποίηση παραθύρου"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Να μη γίνεται ποτέ ομαδοποίηση παραθύρων"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Ομαδοποίηση παραθύρων όταν ο χώρος είναι περιορισμένος"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Να γίνεται πάντα ομαδοποίηση παραθύρων"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Ονόματα χώρων εργασίας:"
@@ -334,142 +354,33 @@ msgid "Name"
msgstr "Όνομα"
#: ../extensions/workspace-indicator/prefs.js:186
#, javascript-format
#, c-format
msgid "Workspace %d"
msgstr "Χώρος εργασίας %d"
#~ msgid "Suspend"
#~ msgstr "Αναστολή"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Κανονικό"
#~ msgid "Hibernate"
#~ msgstr "Αδρανοποίηση"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Αριστερά"
#~ msgid "Power Off"
#~ msgstr "Τερματισμός"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Δεξιά"
#~ msgid "Enable suspending"
#~ msgstr "Ενεργοποίηση αναστολής"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Αναποδογυρισμένο"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "Ελέγχει την ορατότητα του αντικειμένου Αναστολη"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Οθόνη"
#~ msgid "Enable hibernating"
#~ msgstr "Ενεργοποίηση αδρανοποίησης"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "Ελέγχει την ορατότητα του αντικειμένου Αδρανοποίηση"
#~ msgid "Normal"
#~ msgstr "Κανονικό"
#~ msgid "Left"
#~ msgstr "Αριστερά"
#~ msgid "Right"
#~ msgstr "Δεξιά"
#~ msgid "Upside-down"
#~ msgstr "Αναποδογυρισμένο"
#~ msgid "Display"
#~ msgstr "Οθόνη"
#~ msgid "Display Settings"
#~ msgstr "Ρυθμίσεις οθόνης"
#~ msgid "The application icon mode."
#~ msgstr "Η λειτουργία εικονιδίου της εφαρμογής"
#~ msgid ""
#~ "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'."
#~ msgstr ""
#~ "Διαμορφώνει πως τα παράθυρα θα εμφανίζονται στν εναλλαγή των παραθύρων. "
#~ "Έγκυρες ρυθμίσεις είναι 'thumbnail-only' (εμφανίζει μια μικρογραφία του "
#~ "παραθύρου), 'app-icon-only' (εμφανίζει μόνο το εικονίδιο της εφαρμογής) ή "
#~ "'both'."
#~ msgid "Drag here to add favorites"
#~ msgstr "Σύρετε εδώ για να προσθέσετε αγαπημένα"
#~ msgid "New Window"
#~ msgstr "Νέο παράθυρο"
#~ msgid "Quit Application"
#~ msgstr "Εγκατάλειψη εφαρμογής"
#~ msgid "Remove from Favorites"
#~ msgstr "Απομάκρυνση από τα αγαπημένα"
#~ msgid "Position of the dock"
#~ msgstr "Θέση υποδοχέα"
#~ msgid ""
#~ "Sets the position of the dock in the screen. Allowed values are 'right' "
#~ "or 'left'"
#~ msgstr ""
#~ "Ρυθμίζει τη θέση του υποδοχέα στην οθόνη. Επιτρεπόμενες τιμές είναι right "
#~ "(«δεξιά») ή right («αριστερά»)"
#~ msgid "Icon size"
#~ msgstr "Μέγεθος εικονιδίου"
#~ msgid "Sets icon size of the dock."
#~ msgstr "Ρυθμίζει το μέγεθος εικόνας του υποδοχέα."
#~ msgid "Enable/disable autohide"
#~ msgstr "Ενεργοποίηση/απενεργοποίηση αυτόματης απόκρυψης"
#~ msgid "Autohide effect"
#~ msgstr "Εφέ αυτόματης απόκρυψης"
#~ msgid ""
#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' "
#~ "and 'move'"
#~ msgstr ""
#~ "Ρυθμίζει το εφέ κρυψίματος του υποδοχέα. Επιτρεπόμενες τιμές είναι "
#~ "'resize', 'rescale' και 'move'"
#~ msgid "Autohide duration"
#~ msgstr "Διάρκεια αυτόματης απόκρυψης"
#~ msgid "Sets the time duration of the autohide effect."
#~ msgstr "Ρυθμίζει την χρονική διάρκεια του εφέ αυτόματης απόκρυψης."
#~ msgid "Monitor"
#~ msgstr "Οθόνη"
#~ msgid ""
#~ "Sets monitor to display dock in. The default value (-1) is the primary "
#~ "monitor."
#~ msgstr ""
#~ "Ορίζει την οθόνη για την εμφάνιση του ταμπλό. Η προεπιλεγμένη τιμή (-1) "
#~ "είναι η κύρια οθόνη."
#~ msgid "%s is away."
#~ msgstr "%s είναι εκτός."
#~ msgid "%s is offline."
#~ msgstr "%s είναι εκτός σύνδεσης."
#~ msgid "%s is online."
#~ msgstr "%s είναι σε σύνδεση."
#~ msgid "%s is busy."
#~ msgstr "%s είναι απασχολημένος/η."
#~ msgid "Devices"
#~ msgstr "Συσκευές"
#~ msgid "Bookmarks"
#~ msgstr "Σελιδοδείκτες"
#~ msgid "Network"
#~ msgstr "Δίκτυο"
#~ msgid "File System"
#~ msgstr "Σύστημα αρχείων"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Ρυθμίσεις οθόνης"
#~ msgid "The alt tab behaviour."
#~ msgstr "Η συμπεριφορά alt tab."

433
po/eo.po
View File

@@ -2,325 +2,244 @@
# Copyright (C) 2011 Free Software Foundation, Inc.
# This file is distributed under the same license as the gnome-shell-extensions package.
# Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>, 2011.
# Ryan Lortie <desrt@desrt.ca>, 2013.
#
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: 2013-10-05 02:00-0400\n"
"PO-Revision-Date: 2013-10-05 01:58-0400\n"
"Last-Translator: Ryan Lortie <desrt@desrt.ca>\n"
"POT-Creation-Date: 2011-12-28 20:45+0000\n"
"PO-Revision-Date: 2011-12-29 13:44+0100\n"
"Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n"
"Language-Team: Esperanto <gnome-l10n-eo@lists.launchpad.net>\n"
"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bits\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-klasika"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:68
msgid "Suspend"
msgstr "Dormeti"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Ĉi seanco ensalutas vin GNOME-klasiken"
#: ../extensions/alternative-status-menu/extension.js:73
msgid "Hibernate"
msgstr "Pasivumigi"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME-ŝelo-klasika"
#: ../extensions/alternative-status-menu/extension.js:78
msgid "Power Off..."
msgstr "Elŝalti..."
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Fenestra administrado kaj aplikaĵa lanĉo"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Kunligi modalan dialogon al la patra fenestro"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
#: ../extensions/alternate-tab/extension.js:54
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
"This is the first time you use the Alternate Tab extension. \n"
"Please choose your preferred behaviour:\n"
"\n"
"All & Thumbnails:\n"
" This mode presents all applications from all workspaces in one "
"selection \n"
" list. Instead of using the application icon of every window, it uses "
"small \n"
" thumbnails resembling the window itself. \n"
"\n"
"Workspace & Icons:\n"
" This mode let's you switch between the applications of your current \n"
" workspace and gives you additionally the option to switch to the last "
"used \n"
" application of your previous workspace. This is always the last symbol "
"in \n"
" the list and is segregated by a separator/vertical line if available. \n"
" Every window is represented by its application icon. \n"
"\n"
"If you whish to revert to the default behavior for the Alt-Tab switcher, "
"just\n"
"disable the extension from extensions.gnome.org or the Advanced Settings "
"application."
msgstr ""
"Ĉi ŝlosilo atutas la ŝlosilon en org.gnome.mutter kiam rulanta GNOME-ŝelon."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
#: ../extensions/alternate-tab/extension.js:295
msgid "Alt Tab Behaviour"
msgstr ""
"Aktivigi kahelan aranĝon kiam demetante fenestrojn sur ekranaj borderoj"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Laborspacoj nur sur la ĉefa ekrano"
#: ../extensions/alternate-tab/extension.js:311
msgid "All & Thumbnails"
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 "En musa reĝimo, prokrasti ŝanĝi fokuson ĝis la musmontrilo haltas"
#: ../extensions/alternate-tab/extension.js:318
msgid "Workspace & Icons"
msgstr ""
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Miniaturo nur"
#: ../extensions/alternate-tab/extension.js:325
msgid "Cancel"
msgstr "Nuligi"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Aplikaĵa piktogramo nur"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1
msgid "Ask the user for a default behaviour if true."
msgstr ""
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Miniaturo kaj aplikaĵo piktogramo"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2
msgid "Indicates if Alternate Tab is newly installed"
msgstr ""
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "Prezenti fenestron kiel"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:3
msgid ""
"Sets the Alt-Tab behaviour. Possible values are: native, all_thumbnails and "
"workspace_icons."
msgstr ""
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "Montri nur fenestrojn en la aktuala laborspaco"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Aktivecoj-Superrigardon"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Plej ŝatataj"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Aplikaĵoj"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:4
msgid "The alt tab behaviour."
msgstr ""
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Aplikaĵa kaj laborspaca listo"
#: ../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 ""
"Listo de ĉenoj, ĉiu enhavas aplikaĵan identigilon ('desktop' dosiernomo), "
"sevkita per dupunkto kaj la laborspaca numero"
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
msgstr "Aplikaĵo"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid "Application and workspace list"
msgstr ""
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "Laborspaco"
#: ../extensions/dock/extension.js:561
msgid "Drag here to add favorites"
msgstr ""
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "Aldoni regulon"
#: ../extensions/dock/extension.js:896
msgid "New Window"
msgstr "Nova fenestro"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "Krei novan kongruantan regulon"
#: ../extensions/dock/extension.js:898
msgid "Quit Application"
msgstr "Ĉesi aplikaĵon"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "Aldoni"
#: ../extensions/dock/extension.js:903
msgid "Remove from Favorites"
msgstr "Forigi de la preferataj aplikaĵoj"
#: ../extensions/drive-menu/extension.js:73
#, javascript-format
msgid "Ejecting drive '%s' failed:"
msgstr "Elĵeto de volumo '%s' malsukcesis:"
#: ../extensions/dock/extension.js:904
msgid "Add to Favorites"
msgstr "Aldoni al la preferataj aplikaĵoj"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "Demeteblaj aparatoj"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:1
msgid "Autohide duration"
msgstr ""
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "Malfermi dosieron"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:2
msgid "Autohide effect"
msgstr ""
#: ../extensions/example/extension.js:17
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:3
msgid "Enable/disable autohide"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:4
msgid "Icon size"
msgstr "Piktogramgrando"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:5
msgid "Position of the dock"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:6
msgid "Sets icon size of the dock."
msgstr ""
#: ../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 ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:8
msgid ""
"Sets the position of the dock in the screen. Allowed values are 'right' or "
"'left'"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:9
msgid "Sets the time duration of the autohide effect."
msgstr ""
#: ../extensions/drive-menu/extension.js:69
msgid "Open file manager"
msgstr "Malfermi dosieradministrilo"
#: ../extensions/example/extension.js:11
msgid "Hello, world!"
msgstr "Saluton, mondo!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "Alterna saluta teksto."
#: ../extensions/gajim/extension.js:227
#, c-format
msgid "%s is away."
msgstr "%s estas fora."
#: ../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 ""
"Se ne malplena, enhavas la tekston kiu estos montrita kiam alklakante sur la "
"panelo."
#: ../extensions/gajim/extension.js:230
#, c-format
msgid "%s is offline."
msgstr "%s estas nekonektita."
#: ../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 ""
"Ekzemplo klopodas montri kial krei bone-kondutantan etendojn por la ŝelo kaj "
"sekve ne havas multan funkcion.\n"
"Tamen, eblas agordi la salutan mesagon."
#: ../extensions/gajim/extension.js:233
#, c-format
msgid "%s is online."
msgstr "%s estas konektita."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Messaĝo:"
#: ../extensions/gajim/extension.js:236
#, c-format
msgid "%s is busy."
msgstr "%s estas okupata."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Uzi pli da ekrano por fenetroj"
#: ../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 ""
"Klopodi uzi pli da ekrano por fenestraj miniaturoj per adapti al la ekrana "
"aspekta rilatumo, kaj kunfandi ilin plu por redukti la limigan keston. Ĉi "
"agordo uzitas nur kun la natura lokada strategio."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "Meti fenestrajn apudskribojn supre"
#: ../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 ""
"Se agordita, meti fenestrajn apudskribojn super la miniaturo (la defaŭlto "
"estas meti ĝin malsupre). Si vi ŝanĝas ĉi agordon tiam vi devas restartigi "
"la ŝelon."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "Lokoj"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
msgid "Place window captions on top"
msgstr ""
#: ../extensions/places-menu/placeDisplay.js:58
#, javascript-format
msgid "Failed to launch \"%s\""
msgstr "Malsukceis lanĉi \"%s\""
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
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/places-menu/placeDisplay.js:100
#: ../extensions/places-menu/placeDisplay.js:123
msgid "Computer"
msgstr "Komputilo"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
msgid "Use more screen for windows"
msgstr ""
#: ../extensions/places-menu/placeDisplay.js:201
msgid "Home"
msgstr "Domo"
#: ../extensions/places-menu/placeDisplay.js:288
msgid "Browse Network"
msgstr "Foliumi reton"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "Ĉefprocesoro"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Memoro"
#: ../extensions/places-menu/extension.js:36
msgid "Removable Devices"
msgstr "Demeteblaj aparatoj"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr ""
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "Theme name"
msgstr "Etosnomo"
#: ../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 "La nomo de la etoso, malfermigi de ~/.themes/name/gnome-shell"
#: ../extensions/xrandr-indicator/extension.js:26
msgid "Normal"
msgstr "Normale"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Malfermi"
#: ../extensions/xrandr-indicator/extension.js:27
msgid "Left"
msgstr "Maldekstre"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Neplejetigi"
#: ../extensions/xrandr-indicator/extension.js:28
msgid "Right"
msgstr "Dekstre"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Plejetigi"
#: ../extensions/xrandr-indicator/extension.js:29
msgid "Upside-down"
msgstr "Renversite"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Nemaksimumigi"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maksimumigi"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Plejetigi ĉiujn"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Neplejetigi ĉiujn"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maksimumigi ĉiujn"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Nemaksimumigi ĉiujn"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Fermi ĉiujn"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Laborspaco Indikilo"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Fenestra listo"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Kiam grupigi fenestrojn"
#: ../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 ""
"Decidas kiam grupi fenestrojn de la sama aplikaĵo en la fenestra listo. "
"Validaj valoroj estas \"never\" (neniam), \"auto\" (aŭtomate) kaj \"always"
"\" (ĉiam)."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Fenestra grupigo"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Neniam grupigi fenestrojn"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Grupigi fenestrojn kiam spaco limitas"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Ĉiam grupigi fenestrojn"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Laborspacaj nomoj:"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "Nomo"
#: ../extensions/workspace-indicator/prefs.js:186
#, javascript-format
msgid "Workspace %d"
msgstr "Laborspaco %d"
#: ../extensions/xrandr-indicator/extension.js:78
#, fuzzy
msgid "Configure display settings..."
msgstr "Agordi ekranagordojn..."

180
po/es.po
View File

@@ -11,8 +11,8 @@ msgstr ""
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: 2013-09-23 10:19+0000\n"
"shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-04-16 19:31+0000\n"
"PO-Revision-Date: 2013-04-18 13:07+0200\n"
"Last-Translator: Daniel Mustieles <daniel.mustieles@gmail.com>\n"
"Language-Team: Español <gnome-es-list@gnome.org>\n"
@@ -39,31 +39,6 @@ msgstr "GNOME Shell clásico"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Gestión de ventanas e inicio de aplicaciones"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Acoplar un diálogo modal a la ventana padre"
#: ../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 ""
"Esta clave sobreescribe la clave en org.gnome.mutter al ejecutar GNOME Shell."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr ""
"Activar el mosaico en los bordes al arrastrar ventanas a los bordes de la "
"ventana"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Áreas de trabajo solo en la pantalla principal"
#: ../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 ""
"Retrasar el cambio del foco del ratón hasta que el puntero deje de moverse"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
@@ -84,6 +59,35 @@ msgstr "Presentar ventanas como"
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "Mostrar ventanas solamente en el área de trabajo actual"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:125
msgid "Suspend"
msgstr "Suspender"
#: ../extensions/alternative-status-menu/extension.js:128
msgid "Hibernate"
msgstr "Hibernar"
#: ../extensions/alternative-status-menu/extension.js:131
msgid "Power Off"
msgstr "Apagar"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Activar la suspensión"
#: ../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 "Controla la visibilidad del elemento de menú «Suspender»"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Activar la hibernación"
#: ../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 "Controla la visibilidad del elemento de menú «Hibernar»"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
@@ -92,7 +96,7 @@ msgstr "Vista de actividades"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Favoritos"
#: ../extensions/apps-menu/extension.js:278
msgid "Applications"
msgstr "Aplicaciones"
@@ -129,16 +133,16 @@ msgstr "Crear regla de coincidencia nueva"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "Añadir"
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Falló al expulsar el dispositivo «%s»"
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Dispositivos extraíbles"
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "Abrir archivo"
@@ -204,8 +208,7 @@ msgstr ""
"correspondientes, cambiando el comportamiento predeterminado de shell, que "
"los sitúa por debajo. Cambiar esta configuración requiere reiniciar la shell "
"para que tenga efecto."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:77
msgid "Places"
msgstr "Lugares"
@@ -227,11 +230,11 @@ msgstr "Carpeta personal"
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
msgstr "Examinar la red"
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Memoria"
@@ -243,60 +246,14 @@ msgstr "Nombre del tema"
#: ../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 "El nombre del tema, que se carga desde ~/.themes/nombre/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Cerrar"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Desminimizar"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimizar"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Desmaximizar"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximizar"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimizar todo"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Desminimizar todo"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maximizar todo"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Desmaximizar todo"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Cerrar todo"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicador de área de trabajo"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Lista de ventanas"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Cuándo agrupar las ventanas"
#: ../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\" and \"always\"."
msgid ""
"Decides when to group windows from the same application on the window list. "
@@ -320,6 +277,10 @@ msgstr "Agrupar las ventanas cuando el espacio esté limitado"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Siempre agrupar las ventanas"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicador de área de trabajo"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
@@ -333,44 +294,29 @@ msgstr "Nombre"
#, c-format
msgid "Workspace %d"
msgstr "Área de trabajo %d"
#~ msgid "Suspend"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Normal"
#~ msgid "Hibernate"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Izquierda"
#~ msgid "Power Off"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Derecha"
#~ msgid "Enable suspending"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Hacia abajo"
#~ msgid "Control the visibility of the Suspend menu item"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Pantalla"
#~ msgid "Enable hibernating"
#~ msgstr "Activar la hibernación"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "Controla la visibilidad del elemento de menú «Hibernar»"
#~ msgid "Normal"
#~ msgstr "Normal"
#~ msgid "Left"
#~ msgstr "Izquierda"
#~ msgid "Right"
#~ msgstr "Derecha"
#~ msgid "Upside-down"
#~ msgstr "Hacia abajo"
#~ msgid "Display"
#~ msgstr "Pantalla"
#~ msgid "Display Settings"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Configuración de pantalla"
#~ msgid "File System"

254
po/et.po
View File

@@ -1,254 +0,0 @@
# Estonian translation for gnome-shell-extensions.
# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
# Mattias Põldaru <mahfiaz@gmail.com>, 2013.
#
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: 2013-09-25 13:27+0000\n"
"PO-Revision-Date: 2013-09-25 20:02+0300\n"
"Last-Translator: Mattias Põldaru <mahfiaz@gmail.com>\n"
"Language-Team: Estonian <gnome-et-list@gnome.org>\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.5.4\n"
msgid "GNOME Classic"
msgstr "Klassikaline GNOME"
msgid "This session logs you into GNOME Classic"
msgstr "See on klassikalise GNOME seanss"
msgid "GNOME Shell Classic"
msgstr "GNOME klassikaline kest"
msgid "Window management and application launching"
msgstr "Akende haldus ja rakenduste käivitamine"
msgid "Attach modal dialog to the parent window"
msgstr "Modaalsed dialoogid on vanemakna küljes"
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr ""
"See võti on tähtsam võtmest org.gnome.mutter GNOME Shelli käivitamisel."
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Akna automaatpaigutus on lubatud, kui aken lohistatakse ekraani serva"
msgid "Workspaces only on primary monitor"
msgstr "Tööalad on ainult peamisel ekraanil"
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "Hiire all asuv aken saab fookuse alles hiire peatumisel"
msgid "Thumbnail only"
msgstr "Ainult pisipilt"
msgid "Application icon only"
msgstr "Ainult rakenduse ikoon"
msgid "Thumbnail and application icon"
msgstr "Pisipilt ja rakenduse ikoon"
msgid "Present windows as"
msgstr "Aknaid esitletakse kui"
msgid "Show only windows in the current workspace"
msgstr "Näidatakse ainult käesoleva tööala aknaid"
msgid "Activities Overview"
msgstr "Tegevuste ülevaade"
msgid "Favorites"
msgstr "Lemmikud"
msgid "Applications"
msgstr "Rakendused"
msgid "Application and workspace list"
msgstr "Rakenduste ja tööalade loend"
msgid ""
"A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number"
msgstr ""
"Rakenduste loend, sõnedest, mis sisaldavad rakenduse id-d (desktop faili "
"nimi), koolonit ja tööala numbrit."
msgid "Application"
msgstr "Rakendus"
msgid "Workspace"
msgstr "Tööala"
msgid "Add rule"
msgstr "Lisa reegel"
msgid "Create new matching rule"
msgstr "Uue reegli loomine"
msgid "Add"
msgstr "Lisa"
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Seadme '%s' väljastamine nurjus:"
msgid "Removable devices"
msgstr "Eemaldatavad seadmed"
msgid "Open File"
msgstr "Faili avamine"
msgid "Hello, world!"
msgstr "Tere, maailm!"
msgid "Alternative greeting text."
msgstr "Alternatiivne tervitustekst."
msgid ""
"If not empty, it contains the text that will be shown when clicking on the "
"panel."
msgstr "Kui see pole tühi, näidatakse seda teksti paneelile klõpsates."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
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äide hästi käituva Shelli laienduse koostamise kohta, see ise väga kasulik "
"ei ole.\n"
"See võimaldab muuta kõigest tervitusteksti."
msgid "Message:"
msgstr "Sõnum:"
msgid "Use more screen for windows"
msgstr "Rohkem pinda akende jaoks"
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 ""
"Et kasutada rohkem pinda akende jaoks, kohandutakse ekraani külgede suhtega "
"ja paigutatakse aknad üksteisele lähemale. See säte kehtib ainult koos "
"akende loomuliku paigutusega."
msgid "Place window captions on top"
msgstr "Akende pealkirjad on üleval"
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 ""
"Kui märgitud, asuvad akende pealkirjad vastava pisipildi kohal, muutes "
"Shelli vaikimisi viisi, alla asetamist. Selle sätte muutmine mõjub alles "
"pärast Shelli taaskäivitust."
msgid "Places"
msgstr "Asukohad"
#, c-format
msgid "Failed to launch \"%s\""
msgstr "\"%s\" käivitamine nurjus"
msgid "Computer"
msgstr "Arvuti"
msgid "Home"
msgstr "Kodu"
msgid "Browse Network"
msgstr "Võrgu sirvimine"
msgid "CPU"
msgstr "Protsessor"
msgid "Memory"
msgstr "Mälu"
msgid "Theme name"
msgstr "Kujunduse nimi"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Kujunduse nimi, mis laaditakse asukohast ~/.themes/name/gnome-shell"
msgid "Close"
msgstr "Sulge"
msgid "Unminimize"
msgstr "Taasta"
msgid "Minimize"
msgstr "Minimeeri"
msgid "Unmaximize"
msgstr "Taasta suurus"
msgid "Maximize"
msgstr "Maksimeeri"
msgid "Minimize all"
msgstr "Minimeeri kõik"
msgid "Unminimize all"
msgstr "Taasta kõik"
msgid "Maximize all"
msgstr "Maksimeeri kõik"
msgid "Unmaximize all"
msgstr "Taasta kõigi suurus"
msgid "Close all"
msgstr "Sulge kõik"
msgid "Workspace Indicator"
msgstr "Tööala näitaja"
msgid "Window List"
msgstr "Akende loend"
msgid "When to group windows"
msgstr "Millal aknaid grupeeritakse"
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"."
msgstr ""
"Määrab, millal akende loendis sama rakenduse aknaid grupeeritakse. "
"Võimalikud väärtused on \"never\" (mitte kunagi), \"auto\" (automaatselt) ja "
"\"always\" (alati)."
msgid "Window Grouping"
msgstr "Akende grupeerimine"
msgid "Never group windows"
msgstr "Aknaid ei grupeerita kunagi"
msgid "Group windows when space is limited"
msgstr "Aknaid grupeeritakse, kui ruumi on vähe"
msgid "Always group windows"
msgstr "Aknaid grupeeritakse alati"
msgid "Workspace names:"
msgstr "Tööalade nimed:"
msgid "Name"
msgstr "Nimi"
#, c-format
msgid "Workspace %d"
msgstr "Tööala %d"

517
po/eu.po
View File

@@ -1,106 +1,127 @@
# Basque translation for gnome-shell-extensions.
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
#
# Daniel Mustieles <daniel.mustieles@gmail.com>, 2011.
# assar <asiersar@yahoo.com>, 2011.
# Iñaki Larrañaga Murgoitio <dooteo@zundan.com>, 2011, 2013.
# Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>, 2011.
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: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-25 11:17+0200\n"
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>\n"
"Language-Team: Basque <librezale@librezale.org>\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-10-10 21:36+0200\n"
"PO-Revision-Date: 2011-10-10 21:36+0200\n"
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.4\n"
"X-Generator: Lokalize 1.0\n"
"X-Project-Style: gnome\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "GNOME Klasikoa"
#: ../extensions/alternative-status-menu/extension.js:44
msgid "Notifications"
msgstr ""
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Saio honek GNOME Klasikoa hasten du"
#: ../extensions/alternative-status-menu/extension.js:52
#, fuzzy
msgid "Online Accounts"
msgstr "Nire kontua"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME Shell Klasikoa"
#: ../extensions/alternative-status-menu/extension.js:56
msgid "System Settings"
msgstr "Sistemaren konfigurazioa"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Leiho-kudeaketa eta aplikazioak abiaraztea"
#: ../extensions/alternative-status-menu/extension.js:63
msgid "Lock Screen"
msgstr "Blokeatu pantaila"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Erantsi elkarrizketa-koadro modala leiho gurasoari"
#: ../extensions/alternative-status-menu/extension.js:68
msgid "Switch User"
msgstr "Aldatu erabiltzailea"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
#: ../extensions/alternative-status-menu/extension.js:73
msgid "Log Out..."
msgstr "Itxi saioa..."
#: ../extensions/alternative-status-menu/extension.js:81
msgid "Suspend"
msgstr "Eseki"
#: ../extensions/alternative-status-menu/extension.js:87
msgid "Hibernate"
msgstr "Hibernatu"
#: ../extensions/alternative-status-menu/extension.js:93
msgid "Power Off..."
msgstr "Itzali..."
#: ../extensions/alternate-tab/extension.js:44
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
"This is the first time you use the Alternate Tab extension. \n"
"Please choose your preferred behaviour:\n"
"\n"
"All & Thumbnails:\n"
" This mode presents all applications from all workspaces in one "
"selection \n"
" list. Instead of using the application icon of every window, it uses "
"small \n"
" thumbnails resembling the window itself. \n"
"\n"
"Workspace & Icons:\n"
" This mode let's you switch between the applications of your current \n"
" workspace and gives you additionally the option to switch to the last "
"used \n"
" application of your previous workspace. This is always the last symbol "
"in \n"
" the list and is segregated by a separator/vertical line if available. \n"
" Every window is represented by its application icon. \n"
"\n"
"Native:\n"
" This mode is the native GNOME 3 behaviour or in other words: Clicking \n"
" native switches the Alternate Tab extension off. \n"
msgstr ""
"Gako honek org.gnome.mutter-eko gakoa gainidazten du GNOME Shell exekutatzen "
"ari denean."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
#: ../extensions/alternate-tab/extension.js:269
msgid "Alt Tab Behaviour"
msgstr ""
"Gaitu ertza lauza gisa ezartzea leihoak pantailaren ertzetara jaregitean"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Laneko areak pantaila nagusian soilik"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
#: ../extensions/alternate-tab/extension.js:285
msgid "All & Thumbnails"
msgstr ""
"Fokuaren aldaketaren atzerapena saguaren moduan erakusleak mugitzeari utzi "
"arte"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Koadro txikiak soilik"
#: ../extensions/alternate-tab/extension.js:292
msgid "Workspace & Icons"
msgstr ""
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Aplikazioen ikonoa soilik"
#: ../extensions/alternate-tab/extension.js:299
msgid "Native"
msgstr ""
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Koadro txikien eta aplikazioen ikonoa"
#: ../extensions/alternate-tab/extension.js:306
msgid "Cancel"
msgstr ""
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "Aurkeztu leihoa honela"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1
msgid "Ask the user for a default behaviour if true."
msgstr ""
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "Erakutsi leihoak bakarrik uneko laneko arean"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2
msgid "Indicates if Alternate Tab is newly installed"
msgstr ""
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Jardueren ikuspegi orokorra"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:3
msgid ""
"Sets the Alt-Tab behaviour. Possible values are: native, all_thumbnails and "
"workspace_icons."
msgstr ""
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Gogokoak"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Aplikazioak"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:4
msgid "The alt tab behaviour."
msgstr ""
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Aplikazioen eta laneko areen zerrenda"
#: ../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"
@@ -108,289 +129,153 @@ msgstr ""
"Kateen zerrenda bat, bakoitzak aplikazio-ID bat duena (mahaigainaren "
"fitxategi-izena) eta jarraian bi puntu eta laneko arearen zenbakia dituena"
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
msgstr "Aplikazioa"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid "Application and workspace list"
msgstr "Aplikazioen eta laneko areen zerrenda"
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "Laneko area"
#: ../extensions/dock/extension.js:483
msgid "Drag here to add favorites"
msgstr "Arrastatu hona gogokoei gehitzeko"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "Gehitu araua"
#: ../extensions/dock/extension.js:817
msgid "New Window"
msgstr "Leiho berria"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "Sortu bat datorren arau berria"
#: ../extensions/dock/extension.js:819
msgid "Quit Application"
msgstr "Irten aplikaziotik"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "Gehitu"
#: ../extensions/dock/extension.js:824
msgid "Remove from Favorites"
msgstr "Kendu gogokoetatik"
#: ../extensions/drive-menu/extension.js:73
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Huts egin du '%s' unitatea egoztean: "
#: ../extensions/dock/extension.js:825
msgid "Add to Favorites"
msgstr "Gehitu gogokoei"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "Gailu aldagarriak"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:1
msgid "Autohide duration"
msgstr ""
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "Ireki fitxategia"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:2
msgid "Autohide effect"
msgstr ""
#: ../extensions/example/extension.js:17
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:3
msgid "Enable/disable autohide"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:4
msgid "Icon size"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:5
msgid "Position of the dock"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:6
msgid "Sets icon size of the dock."
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:7
msgid ""
"Sets the effect of the hide dock. Allowed values are 'resize' or 'rescale'"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:8
msgid ""
"Sets the position of the dock in the screen. Allowed values are 'right' or "
"'left'"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:9
msgid "Sets the time duration of the autohide effect."
msgstr ""
#: ../extensions/example/extension.js:11
msgid "Hello, world!"
msgstr "Kaixo mundua!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "Ongi etorriaren bestelako testua."
#: ../extensions/gajim/extension.js:227
#, c-format
msgid "%s is away."
msgstr "%s kanpoan dago."
#: ../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 "Ez badago hutsik, panelean klik egitean erakutsiko den testua dauka."
#: ../extensions/gajim/extension.js:230
#, c-format
msgid "%s is offline."
msgstr "%s linea kanpo dago."
#. 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 ""
"Shell-erako portaera egokia duten hedapenak nola eraikitzen den erakusteko "
"helburua du adibideak, ondorioz bere kasa funtzionalitate baxukoa da.\n"
"Hala ere, ongi etorriko mezua pertsonalizatzeko aukera dago."
#: ../extensions/gajim/extension.js:233
#, c-format
msgid "%s is online."
msgstr "%s linean dago."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Mezua:"
#: ../extensions/gajim/extension.js:236
#, c-format
msgid "%s is busy."
msgstr "%s lanpetuta dago."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Erabili pantaila gehiago leihoentzako"
#: ../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 ""
"Saiatu pantaila gehiago erabiltzen leihoen koadro txikiak kokatzeko "
"pantailaren aspektu-erlaziora egokituz, eta haiek taldekatu muga-koadroa "
"txikiagotzeko. Ezarpen hau kokapen naturalaren estrategiarekin soilik "
"aplikatzen da."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "Jarri leihoaren epigrafea gainean"
#: ../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 (egia) bada, leihoen epigrafeak dagokien koadro txikien gainean jarriko "
"ditu, Shell-aren lehenespena (behean jartzearena) gainidatziz. Ezarpen hau "
"aldatzeko eta aplikatzeko Shell berrabiarazi behar da."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "Lekuak"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
msgid "Place window captions on top"
msgstr ""
#: ../extensions/places-menu/placeDisplay.js:56
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Huts egin du '%s' abiaraztean"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid ""
"The algorithm used to layout thumbnails in the overview. 'grid' to use the "
"default grid based algorithm, 'natural' to use another one that reflects "
"more the position and size of the actual window"
msgstr ""
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Ordenagailua"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
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/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Karpeta nagusia"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:5
msgid "Use more screen for windows"
msgstr ""
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
msgstr "Arakatu sarea"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "PUZ"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Memoria"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:6
msgid "Window placement strategy"
msgstr ""
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "Gaiaren izena"
#: ../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 "Gaiaren izena, ~/.themes/izena/gnome-shell direktoriotik kargatzeko"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Itxi"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "Theme name"
msgstr "Gaiaren izena"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Leheneratu"
#: ../extensions/xrandr-indicator/extension.js:26
msgid "Normal"
msgstr "Normala"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimizatu"
#: ../extensions/xrandr-indicator/extension.js:27
msgid "Left"
msgstr "Ezkerrean"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Desmaximizatu"
#: ../extensions/xrandr-indicator/extension.js:28
msgid "Right"
msgstr "Eskuinean"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximizatu"
#: ../extensions/xrandr-indicator/extension.js:29
msgid "Upside-down"
msgstr "Buruz behera"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimizatu denak"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Leheneratu denak"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maximizatu denak"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Desmaximizatu denak"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Itxi denak"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Lan arearen adierazlea"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Leihoen zerrenda"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Noiz elkartu leihoak"
#: ../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 ""
"Aplikazio bereko leihoak leihoen zerrendan noiz elkartuko diren erabakitzen "
"du. Balio erabilgarriak: 'never' (inoiz ere ez), 'auto' (automatikoa) eta "
"'always' (beti)."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Leihoak elkartzea"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Leihoak inoiz ez elkartu"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Elkartu leihoak lekua mugatuta dagoenean"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Elkartu beti leihoak"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Laneko areen izenak:"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "Izena"
#: ../extensions/workspace-indicator/prefs.js:186
#, c-format
msgid "Workspace %d"
msgstr "%d. laneko area"
#, fuzzy
#~ msgid "Online Accounts"
#~ msgstr "Nire kontua"
#~ msgid "System Settings"
#~ msgstr "Sistemaren konfigurazioa"
#~ msgid "Lock Screen"
#~ msgstr "Blokeatu pantaila"
#~ msgid "Switch User"
#~ msgstr "Aldatu erabiltzailea"
#~ msgid "Log Out..."
#~ msgstr "Itxi saioa..."
#~ msgid "Suspend"
#~ msgstr "Eseki"
#~ msgid "Hibernate"
#~ msgstr "Hibernatu"
#~ msgid "Power Off..."
#~ msgstr "Itzali..."
#~ msgid "Drag here to add favorites"
#~ msgstr "Arrastatu hona gogokoei gehitzeko"
#~ msgid "New Window"
#~ msgstr "Leiho berria"
#~ msgid "Remove from Favorites"
#~ msgstr "Kendu gogokoetatik"
#~ msgid "%s is away."
#~ msgstr "%s kanpoan dago."
#~ msgid "%s is offline."
#~ msgstr "%s linea kanpo dago."
#~ msgid "%s is online."
#~ msgstr "%s linean dago."
#~ msgid "%s is busy."
#~ msgstr "%s lanpetuta dago."
#~ msgid "Normal"
#~ msgstr "Normala"
#~ msgid "Left"
#~ msgstr "Ezkerrean"
#~ msgid "Right"
#~ msgstr "Eskuinean"
#~ msgid "Upside-down"
#~ msgstr "Buruz behera"
#~ msgid "Configure display settings..."
#~ msgstr "Konfiguratu pantailaren ezarpenak..."
#: ../extensions/xrandr-indicator/extension.js:78
msgid "Configure display settings..."
msgstr "Konfiguratu pantailaren ezarpenak..."
#~ msgid "Available"
#~ msgstr "Libre"

412
po/fa.po
View File

@@ -1,96 +1,69 @@
# Persian translation for gnome-shell-extensions.
# Copyright (C) 2011 Iranian Free Software Users Group (IFSUG.org) translation team.
# This file is distributed under the same license as the gnome-shell-extensions package.
# Arash Mousavi <mousavi.arash@gmail.com>, 2011, 2013.
# Arash Mousavi <mousavi.arash@gmail.com>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions gnome-3-0\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-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-10-05 18:31+0330\n"
"POT-Creation-Date: 2012-04-29 21:33+0000\n"
"PO-Revision-Date: 2012-05-14 20:38+0330\n"
"Last-Translator: Arash Mousavi <mousavi.arash@gmail.com>\n"
"Language-Team: Persian\n"
"Language: fa_IR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Persian\n"
"X-Poedit-Country: IRAN, ISLAMIC REPUBLIC OF\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Generator: Poedit 1.5.7\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "گنوم کلاسیک"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1
msgid "The alt tab behaviour."
msgstr "رفتار alt tab."
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "این نشست شما را به گنوم کلاسیک وارد می‌کند"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2
msgid "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and workspace_icons. See the configuration dialogs for details."
msgstr "رفتار Alt-Tab را تنظیم می‌کند. مقادیر ممکن عبارتند از: all_thumbnails و workspace_icons. برای جزئیات، محاوره‌ی پیکربندی را مشاهده کنید."
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "گنوم‌شل کلاسیک"
#: ../extensions/alternate-tab/prefs.js:27
msgid "All & Thumbnails"
msgstr "همه و تصاویر بندانگشتی"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "مدیریت پنجره‌ها و اجرا کننده برنامه‌ها"
#: ../extensions/alternate-tab/prefs.js:28
msgid "This mode presents all applications from all workspaces in one selection list. Instead of using the application icon of every window, it uses small thumbnails resembling the window itself."
msgstr ""
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "اتصال محاوره modal به پنجره والد"
#: ../extensions/alternate-tab/prefs.js:34
msgid "Workspace & Icons"
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 را در هنگام اجرای گنوم‌شل بازنویسی می‌کند."
#: ../extensions/alternate-tab/prefs.js:35
msgid ""
"This mode let's you switch between the applications of your current workspace and gives you additionally the option to switch to the last used application of your previous workspace. This is always the last symbol in the list and is segregated by a separator/vertical line if available. \n"
"Every window is represented by its application icon."
msgstr ""
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "فعال‌سازی چینش در گوشه‌ها هنگامی که پنجره‌ها در گوشه‌های صفحه‌نمایش می‌اندازید"
#: ../extensions/alternate-tab/prefs.js:41
msgid "Move current selection to front before closing the popup"
msgstr "انتقالِ انتخاب فعلی به بالا قبل از بستن پنجره واشو"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid "Workspace Indicator"
msgid "Workspaces only on primary monitor"
msgstr "فضا‌های کاری تنها در نمایشگر اصلی"
#: ../extensions/alternate-tab/prefs.js:58
msgid "The Alternate Tab can be used in different modes, that affect the way windows are chosen and presented."
msgstr "«جای‌گزین Tab» می‌تواند در حالت‌های مختلفی استفاده شود، که در نحوه باز شدن و انتخاب پنجره‌ها تاثیر می‌گذارد."
#: ../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 "به تاخیر انداختن تغییر تمرکز در حالت موشی تا زمانی که نشانگر از حرکت باز ایستد"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:64
msgid "Suspend"
msgstr "تعلیق"
#: ../extensions/alternate-tab/prefs.js:20
#| msgid "All & Thumbnails"
msgid "Thumbnail only"
msgstr "تنها تصویر بندانگشتی"
#: ../extensions/alternative-status-menu/extension.js:69
msgid "Hibernate"
msgstr "خواب‌زمستانی"
#: ../extensions/alternate-tab/prefs.js:21
#| msgid "Application"
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 "Add to Favorites"
msgid "Favorites"
msgstr "علاقه‌مندی‌ها"
#: ../extensions/apps-menu/extension.js:282
#| msgid "Application"
msgid "Applications"
msgstr "برنامه‌ها"
#: ../extensions/alternative-status-menu/extension.js:74
msgid "Power Off..."
msgstr "خاموش کردن..."
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
@@ -101,6 +74,7 @@ msgid "A list of strings, each containing an application id (desktop file name),
msgstr "فهرستی از رشته‌ها، هرکدام حاوی شناسه‌ی یک برنامه (نام پرونده رومیزی)، در ادامه‌ی یک ویرگول و شماره‌ی فضای کاری"
#: ../extensions/auto-move-windows/prefs.js:55
#| msgid "Quit Application"
msgid "Application"
msgstr "برنامه"
@@ -121,20 +95,73 @@ msgstr "اضافه کردن یک قاعده‌ی منطبق جدید"
msgid "Add"
msgstr "اضافه"
#: ../extensions/drive-menu/extension.js:73
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "بیرون دادن دیسک‌گردان «%s» شکست خورد:"
#: ../extensions/dock/extension.js:577
msgid "Drag here to add favorites"
msgstr "به اینجا بکشید تا به علاقه‌مندی‌ها اضافه شود"
#: ../extensions/drive-menu/extension.js:90
#| msgid "Removable Devices"
msgid "Removable devices"
msgstr "دستگاه‌های جداشدنی"
#: ../extensions/dock/extension.js:903
msgid "New Window"
msgstr "پنجره جدید"
#: ../extensions/drive-menu/extension.js:117
#| msgid "Open file manager"
msgid "Open File"
msgstr "باز کردن پرونده"
#: ../extensions/dock/extension.js:905
msgid "Quit Application"
msgstr "خروج از برنامه"
#: ../extensions/dock/extension.js:910
msgid "Remove from Favorites"
msgstr "حذف از علاقه‌مندی‌ها"
#: ../extensions/dock/extension.js:911
msgid "Add to Favorites"
msgstr "اضافه کردن به علاقه‌مندی‌ها"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:1
msgid "Position of the dock"
msgstr ""
#: ../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 ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:3
msgid "Icon size"
msgstr "اندازه شمایل"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:4
msgid "Sets icon size of the dock."
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:5
msgid "Enable/disable autohide"
msgstr "فعال/غیرفعال کردن مخفی‌سازی خودکار"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:6
msgid "Autohide effect"
msgstr "جلوه‌ی مخفی‌سازی خودکار"
#: ../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 ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:8
msgid "Autohide duration"
msgstr "طول مدت مخفی‌سازی خودکار"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:9
msgid "Sets the time duration of the autohide effect."
msgstr "تنظیم مدت زمان جلوه‌ی مخفی‌سازی خودکار"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:10
msgid "Monitor"
msgstr "نمایشگر"
#: ../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 ""
#: ../extensions/drive-menu/extension.js:66
msgid "Open file manager"
msgstr "باز کردن مدیر پرونده"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
@@ -155,20 +182,38 @@ 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 ""
"هدف Example این است که نشان دهد چگونه می‌توان متصل‌شونده‌های صحیح برای گنوم‌شل ساخت و برای نمونه کمی قابلیت از خود نیز دارد.\n"
"با این وجود می‌توان پیام خوش‌آمد را تغییر داد."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "پیام:"
#: ../extensions/gajim/extension.js:227
#, c-format
msgid "%s is away."
msgstr "%s غائب است."
#: ../extensions/gajim/extension.js:230
#, c-format
msgid "%s is offline."
msgstr "%s برون‌خط است."
#: ../extensions/gajim/extension.js:233
#, c-format
msgid "%s is online."
msgstr "%s برخط است."
#: ../extensions/gajim/extension.js:236
#, c-format
msgid "%s is busy."
msgstr "%s مشغول است."
#: ../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 "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"
@@ -178,36 +223,9 @@ msgstr "قراردادن عنوان پنجره در بالا"
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: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:214
msgid "CPU"
msgstr "سی‌پی‌یو"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "حافظه"
#: ../extensions/places-menu/extension.js:37
msgid "Removable Devices"
msgstr "دستگاه‌های جدا شدنی"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
@@ -217,79 +235,10 @@ msgstr "نام تم"
msgid "The name of the theme, to be loaded from ~/.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
msgid "When to group windows"
msgstr "زمان گروه کردن پنجره‌ها"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
msgid "Decides when to group windows from the same application on the window list. Possible values are \"never\", \"auto\" and \"always\"."
msgstr "تصمیم می‌گیرد که چه زمانی پنجره‌های یک برنامه واحد در فهرست پنجره‌ها گروه شوند. مقادیر ممکن عبارتند از «never»، «auto» و «always»"
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "گروه‌سازی پنجره‌ها"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "هیچ‌گاه پنجره‌ها گروه نشوند"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "پنجره‌ها زمانی که فضا محدود است گروه شوند"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "همیشه پنجره‌ها گروه شوند"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "نام فضاهای کاری:"
@@ -303,94 +252,25 @@ msgstr "نام"
msgid "Workspace %d"
msgstr "فضای‌کاری %Id"
#~ msgid "The alt tab behaviour."
#~ msgstr "رفتار alt tab."
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "عادی"
#~ msgid ""
#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and "
#~ "workspace_icons. See the configuration dialogs for details."
#~ msgstr ""
#~ "رفتار Alt-Tab را تنظیم می‌کند. مقادیر ممکن عبارتند از: all_thumbnails و "
#~ "workspace_icons. برای جزئیات، محاوره‌ی پیکربندی را مشاهده کنید."
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "چپ"
#~ msgid "Workspace & Icons"
#~ msgstr "فضای‌کاری و شمایل‌ها"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "راست"
#~ msgid "Move current selection to front before closing the popup"
#~ msgstr "انتقالِ انتخاب فعلی به بالا قبل از بستن پنجره واشو"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "برعکس"
#~ msgid ""
#~ "The Alternate Tab can be used in different modes, that affect the way "
#~ "windows are chosen and presented."
#~ msgstr ""
#~ "«جای‌گزین Tab» می‌تواند در حالت‌های مختلفی استفاده شود، که در نحوه باز شدن و "
#~ "انتخاب پنجره‌ها تاثیر می‌گذارد."
#~ msgid "Suspend"
#~ msgstr "تعلیق"
#~ msgid "Hibernate"
#~ msgstr "خواب‌زمستانی"
#~ msgid "Power Off..."
#~ msgstr "خاموش کردن..."
#~ msgid "Drag here to add favorites"
#~ msgstr "به اینجا بکشید تا به علاقه‌مندی‌ها اضافه شود"
#~ msgid "New Window"
#~ msgstr "پنجره جدید"
#~ msgid "Quit Application"
#~ msgstr "خروج از برنامه"
#~ msgid "Remove from Favorites"
#~ msgstr "حذف از علاقه‌مندی‌ها"
#~ msgid "Icon size"
#~ msgstr "اندازه شمایل"
#~ msgid "Enable/disable autohide"
#~ msgstr "فعال/غیرفعال کردن مخفی‌سازی خودکار"
#~ msgid "Autohide effect"
#~ msgstr "جلوه‌ی مخفی‌سازی خودکار"
#~ msgid "Autohide duration"
#~ msgstr "طول مدت مخفی‌سازی خودکار"
#~ msgid "Sets the time duration of the autohide effect."
#~ msgstr "تنظیم مدت زمان جلوه‌ی مخفی‌سازی خودکار"
#~ msgid "Monitor"
#~ msgstr "نمایشگر"
#~ msgid "%s is away."
#~ msgstr "%s غائب است."
#~ msgid "%s is offline."
#~ msgstr "%s برون‌خط است."
#~ msgid "%s is online."
#~ msgstr "%s برخط است."
#~ msgid "%s is busy."
#~ msgstr "%s مشغول است."
#~ msgid "Normal"
#~ msgstr "عادی"
#~ msgid "Left"
#~ msgstr "چپ"
#~ msgid "Right"
#~ msgstr "راست"
#~ msgid "Upside-down"
#~ msgstr "برعکس"
#~ msgid "Configure display settings..."
#~ msgstr "پیکربندی تنظیمات نمایش..."
#: ../extensions/xrandr-indicator/extension.js:82
msgid "Configure display settings..."
msgstr "پیکربندی تنظیمات نمایش..."
#~ msgid "Available"
#~ msgstr "موجود"

208
po/fi.po
View File

@@ -2,26 +2,26 @@
# Copyright (C) 2011 Ville-Pekka Vainio
# This file is distributed under the same license as the gnome-shell-extensions package.
# Gnome 2012-03 Finnish translation sprint participants:
# Jiri Grönroos
# Niklas Laxström
# Ville-Pekka Vainio
# Ville-Pekka Vainio <vpvainio@iki.fi>, 2011.
# Jiri Grönroos <jiri.gronroos+l10n@iki.fi>, 2012, 2013.
#
# Jiri Grönroos <jiri.gronroos@iki.fi>, 2012, 2013.
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-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-09-15 00:43+0000\n"
"PO-Revision-Date: 2013-09-18 20:21+0300\n"
"POT-Creation-Date: 2013-02-08 12:25+0000\n"
"PO-Revision-Date: 2013-03-20 23:54+0200\n"
"Last-Translator: Jiri Grönroos <jiri.gronroos+l10n@iki.fi>\n"
"Language-Team: suomi <gnome-fi-laatu@lists.sourceforge.net>\n"
"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Gtranslator 2.91.6\n"
"X-Generator: Lokalize 1.5\n"
"X-Project-Style: gnome\n"
"X-POT-Import-Date: 2012-03-05 15:06:12+0000\n"
@@ -36,29 +36,12 @@ msgstr "Tämä istunto kirjaa sinut perinteiseen Gnomeen"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "Gnome Shell - perinteinen"
msgstr ""
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Ikkunoiden hallintaa ja sovellusten käynnistämistä"
#: ../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 ""
#: ../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 "Työtilat vain ensisijaisella näytöllä"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Pelkkä pienoiskuva"
@@ -69,31 +52,62 @@ msgstr "Pelkkä sovelluksen kuvake"
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Pienoiskuva ja sovelluksen kuvake"
msgstr ""
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "Ikkunoiden esittäminen"
msgstr ""
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "Näytä vain nykyisessä työtilassa olevat ikkunat"
#: ../extensions/apps-menu/extension.js:39
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:144
msgid "Suspend"
msgstr "Valmiustila"
#: ../extensions/alternative-status-menu/extension.js:147
msgid "Hibernate"
msgstr "Lepotila"
#: ../extensions/alternative-status-menu/extension.js:150
msgid "Power Off"
msgstr "Sammuta"
#: ../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:50
msgid "Activities Overview"
msgstr "Yleisnäkymä"
#: ../extensions/apps-menu/extension.js:113
#: ../extensions/apps-menu/extension.js:103
#| msgid "Add to Favorites"
msgid "Favorites"
msgstr "Suosikit"
#: ../extensions/apps-menu/extension.js:278
#: ../extensions/apps-menu/extension.js:197
#| msgid "Application"
msgid "Applications"
msgstr "Sovellukset"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Sovellus- ja työtilaluettelo"
msgstr ""
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid ""
@@ -122,16 +136,17 @@ msgstr "Luo uusi vastaava sääntö"
msgid "Add"
msgstr "Lisää"
#: ../extensions/drive-menu/extension.js:73
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Aseman \"%s\" irrottaminen epäonnistui:"
msgstr ""
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Erilliset tallennusvälineet"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
#| msgid "Open file manager"
msgid "Open File"
msgstr "Avaa tiedosto"
@@ -175,7 +190,7 @@ msgstr ""
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "Aseta ikkunoiden otsikkoteksti ylös"
msgstr ""
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
msgid ""
@@ -183,38 +198,34 @@ msgid ""
"shell default of placing it at the bottom. Changing this setting requires "
"restarting the shell to have any effect."
msgstr ""
"Jos tosi, ikkunan otsikkoteksti asetetaan ikkunan pienoiskuvan yläpuolelle. "
"Tämä syrjäyttää oletusasetuksen, eli otsikkotekstin asettamisen pienoiskuvan "
"alle. Tämän asetuksen muutos vaatii Gnomen uudelleenkäynnistyksen."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:57
msgid "Places"
msgstr "Sijainnit"
#: ../extensions/places-menu/placeDisplay.js:56
#: ../extensions/places-menu/placeDisplay.js:48
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Kohteen \"%s\" käynnistys epäonnistui"
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Home"
msgstr "Koti"
#: ../extensions/places-menu/placeDisplay.js:195
msgid "Computer"
msgstr "Tietokone"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Koti"
#: ../extensions/places-menu/placeDisplay.js:286
#| msgid "Browse network"
msgid "Browse Network"
msgstr "Selaa verkkoa"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "Suoritin"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Muisti"
@@ -226,56 +237,6 @@ msgstr "Teeman nimi"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Teeman nimi, ladataan sijainnista ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Sulje"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Palauta pienennys"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Pienennä"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Palauta suurennus"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Suurenna"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Pienennä kaikki"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Palauta kaikkien koko"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Suurenna kaikki"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Palauta kaikkien koko"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Sulje kaikki"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Työtilan ilmaisin"
#: ../extensions/window-list/extension.js:743
#| msgid "Window Grouping"
msgid "Window List"
msgstr "Ikkunaluettelo"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Milloin ikkunat ryhmitetään"
@@ -283,10 +244,8 @@ msgstr "Milloin ikkunat ryhmitetään"
#: ../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\"."
"Possible values are \"never\" and \"always\"."
msgstr ""
"Päättää milloin saman sovelluksen ikkunat ryhmitellään ikkunaluettelossa. "
"Mahdolliset arvot ovat \"never\", \"auto\" ja \"always\"."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
@@ -297,13 +256,13 @@ msgid "Never group windows"
msgstr "Älä ryhmitä ikkunoita koskaan"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Ryhmitä ikkunat tilan ollessa rajallinen"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Ryhmitä ikkunat aina"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Työtilan ilmaisin"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Työtilojen nimet:"
@@ -317,32 +276,29 @@ msgstr "Nimi"
msgid "Workspace %d"
msgstr "Työtila %d"
#~ msgid "Suspend"
#~ msgstr "Valmiustila"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Tavallinen"
#~ msgid "Hibernate"
#~ msgstr "Lepotila"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Vasen"
#~ msgid "Power Off"
#~ msgstr "Sammuta"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Oikea"
#~ msgid "Normal"
#~ msgstr "Tavallinen"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Ylösalaisin"
#~ msgid "Left"
#~ msgstr "Vasen"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Näyttö"
#~ msgid "Right"
#~ msgstr "Oikea"
#~ msgid "Upside-down"
#~ msgstr "Ylösalaisin"
#~ msgid "Display"
#~ msgstr "Näyttö"
#~ msgid "Display Settings"
#~ msgstr "Näytön asetukset"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Näytön asetukset"
#~ msgid "Drag here to add favorites"
#~ msgstr "Raahaa tähän lisätäksesi suosikkeihin"

409
po/fr.po
View File

@@ -2,96 +2,110 @@
# Copyright (C) 2011-12 Listed translators
# This file is distributed under the same license as the gnome-shell-extensions package.
# Claude Paroz <claude@2xlibre.net>, 2011.
# Alain Lojewski <allomervan@gmail.com>, 2012-2013.
#
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: 2013-09-23 10:24+0000\n"
"PO-Revision-Date: 2013-09-23 15:35+0200\n"
"POT-Creation-Date: 2012-04-30 14:43+0000\n"
"PO-Revision-Date: 2012-03-24 17:30+0100\n"
"Last-Translator: Alain Lojewski <allomervan@gmail.com>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "GNOME Classique"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1
msgid "The alt tab behaviour."
msgstr "Le comportement d'alt+tab."
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Cette session vous connnecte à GNOME Classique"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME Shell Classique"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Gestion des fenêtres et lancement d'applications"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Attacher les boîtes de dialogue modales à leur fenêtre parente"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
"Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and "
"workspace_icons. See the configuration dialogs for details."
msgstr ""
"Cette clé remplace la clé dans org.gnome.mutter lorsque GNOME Shell est en "
"cours d'exécution."
"Définit le comportement d'alt+tab. Les valeurs possibles sont : "
"« all_thumbnails » et « workspace_icons ». Consultez les messages de "
"configuration pour plus de détails."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
#: ../extensions/alternate-tab/prefs.js:27
msgid "All & Thumbnails"
msgstr "Tous et vignettes"
#: ../extensions/alternate-tab/prefs.js:28
msgid ""
"This mode presents all applications from all workspaces in one selection "
"list. Instead of using the application icon of every window, it uses small "
"thumbnails resembling the window itself."
msgstr ""
"Activer la disposition verticale lorsque les fenêtres sont déposées aux "
"bords de l'écran"
"Ce mode présente toutes les applications de tous les espaces de travail dans "
"une liste à sélection unique. À la place de l'icône de l'application de "
"chaque fenêtre, il utilise de petites vignettes ressemblant à la fenêtre "
"elle-même."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Espaces de travail uniquement sur l'écran principal"
#: ../extensions/alternate-tab/prefs.js:34
msgid "Workspace & Icons"
msgstr "Espace de travail et icônes"
#: ../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 "Retarder les changements de focus en mode souris jusqu'à ce que le pointeur arrête de bouger"
#: ../extensions/alternate-tab/prefs.js:35
msgid ""
"This mode let's you switch between the applications of your current "
"workspace and gives you additionally the option to switch to the last used "
"application of your previous workspace. This is always the last symbol in "
"the list and is segregated by a separator/vertical line if available. \n"
"Every window is represented by its application icon."
msgstr ""
"Ce mode vous permet de permuter entre les applications de votre espace de "
"travail actuel et vous donne en plus la possibilité de revenir à la dernière "
"application utilisée dans l'espace de travail précédent. C'est toujours le "
"dernier symbole dans la liste, et si disponible, il est isolé par une ligne "
"verticale ou un séparateur. \n"
"Chaque fenêtre est représentée par l'icône de son application."
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Vignette seulement"
#: ../extensions/alternate-tab/prefs.js:41
msgid "Move current selection to front before closing the popup"
msgstr ""
"Déplacer la sélection actuelle à l'avant avant de fermer la fenêtre "
"surgissante"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Icône d'application seulement"
#: ../extensions/alternate-tab/prefs.js:58
msgid ""
"The Alternate Tab can be used in different modes, that affect the way "
"windows are chosen and presented."
msgstr ""
"La combinaison alt+tab peut être utilisée dans différents modes, qui "
"influent sur la façon dont les fenêtres sont sélectionnées et présentées."
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Vignette et icône d'application"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:68
msgid "Suspend"
msgstr "Mettre en veille"
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "Présenter la fenêtre comme"
#: ../extensions/alternative-status-menu/extension.js:73
msgid "Hibernate"
msgstr "Hiberner"
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "N'afficher les fenêtres que sur l'espace de travail actuel"
#: ../extensions/alternative-status-menu/extension.js:78
msgid "Power Off..."
msgstr "Éteindre..."
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Vue d'ensemble des activités"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Activer la mise en veille"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Favoris"
#: ../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 "Gère la visibilité de l'élément de menu « mise en veille »"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Applications"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Activer l'hibernation"
#: ../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 "Gère la visibilité de l'élément de menu « hibernation »"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
@@ -127,18 +141,85 @@ msgstr "Créer une nouvelle règle de concordance"
msgid "Add"
msgstr "Ajouter"
#: ../extensions/drive-menu/extension.js:73
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "L'éjection du disque « %s » a échoué :"
#: ../extensions/dock/extension.js:577
msgid "Drag here to add favorites"
msgstr "Glissez ici pour ajouter des favoris"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "Périphériques amovibles"
#: ../extensions/dock/extension.js:903
msgid "New Window"
msgstr "Nouvelle fenêtre"
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "Ouvrir le fichier"
#: ../extensions/dock/extension.js:905
msgid "Quit Application"
msgstr "Quitter l'application"
#: ../extensions/dock/extension.js:910
msgid "Remove from Favorites"
msgstr "Enlever des favoris"
#: ../extensions/dock/extension.js:911
msgid "Add to Favorites"
msgstr "Ajouter aux favoris"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:1
msgid "Position of the dock"
msgstr "Position du bandeau"
#: ../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 ""
"Définit la position du bandeau sur l'écran. Les valeurs possibles sont : "
"right et left."
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:3
msgid "Icon size"
msgstr "Taille d'icône"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:4
msgid "Sets icon size of the dock."
msgstr "Définit la taille des icônes du bandeau."
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:5
msgid "Enable/disable autohide"
msgstr "Activer/désactiver le masquage automatique"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:6
msgid "Autohide effect"
msgstr "Effet de masquage automatique"
#: ../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 ""
"Définit l'effet de masquage du bandeau. Les valeurs possibles sont : resize, "
"rescale et move."
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:8
msgid "Autohide duration"
msgstr "Durée du masquage automatique"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:9
msgid "Sets the time duration of the autohide effect."
msgstr "Définit la durée de l'effet de masquage automatique."
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:10
msgid "Monitor"
msgstr "Écran"
#: ../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 ""
"Definit l'écran qui affiche le dock. La valeur par défaut (-1) représente "
"l'écran principal."
#: ../extensions/drive-menu/extension.js:66
msgid "Open file manager"
msgstr "Ouvrir le gestionnaire de fichiers"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
@@ -153,8 +234,8 @@ msgid ""
"If not empty, it contains the text that will be shown when clicking on the "
"panel."
msgstr ""
"S'il n'est pas vide, il contient le texte qui s'affiche lorsque vous cliquez "
"sur le tableau de bord."
"S'il n'est pas vide, il contient le texte qui est affiché lorsque vous "
"cliquez sur le panneau."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
@@ -165,13 +246,33 @@ msgid ""
"Nevertheless it's possible to customize the greeting message."
msgstr ""
"Example a pour but de montrer comment construire de bonnes extensions pour "
"le Shell et en tant que tel, il n'a que peu de fonctionnalités en soi.\n"
"le Shell et en tant que tel, il n'a que peu de fonctionnalités en lui-même.\n"
"Il est néanmoins possible de personnaliser le message d'accueil."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Message :"
#: ../extensions/gajim/extension.js:227
#, c-format
msgid "%s is away."
msgstr "%s est absent(e)."
#: ../extensions/gajim/extension.js:230
#, c-format
msgid "%s is offline."
msgstr "%s n'est pas en ligne."
#: ../extensions/gajim/extension.js:233
#, c-format
msgid "%s is online."
msgstr "%s est en ligne."
#: ../extensions/gajim/extension.js:236
#, c-format
msgid "%s is busy."
msgstr "%s est occupé(e)."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Utiliser plus d'écran pour les fenêtres"
@@ -200,38 +301,11 @@ msgstr ""
"Si vrai, place les titres des fenêtres au-dessus de la vignette "
"correspondante, ce qui remplace le comportement par défaut qui les place au-"
"dessous. Pour que ce paramètre soit pris en compte, il faut redémarrer le "
"Shell."
"shell."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "Emplacements"
#: ../extensions/places-menu/placeDisplay.js:56
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Impossible de lancer « %s »"
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Ordinateur"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Dossier personnel"
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
msgstr "Parcourir le réseau"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Mémoire"
#: ../extensions/places-menu/extension.js:37
msgid "Removable Devices"
msgstr "Périphériques amovibles"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
@@ -241,84 +315,10 @@ msgstr "Nom du thème"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Le nom du thème, à charger à partir de ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Fermer"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Restaurer"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Réduire"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Restaurer"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximiser"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Réduire tout"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Restaurer tout"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maximiser tout"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Restaurer tout"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Fermer tout"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicateur d'espace de travail"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Liste de fenêtres"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Quand regrouper les fenêtres"
#: ../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 ""
"Décide quand regrouper les fenêtres d'une même application sur la liste des "
"fenêtres. Les valeurs possibles sont « never » (jamais), « auto » et "
 always » (toujours)."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Regroupement de fenêtres"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Ne jamais regrouper les fenêtres"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Regrouper les fenêtres quand l'espace est limité"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Toujours regrouper les fenêtres"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Noms des espaces de travail :"
@@ -332,41 +332,22 @@ msgstr "Nom"
msgid "Workspace %d"
msgstr "Espace de travail %d"
#~ msgid "Suspend"
#~ msgstr "Mettre en veille"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Normal"
#~ msgid "Hibernate"
#~ msgstr "Hiberner"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Gauche"
#~ msgid "Power Off"
#~ msgstr "Éteindre"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Droite"
#~ msgid "Enable suspending"
#~ msgstr "Activer la mise en veille"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Renversé"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "Gère la visibilité de l'élément de menu « mise en veille »"
#~ msgid "Enable hibernating"
#~ msgstr "Activer l'hibernation"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "Gère la visibilité de l'élément de menu « hibernation »"
#~ msgid "Normal"
#~ msgstr "Normal"
#~ msgid "Left"
#~ msgstr "Gauche"
#~ msgid "Right"
#~ msgstr "Droite"
#~ msgid "Upside-down"
#~ msgstr "Renversé"
#~ msgid "Display"
#~ msgstr "Afficher"
#~ msgid "Display Settings"
#~ msgstr "Afficher les paramètres"
#: ../extensions/xrandr-indicator/extension.js:82
msgid "Configure display settings..."
msgstr "Configurer les paramètres d'affichage..."

346
po/fur.po
View File

@@ -1,346 +0,0 @@
# Friulian translation for gnome-shell-extensions.
# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
# Fabio Tomat <f.t.public@gmail.com>, 2013.
#
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-03-03 08:29+0000\n"
"PO-Revision-Date: 2014-03-03 13:39+0100\n"
"Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n"
"Language-Team: Friulian <fur@li.org>\n"
"Language: fur\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\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 "Cheste session a si invie cun 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 "Gjestion di balcons e inviament di aplicazions"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Tache il balcon modâl al balcon gjenitôr"
#: ../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 ""
"Cheste clâf a sorplante che in org.gnome.mutter quanche al è in esecuzion "
"GNOME Shell."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
#, fuzzy
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr ""
"Abilite la tasseladure sul'ôr quanche i balcons a vegnin molâts sul'ôr dal "
"visôr"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
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
msgid "Thumbnail only"
msgstr "Dome miniaturis"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Dome l'icone de aplicazion"
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Miniature e icone de aplicazion"
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "Mostre i barcons come"
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "Mostre dome i balcons dal lûc di lavôr corint"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Panoramiche ativitâts"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Preferîts"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Aplicazions"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Liste aplicazions e lûcs di lavôr"
#: ../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 "Aplicazion"
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "Lûc di lavôr"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "Zonte regule"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "Cree une gnove regule di corispondence"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "Zonte"
#: ../extensions/drive-menu/extension.js:106
msgid "Ejecting drive '%s' failed:"
msgstr "No rivât a parâ fûr l'unitât «%s»:"
#: ../extensions/drive-menu/extension.js:123
msgid "Removable devices"
msgstr "Argagn rimovibil"
#: ../extensions/drive-menu/extension.js:150
msgid "Open File"
msgstr "Vierç File"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
msgstr "Mandi, mont!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "Test di benvignût alternatîf"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
#, fuzzy
msgid ""
"If not empty, it contains the text that will be shown when clicking on the "
"panel."
msgstr ""
"Se no vueit, al ten il test che al vegnarà mostrât scliçant su le rie "
"superiôr"
#: ../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 ""
"Example al ponte a mostrâ come imbastî une estension de Shell che a si "
"compuarti ben e par chest no'n d'a tantis funzions.\n"
"Ad ogni mût al è pussibil modificâ il messaç di benvignût. "
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Messaç:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Dopre plui spazi par i balcons"
#: ../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 ""
"Cîr di doprâ plui puest par plaçâ lis miniaturis dai balcons, adatânsi al "
"rapuart di aspiet dal visôr e consolidanlis ancjemo di plui par ridusi il "
"spazi complessîf. Cheste impostazion a si apliche dome se l'algoritmo di "
"posizionament al è \"natural\"."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "Met il titul dal balcon insomp"
#: ../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 ""
"Se VÊR, al place i titui dai balcons insomp as relativis miniaturis, lant in "
"volte al compuartament normâl de shell, che lis place in bas.Cambiant cheste "
"impostazion a si scugne tornâ a inviâ la shell."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "Puescj"
#: ../extensions/places-menu/placeDisplay.js:57
msgid "Failed to launch \"%s\""
msgstr "Inviament di «%s» falît"
#: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer"
msgstr "Computer"
#: ../extensions/places-menu/placeDisplay.js:200
msgid "Home"
msgstr "Cjase"
#: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network"
msgstr "Esplore rêt"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Memorie"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "Non dal teme"
#: ../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 "Il non dal teme, che si cjame da ~/.themes/name/gnome-shell"
#: ../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
msgid "Workspace Indicator"
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
msgid "When to group windows"
msgstr "Quant ingrumâ i balcons"
#: ../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 ""
"Decît quant ingrumâ i balcons de stesse aplicazion su le liste dai balcons. "
"I pussibii valôrs a son \"never\", \"auto\" e \"always\"."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Ingrumament balcons"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "No ingrumâ i balcons"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Ingrume i balcons quanche al'è pôc puest"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Ingrume simpri i balcons"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Nons dai lûcs di lavôr:"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "Non"
#: ../extensions/workspace-indicator/prefs.js:186
msgid "Workspace %d"
msgstr "Lûc di lavôr %d"
#~ msgid "Normal"
#~ msgstr "Normâl"
#~ msgid "Left"
#~ msgstr "Çampe"
#~ msgid "Right"
#~ msgstr "Diestre"
#~ msgid "Upside-down"
#~ msgstr "Cui pîs pa'l'aiar"
#~ msgid "Display"
#~ msgstr "Visôr"
#~ msgid "Display Settings"
#~ msgstr "Impostazions Visôr"

189
po/gl.po
View File

@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-23 22:20+0200\n"
"PO-Revision-Date: 2013-09-23 22:21+0200\n"
"POT-Creation-Date: 2013-03-26 12:50+0100\n"
"PO-Revision-Date: 2013-03-26 12:51+0200\n"
"Last-Translator: Fran Dieguez <frandieguez@gnome.org>\n"
"Language-Team: gnome-l10n-gl@gnome.org\n"
"Language: gl\n"
@@ -36,30 +36,6 @@ msgstr "GNOME Shell clásico"
msgid "Window management and application launching"
msgstr "Xestor de xanelas e inicio de aplicativos"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Anexar o diálogo modal á xanela pai"
#: ../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 ""
"Esta chave sobrescribe a chave en org.gnome.mutter cando executa GNOME Shell."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Activar o mosaico nos bordos ao arrastrar xanelas aos bordos da xanela"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Espazos de traballo só no monitor primario"
#: ../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 ""
"Atrasar o cambio de foco no modo rato até que o punteiro se deteña ao "
"moverse"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Só miniaturas"
@@ -80,15 +56,44 @@ msgstr "Presentar xanelas como"
msgid "Show only windows in the current workspace"
msgstr "Mostrar só as xanelas na área de traballo actual"
#: ../extensions/apps-menu/extension.js:39
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:125
msgid "Suspend"
msgstr "Suspender"
#: ../extensions/alternative-status-menu/extension.js:128
msgid "Hibernate"
msgstr "Hibernar"
#: ../extensions/alternative-status-menu/extension.js:131
msgid "Power Off"
msgstr "Apagar"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Activar a suspensión"
#: ../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 "Controla a visibilidade do elemento de menú «Suspender»"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Activar hibernación"
#: ../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 "Controla a visibilidade do elemento de menú «Hibernar»"
#: ../extensions/apps-menu/extension.js:37
msgid "Activities Overview"
msgstr "Vista xeral de actividades"
#: ../extensions/apps-menu/extension.js:113
#: ../extensions/apps-menu/extension.js:95
msgid "Favorites"
msgstr "Favoritos"
#: ../extensions/apps-menu/extension.js:282
#: ../extensions/apps-menu/extension.js:184
msgid "Applications"
msgstr "Aplicativos"
@@ -125,16 +130,16 @@ msgstr "Crear regra de coincidencia nova"
msgid "Add"
msgstr "Engadir"
#: ../extensions/drive-menu/extension.js:73
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Fallo ao extraer a unidade «%s»:"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Dispositivos extraíbeis"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "Abrir ficheiro"
@@ -197,8 +202,7 @@ msgstr ""
"respectiva, omitindo a disposición inferior por omisión do shell. Se cambia "
"esta configuración deberá reiniciar o shell para que se apliquen os cambios."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:77
msgid "Places"
msgstr "Lugares"
@@ -220,11 +224,11 @@ msgstr "Cartafol persoal"
msgid "Browse Network"
msgstr "Explorar a rede"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Memoria"
@@ -236,55 +240,6 @@ msgstr "Nome do tema"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "O nome do tema, a cargar desde ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Pechar"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Restabelecer"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimizar"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Restaurar"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximizar"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimizar todo"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Restaurar todo"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maximizar todo"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Restaurar todo"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Pechar todo"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicador de espazo de traballo"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Lista de xanelas"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Cando agrupar xanelas"
@@ -292,11 +247,10 @@ msgstr "Cando agrupar xanelas"
#: ../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\"."
"Possible values are \"never\" and \"always\"."
msgstr ""
"Decide cando agrupar as xanelas do mesmo aplicativo na lista de xanelas. Os "
"valores posíbeis son \"never\" (nunca), \"auto\" (automático) e \"always"
"\" (sempre)."
"valores posíbeis son \"never\" (nunca) e \"always\" (sempre)."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
@@ -307,13 +261,13 @@ msgid "Never group windows"
msgstr "Non agrupar nunca as xanelas"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Agrupar as xanelas cando o espazo é limitado"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Agrupar sempre as xanelas"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicador de espazo de traballo"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Nomes dos espazos de traballo:"
@@ -327,44 +281,29 @@ msgstr "Nome"
msgid "Workspace %d"
msgstr "Espazos de traballo %d"
#~ msgid "Suspend"
#~ msgstr "Suspender"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Normal"
#~ msgid "Hibernate"
#~ msgstr "Hibernar"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Esquerda"
#~ msgid "Power Off"
#~ msgstr "Apagar"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Dereita"
#~ msgid "Enable suspending"
#~ msgstr "Activar a suspensión"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Co de arriba cara abaixo"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "Controla a visibilidade do elemento de menú «Suspender»"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Pantalla"
#~ msgid "Enable hibernating"
#~ msgstr "Activar hibernación"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "Controla a visibilidade do elemento de menú «Hibernar»"
#~ msgid "Normal"
#~ msgstr "Normal"
#~ msgid "Left"
#~ msgstr "Esquerda"
#~ msgid "Right"
#~ msgstr "Dereita"
#~ msgid "Upside-down"
#~ msgstr "Co de arriba cara abaixo"
#~ msgid "Display"
#~ msgstr "Pantalla"
#~ msgid "Display Settings"
#~ msgstr "Preferencias da pantalla"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Preferencias da pantalla"
#~ msgid "Devices"
#~ msgstr "Dispositivos"

334
po/gu.po
View File

@@ -1,334 +0,0 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# , 2013.
msgid ""
msgstr ""
"Project-Id-Version: \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-07-19 07:34+0000\n"
"PO-Revision-Date: 2013-07-19 14:15+0530\n"
"Last-Translator: \n"
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.0\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 Shell ચાલી રહ્યુ હોય."
#: ../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:276
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:214
msgid "CPU"
msgstr "CPU"
#: ../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:382
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
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
#, 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:87
msgid "Display Settings"
msgstr "દર્શાવ સુયોજનો"

469
po/he.po
View File

@@ -2,405 +2,186 @@
# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Yaron Shahrabani <sh.yaron@gmail.com>, 2011.
# Yosef Or Boczko <yoseforb@gmail.com>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-23 13:20+0300\n"
"PO-Revision-Date: 2013-09-23 13:23+0300\n"
"Last-Translator: Yosef Or Boczko <yoseforb@gmail.com>\n"
"Language-Team: עברית <>\n"
"POT-Creation-Date: 2011-05-13 13:11+0300\n"
"PO-Revision-Date: 2011-05-13 13:15+0200\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <sh.yaron@gmail.com>\n"
"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n>2||n==0) ? 1 : 2;\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Language: Hebrew\n"
"X-Poedit-Country: ISRAEL\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Gtranslator 2.91.6\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "GNOME קלסי"
#: ../extensions/alternative-status-menu/extension.js:39
msgid "Available"
msgstr "פנוי"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "הפעלה זו מכניסה אותך למצב הקלסי של GNOME"
#: ../extensions/alternative-status-menu/extension.js:44
msgid "Busy"
msgstr "עסוק"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "מעטפת GNOME קלסית"
#: ../extensions/alternative-status-menu/extension.js:52
msgid "My Account"
msgstr "החשבון שלי"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "ניהול חלונות וטעינת יישומים"
#: ../extensions/alternative-status-menu/extension.js:56
msgid "System Settings"
msgstr "הגדרות המערכת"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Attach modal dialog to the parent window"
#: ../extensions/alternative-status-menu/extension.js:63
msgid "Lock Screen"
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 ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
#: ../extensions/alternative-status-menu/extension.js:67
msgid "Switch User"
msgstr "החלפת משתמש"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Enable edge tiling when dropping windows on screen edges"
#: ../extensions/alternative-status-menu/extension.js:72
msgid "Log Out..."
msgstr "יציאה..."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Workspaces only on primary monitor"
#: ../extensions/alternative-status-menu/extension.js:79
msgid "Suspend"
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 "Delay focus changes in mouse mode until the pointer stops moving"
#: ../extensions/alternative-status-menu/extension.js:85
msgid "Hibernate"
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/alternative-status-menu/extension.js:91
msgid "Power Off..."
msgstr "כיבוי..."
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid ""
"A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number"
msgstr ""
"A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid "Application and workspace list"
msgstr "Application and workspace list"
#: ../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 ""
"A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number"
#: ../extensions/dock/extension.js:116
msgid "Drag here to add favorites"
msgstr "יש לגרור לכאן כדי להוסיף למועדפים"
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
msgstr "יישום"
#: ../extensions/dock/extension.js:417
msgid "New Window"
msgstr "חלון חדש"
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "מרחב עבודה"
#: ../extensions/dock/extension.js:419
msgid "Quit Application"
msgstr "יציאה מהיישום"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "הוספת כלל"
#: ../extensions/dock/extension.js:424
msgid "Remove from Favorites"
msgstr "הסרה מהמועדפים"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "יצירת כלל חדש תואם"
#: ../extensions/dock/extension.js:425
msgid "Add to Favorites"
msgstr "הוספה למועדפים"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "הוספה"
#: ../extensions/drive-menu/extension.js:73
#, javascript-format
msgid "Ejecting drive '%s' failed:"
msgstr "שליפת הכונן „%s“ נכשלה:"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "התקנים נתיקים"
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "פתיחת קובץ"
#: ../extensions/example/extension.js:17
#: ../extensions/example/extension.js:11
msgid "Hello, world!"
msgstr "שלום, עולם!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "Alternative greeting text."
#: ../extensions/gajim/extension.js:219
#, c-format
msgid "%s is away."
msgstr "%s הופיע/ה כמרוחק/ת."
#: ../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 ""
"If not empty, it contains the text that will be shown when clicking on the "
"panel."
#: ../extensions/gajim/extension.js:222
#, c-format
msgid "%s is offline."
msgstr "%s התנתק/ה."
#: ../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/gajim/extension.js:225
#, c-format
msgid "%s is online."
msgstr "%s פנוי/ה."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "הודעה:"
#: ../extensions/gajim/extension.js:228
#, c-format
msgid "%s is busy."
msgstr "%s עסוק/ה."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Use more screen for windows"
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 ""
"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."
#: ../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 ""
"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."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "Place window captions on top"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid ""
"The algorithm used to layout thumbnails in the overview. 'grid' to use the "
"default grid based algorithm, 'natural' to use another one that reflects "
"more the position and size of the actual window"
msgstr ""
"The algorithm used to layout thumbnails in the overview. 'grid' to use the "
"default grid based algorithm, 'natural' to use another one that reflects "
"more the position and size of the actual window"
#: ../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."
"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 ""
"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."
"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."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "מיקומים"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:5
msgid "Use more screen for windows"
msgstr "Use more screen for windows"
#: ../extensions/places-menu/placeDisplay.js:56
#, javascript-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:214
msgid "CPU"
msgstr "מעבד"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "זיכרון"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:6
msgid "Window placement strategy"
msgstr "Window placement strategy"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "Theme name"
#: ../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 "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "סגירה"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "Theme name"
msgstr "Theme name"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "ביטול המזעור"
#: ../extensions/xrandr-indicator/extension.js:26
msgid "Normal"
msgstr "רגיל"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "מזעור"
#: ../extensions/xrandr-indicator/extension.js:27
msgid "Left"
msgstr "שמאל"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "ביטול ההגדלה"
#: ../extensions/xrandr-indicator/extension.js:28
msgid "Right"
msgstr "ימין"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "הגדלה"
#: ../extensions/xrandr-indicator/extension.js:29
msgid "Upside-down"
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
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 ""
"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 "קיבוץ חלונות"
#: ../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"
#~ msgid "Normal"
#~ msgstr "רגיל"
#~ msgid "Left"
#~ msgstr "שמאל"
#~ msgid "Right"
#~ msgstr "ימין"
#~ msgid "Upside-down"
#~ msgstr "הפוך"
#~ msgid "Display"
#~ msgstr "תצוגה"
#~ msgid "Display Settings"
#~ msgstr "הגדרות תצוגה"
#~ msgid "Available"
#~ msgstr "פנוי"
#~ msgid "Busy"
#~ msgstr "עסוק"
#~ msgid "My Account"
#~ msgstr "החשבון שלי"
#~ msgid "Lock Screen"
#~ msgstr "נעילת המסך"
#~ msgid "Switch User"
#~ msgstr "החלפת משתמש"
#~ msgid "Log Out..."
#~ msgstr "יציאה..."
#~ msgid "Suspend"
#~ msgstr "השהיה"
#~ msgid "Hibernate"
#~ msgstr "תרדמת"
#~ msgid "Power Off..."
#~ msgstr "כיבוי..."
#~ msgid "Drag here to add favorites"
#~ msgstr "יש לגרור לכאן כדי להוסיף למועדפים"
#~ msgid "New Window"
#~ msgstr "חלון חדש"
#~ msgid "Remove from Favorites"
#~ msgstr "הסרה מהמועדפים"
#~ msgid "%s is away."
#~ msgstr "%s הופיע/ה כמרוחק/ת."
#~ msgid "%s is offline."
#~ msgstr "%s התנתק/ה."
#~ msgid "%s is online."
#~ msgstr "%s פנוי/ה."
#~ msgid "%s is busy."
#~ msgstr "%s עסוק/ה."
#~ msgid ""
#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use "
#~ "the default grid based algorithm, 'natural' to use another one that "
#~ "reflects more the position and size of the actual window"
#~ msgstr ""
#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use "
#~ "the default grid based algorithm, 'natural' to use another one that "
#~ "reflects more the position and size of the actual window"
#~ msgid "Window placement strategy"
#~ msgstr "Window placement strategy"
#~ msgid "Configure display settings..."
#~ msgstr "הגדרת תצורת התצוגה..."
#: ../extensions/xrandr-indicator/extension.js:78
msgid "Configure display settings..."
msgstr "הגדרת תצורת התצוגה..."

208
po/hu.po
View File

@@ -1,5 +1,5 @@
# Hungarian translation of
# Copyright (C) 2011, 2012, 2013. Free Software Foundation, Inc.
# Copyright (C) 2011, 2012. Free Software Foundation, Inc.
# This file is distributed under the same license as the gnome-shell-extensions package.
#
# Biró Balázs <arch.scar at gmail dot com>, 2011.
@@ -8,18 +8,17 @@
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: 2013-09-27 14:18+0000\n"
"PO-Revision-Date: 2013-10-10 14:07+0200\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-03-21 00:49+0100\n"
"PO-Revision-Date: 2013-03-21 00:48+0100\n"
"Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
"Language-Team: Hungarian <openscope at googlegroups dot com>\n"
"Language-Team: Hungarian <gnome-hu-list at gnome dot org>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.5\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.4\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
@@ -38,30 +37,6 @@ msgstr "Klasszikus GNOME Shell"
msgid "Window management and application launching"
msgstr "Ablakkezelés és alkalmazásindítás"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Kizárólagos ablak csatlakoztatása a szülő ablakhoz"
#: ../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 ""
"Ez a beállítás felülírja az org.gnome.mutter séma beállításokat, amikor a "
"GNOME Shell fut."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Szélek csempézésének engedélyezése ablakok képernyőszélekre ejtésekor"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Munkaterületek megjelenítése csak az elsődleges monitoron"
#: ../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 ""
"Fókuszváltozások késleltetése a mutató mozgásának megállásáig egér módban"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Csak bélyegkép"
@@ -82,15 +57,44 @@ msgstr "Ablakok megjelenítése mint"
msgid "Show only windows in the current workspace"
msgstr "Csak az aktuális munkaterület ablakainak megjelenítése"
#: ../extensions/apps-menu/extension.js:39
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:125
msgid "Suspend"
msgstr "Felfüggesztés"
#: ../extensions/alternative-status-menu/extension.js:128
msgid "Hibernate"
msgstr "Hibernálás"
#: ../extensions/alternative-status-menu/extension.js:131
msgid "Power Off"
msgstr "Kikapcsolás"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Felfüggesztés engedélyezése"
#: ../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 "A Felfüggesztés menüelem láthatóságának módosítása"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Hibernálás engedélyezése"
#: ../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 "A Hibernálás menüelem láthatóságának módosítása"
#: ../extensions/apps-menu/extension.js:37
msgid "Activities Overview"
msgstr "Tevékenységek áttekintés"
#: ../extensions/apps-menu/extension.js:113
#: ../extensions/apps-menu/extension.js:95
msgid "Favorites"
msgstr "Kedvencek"
#: ../extensions/apps-menu/extension.js:282
#: ../extensions/apps-menu/extension.js:184
msgid "Applications"
msgstr "Alkalmazások"
@@ -127,16 +131,16 @@ msgstr "Új illesztési szabály létrehozása"
msgid "Add"
msgstr "Hozzáadás"
#: ../extensions/drive-menu/extension.js:73
#, javascript-format
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "A(z) „%s” meghajtó kiadása nem sikerült:"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Cserélhető eszközök"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "Fájl megnyitása"
@@ -155,6 +159,8 @@ msgid ""
msgstr ""
"Ha nem üres, akkor a panelre kattintáskor megjelenő szöveget tartalmazza."
#. 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 "
@@ -198,13 +204,12 @@ msgstr ""
"tetejére helyezi el, az alapértelmezett alja helyett. Ezen beállítás "
"módosítása a Shell újraindítását igényli."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:77
msgid "Places"
msgstr "Helyek"
#: ../extensions/places-menu/placeDisplay.js:56
#, javascript-format
#, c-format
msgid "Failed to launch \"%s\""
msgstr "„%s” indítása meghiúsult"
@@ -221,11 +226,11 @@ msgstr "Saját mappa"
msgid "Browse Network"
msgstr "Hálózat tallózása"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Memória"
@@ -237,55 +242,6 @@ msgstr "Témanév"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "A ~/.themes/név/gnome-shell alól betöltendő téma neve"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Bezárás"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Minimalizálás megszüntetése"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimalizálás"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Maximalizálás megszüntetése"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximalizálás"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minden minimalizálása"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Minden minimalizálásának megszüntetése"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Minden maximalizálása"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Minden maximalizálásának megszüntetése"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Minden bezárása"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Munkaterület indikátor"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Ablaklista"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Mikor legyenek az ablakok csoportosítva"
@@ -293,11 +249,10 @@ msgstr "Mikor legyenek az ablakok csoportosítva"
#: ../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\"."
"Possible values are \"never\" and \"always\"."
msgstr ""
"Megadja, mikor csoportosítsa az Ablaklista kisalkalmazás egyazon alkalmazás "
"ablakait. Lehetséges értékek „never” (soha), „auto” (automatikus) és "
"„always” (mindig)."
"ablakait. Lehetséges értékek „never” (soha) és „always” (mindig)."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
@@ -308,13 +263,13 @@ msgid "Never group windows"
msgstr "Soha ne csoportosítsa az ablakokat"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Ablakok csoportosítása, ha kevés a hely"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Mindig csoportosítsa az ablakokat"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Munkaterület indikátor"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Munkaterület-nevek:"
@@ -324,48 +279,33 @@ msgid "Name"
msgstr "Név"
#: ../extensions/workspace-indicator/prefs.js:186
#, javascript-format
#, c-format
msgid "Workspace %d"
msgstr "%d. munkaterület"
#~ msgid "Normal"
#~ msgstr "Normál"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Normál"
#~ msgid "Left"
#~ msgstr "Balra"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Balra"
#~ msgid "Right"
#~ msgstr "Jobbra"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Jobbra"
#~ msgid "Upside-down"
#~ msgstr "Fejjel lefelé"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Fejjel lefelé"
#~ msgid "Display"
#~ msgstr "Kijelző"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Kijelző"
#~ msgid "Display Settings"
#~ msgstr "Kijelzőbeállítások"
#~ msgid "Suspend"
#~ msgstr "Felfüggesztés"
#~ msgid "Hibernate"
#~ msgstr "Hibernálás"
#~ msgid "Power Off"
#~ msgstr "Kikapcsolás"
#~ msgid "Enable suspending"
#~ msgstr "Felfüggesztés engedélyezése"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "A Felfüggesztés menüelem láthatóságának módosítása"
#~ msgid "Enable hibernating"
#~ msgstr "Hibernálás engedélyezése"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "A Hibernálás menüelem láthatóságának módosítása"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Kijelzőbeállítások"
#~ msgid "Devices"
#~ msgstr "Eszközök"

336
po/id.po
View File

@@ -2,15 +2,15 @@
# Copyright (C) 2012 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
#
# Andika Triwidada <andika@gmail.com>, 2012, 2013.
# Andika Triwidada <andika@gmail.com>, 2012.
# Dirgita <dirgitadevina@yahoo.co.id>, 2012.
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: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-23 21:25+0700\n"
"POT-Creation-Date: 2012-10-08 17:42+0000\n"
"PO-Revision-Date: 2012-10-15 21:54+0700\n"
"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
"Language-Team: Indonesian <gnome@i15n.org>\n"
"Language: id\n"
@@ -19,80 +19,70 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 1.5.7\n"
"X-Generator: Poedit 1.5.4\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "GNOME Klasik"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1
msgid "The application icon mode."
msgstr "Mode ikon aplikasi."
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Sesi ini memasukkan Anda ke GNOME Klasik"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME Shell Klasik"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Manajemen jendela dan peluncuran aplikasi"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Cantolkan dialog modal ke jendela induk"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
"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'."
msgstr ""
"Kunci ini menimpa kunci dalam org.gnome.mutter ketika menjalankan GNOME "
"Shell."
"Menata bagaimana jendela ditampilkan di penukar. Kemungkinan yang valid "
"adalah 'thumbnail-only' (menampilkan gambar mini jendela), 'app-icon-"
"only' (menampilkan hanya ikon aplikasi), atau 'both' (keduanya)."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Aktifkan pengubinan tepi ketika menjatuhkan jendela ke tepi layar"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Ruang kerja hanya pada monitor primer"
#: ../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 ""
"Tunda perubahan fokus dalam mode tetikus sampai penunjuk berhenti bergerak"
#: ../extensions/alternate-tab/prefs.js:20
#: ../extensions/alternate-tab/prefs.js:26
msgid "Thumbnail only"
msgstr "Hanya gambar mini"
#: ../extensions/alternate-tab/prefs.js:21
#: ../extensions/alternate-tab/prefs.js:27
msgid "Application icon only"
msgstr "Hanya ikon aplikasi"
#: ../extensions/alternate-tab/prefs.js:22
#: ../extensions/alternate-tab/prefs.js:28
msgid "Thumbnail and application icon"
msgstr "Gambar mini dan ikon aplikasi"
#: ../extensions/alternate-tab/prefs.js:37
#: ../extensions/alternate-tab/prefs.js:43
msgid "Present windows as"
msgstr "Sajikan jendela sebagai"
#: ../extensions/alternate-tab/prefs.js:62
#: ../extensions/alternate-tab/prefs.js:68
msgid "Show only windows in the current workspace"
msgstr "Hanya tampilkan jendela dalam ruang kerja kini"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Ringkasan Aktivitas"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:86
msgid "Suspend"
msgstr "Suspensi"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Favorit"
#: ../extensions/alternative-status-menu/extension.js:91
msgid "Hibernate"
msgstr "Hibernasi"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Aplikasi"
#: ../extensions/alternative-status-menu/extension.js:96
msgid "Power Off"
msgstr "Matikan"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Fungsikan suspensi"
#: ../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 "Menentukan kenampakan menu Suspensi"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Fungsikan hibernasi"
#: ../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 "Menentukan kenampakan menu Hibernasi"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
@@ -127,16 +117,92 @@ msgstr "Buat aturan pencocokan baru"
msgid "Add"
msgstr "Tambah"
#: ../extensions/drive-menu/extension.js:73
#: ../extensions/dock/extension.js:600
msgid "Drag here to add favorites"
msgstr "Seret ke sini untuk menambah favorit"
#: ../extensions/dock/extension.js:926
msgid "New Window"
msgstr "Jendela Baru"
#: ../extensions/dock/extension.js:928
msgid "Quit Application"
msgstr "Keluar Aplikasi"
#: ../extensions/dock/extension.js:933
msgid "Remove from Favorites"
msgstr "Hapus dari Favorit"
#: ../extensions/dock/extension.js:934
msgid "Add to Favorites"
msgstr "Tambah ke Favorit"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:1
msgid "Position of the dock"
msgstr "Posisi tambat"
#: ../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 ""
"Atur posisi dok pada layar. Nilai yang diizinkan adalah 'right' (kanan) atau "
"'left' (kiri)"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:3
msgid "Icon size"
msgstr "Ukuran ikon"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:4
msgid "Sets icon size of the dock."
msgstr "Mengatur ukuran ikon dok."
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:5
msgid "Enable/disable autohide"
msgstr "Aktifkan/nonaktifkan sembunyi otomatis"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:6
msgid "Autohide effect"
msgstr "Efek sembunyi otomatis"
#: ../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 ""
"Mengatur efek penyembunyian dok. Nilai yang diizinkan adalah 'resize' (ubah "
"ukuran), 'rescale' (ubah skala), dan 'move' (pindah)"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:8
msgid "Autohide duration"
msgstr "Durasi sembunyi otomatis"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:9
msgid "Sets the time duration of the autohide effect."
msgstr "Mengatur durasi waktu dari efek sembunyi otomatis."
#: ../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 ""
"Mengatur monitor tempat menampilkan dok. Nilai bawaan (-1) adalah monitor "
"utama."
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Saat mengeluarkan drive '%s' gagal:"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Perangkat yang dapat dilepas"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "Buka Berkas"
@@ -172,6 +238,26 @@ msgstr ""
msgid "Message:"
msgstr "Pesan:"
#: ../extensions/gajim/extension.js:226
#, c-format
msgid "%s is away."
msgstr "%s pergi."
#: ../extensions/gajim/extension.js:229
#, c-format
msgid "%s is offline."
msgstr "%s luring."
#: ../extensions/gajim/extension.js:232
#, c-format
msgid "%s is online."
msgstr "%s daring."
#: ../extensions/gajim/extension.js:235
#, c-format
msgid "%s is busy."
msgstr "%s sedang sibuk."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Pakai lebih banyak layar bagi jendela"
@@ -201,34 +287,44 @@ msgstr ""
"masing, menimpa bawaan shell yang menempatkannya di bagian bawah. Mengubah "
"ini memerlukan memulai ulang shell agar berdampak."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:46
msgid "Places"
msgstr "Tempat"
#: ../extensions/places-menu/placeDisplay.js:56
#: ../extensions/places-menu/extension.js:47
msgid "Devices"
msgstr "Perangkat"
#: ../extensions/places-menu/extension.js:48
msgid "Bookmarks"
msgstr "Penanda Buku"
#: ../extensions/places-menu/extension.js:49
msgid "Network"
msgstr "Jaringan"
#: ../extensions/places-menu/placeDisplay.js:48
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Gagal meluncurkan \"%s\""
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Komputer"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Rumah"
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
msgstr "Ramban Jaringan"
#: ../extensions/places-menu/placeDisplay.js:184
msgid "File System"
msgstr "Sistem Berkas"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/places-menu/placeDisplay.js:188
msgid "Browse network"
msgstr "Ramban jaringan"
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Memori"
@@ -240,84 +336,10 @@ msgstr "Nama tema"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Nama tema, untuk dimuat dari ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Tutup"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Tak minimalkan"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimalkan"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Tak maksimalkan"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maksimalkan"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimalkan semua"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Tak minimalkan semua"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maksimalkan semua"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Tak maksimalkan semua"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Tutup semua"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indikator Ruang Kerja"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Daftar Jendela"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Kapan mengelompokkan jendela"
#: ../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 ""
"Menentukan kapan mengelompokkan jendela dari aplikasi yang sama pada daftar "
"jendela. Nilai-nilai yang mungkin adalah \"never\" (tak pernah), \"auto"
"\" (otomatis), atau \"always\" (selalu)."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Pengelompokan Jendela"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Jangan pernah kelompokkan jendela"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Kelompokkan jendela ketika ruang terbatas"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Selalu kelompokkan jendela"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Nama ruang kerja:"
@@ -330,3 +352,27 @@ msgstr "Nama"
#, c-format
msgid "Workspace %d"
msgstr "Ruang Kerja %d"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Normal"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Kiri"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Kanan"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Terbalik"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Tampilan"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Pengaturan Tampilan"

166
po/it.po
View File

@@ -1,6 +1,5 @@
# Italian translations for GNOME Shell extensions
# Copyright (C) 2011 Giovanni Campagna et al.
# Copyright (C) 2012, 2013 The Free Software Foundation, Inc.
# This file is distributed under the same license as the gnome-shell-extensions package.
# Giovanni Campagna <scampa.giovanni@gmail.com>, 2011
# Milo Casagrande <milo@ubuntu.com>, 2013.
@@ -9,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-23 12:25+0200\n"
"PO-Revision-Date: 2013-09-23 12:25+0200\n"
"POT-Creation-Date: 2013-03-20 10:05+0100\n"
"PO-Revision-Date: 2013-03-20 10:05+0100\n"
"Last-Translator: Milo Casagrande <milo@ubuntu.com>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
"Language: it\n"
@@ -18,7 +17,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
"X-Generator: Gtranslator 2.91.6\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -37,33 +35,6 @@ msgstr "GNOME Shell classico"
msgid "Window management and application launching"
msgstr "Gestione finestre a avvio applicazioni"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Collega la finestra modale alla finestra genitore"
#: ../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 ""
"Questa chiave scavalca quella in org.gnome.mutter quando è in esecuzione "
"GNOME Shell."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr ""
"Abilita la tassellatura sul bordo quando le finestre vengono rilasciate ai "
"bordi dello schermo"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Spazi di lavoro solo sul monitor principale"
#: ../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 ""
"Ritarda il cambio del focus nella modalità mouse finché il puntantore non si "
"ferma"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Solo la miniatura"
@@ -85,15 +56,44 @@ msgstr "Mostra le finestre con"
msgid "Show only windows in the current workspace"
msgstr "Mostra solo le finestre dello spazio di lavoro corrente"
#: ../extensions/apps-menu/extension.js:39
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:125
msgid "Suspend"
msgstr "Sospendi"
#: ../extensions/alternative-status-menu/extension.js:128
msgid "Hibernate"
msgstr "Iberna"
#: ../extensions/alternative-status-menu/extension.js:131
msgid "Power Off"
msgstr "Spegni"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Abilita sospensione"
#: ../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 "Controlla la visibilità del comando Sospendi"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Abilita ibernazione"
#: ../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 "Controlla la visibilità del comando Iberna"
#: ../extensions/apps-menu/extension.js:37
msgid "Activities Overview"
msgstr "Panoramica attività"
#: ../extensions/apps-menu/extension.js:113
#: ../extensions/apps-menu/extension.js:95
msgid "Favorites"
msgstr "Preferiti"
#: ../extensions/apps-menu/extension.js:282
#: ../extensions/apps-menu/extension.js:184
msgid "Applications"
msgstr "Applicazioni"
@@ -130,16 +130,16 @@ msgstr "Crea una nuova regola di corrispondenza"
msgid "Add"
msgstr "Aggiungi"
#: ../extensions/drive-menu/extension.js:73
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Espulsione dell'unità «%s» non riuscita:"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Dispositivi rimovibili"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "Apri file"
@@ -204,8 +204,7 @@ msgstr ""
"miniature, aggirando il comportamento normale della shell, che li colloca in "
"basso. Modificare questa impostazione richiede di riavviare la shell."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:77
msgid "Places"
msgstr "Posizioni"
@@ -227,11 +226,11 @@ msgstr "Home"
msgid "Browse Network"
msgstr "Esplora rete"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Memoria"
@@ -243,55 +242,6 @@ msgstr "Nome del tema"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Il nome del tema, da caricare da ~/.themes/nome/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Chiudi"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Deminimizza"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimizza"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Demassimizza"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Massimizza"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimizza tutto"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Deminimizza tutto"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Massimizza tutto"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Demassimizza tutto"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Chiudi tutto"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicatore spazi di lavoro"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Elenco finestre"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Quando raggruppare le finestre"
@@ -299,10 +249,10 @@ msgstr "Quando raggruppare le finestre"
#: ../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\"."
"Possible values are \"never\" and \"always\"."
msgstr ""
"Decide quando raggruppare le finestre della stessa applicazione sull'elenco "
"delle finestre. I possibili valori sono \"never\", \"auto\" e \"always\"."
"delle finestre. I possibile valori sono \"never\" e \"always\"."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
@@ -313,13 +263,13 @@ msgid "Never group windows"
msgstr "Non raggruppare le finestre"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Raggruppare le finestre quando c'è poco spazio"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Raggruppare sempre le finestre"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicatore spazi di lavoro"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Nomi degli spazi di lavoro:"
@@ -332,3 +282,27 @@ msgstr "Nome"
#, c-format
msgid "Workspace %d"
msgstr "Spazio di lavoro %d"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Normale"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Sinistra"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Destra"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Rovesciato"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Monitor"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Impostazioni monitor"

246
po/ja.po
View File

@@ -1,18 +1,16 @@
# gnome-shell-extensions ja.po
# Copyright (C) 2011-2013 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.
# Takeshi AIHANA <takeshi.aihana@gmail.com>, 2011.
# Jiro Matsuzawa <jmatsuzawa@gnome.org>, 2011, 2013
# Nishio Futoshi <fut_nis@d3.dion.ne.jp>, 2013.
# Ikuya Awashiro <ikuya@fruitsbasket.info>, 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-03-29 20:57+0000\n"
"PO-Revision-Date: 2014-06-23 16:25+0900\n"
"Last-Translator: Ikuya Awashiro <ikuya@fruitsbasket.info>\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-03-25 16:24+0900\n"
"PO-Revision-Date: 2013-03-25 17:06+0900\n"
"Last-Translator: Jiro Matsuzawa <jmatsuzawa@gnome.org>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
@@ -37,26 +35,6 @@ msgstr "GNOME Shell クラシック"
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 "GNOME Shell 使用時は、このキーが、org.gnome.mutter の同じキーよりも優先します。"
#: ../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 "サムネイルのみ"
@@ -77,15 +55,44 @@ msgstr "ウィンドウの表示方法"
msgid "Show only windows in the current workspace"
msgstr "現在のワークスペースのウィンドウのみ表示する"
#: ../extensions/apps-menu/extension.js:39
#. 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:37
msgid "Activities Overview"
msgstr "アクティビティ"
#: ../extensions/apps-menu/extension.js:113
#: ../extensions/apps-menu/extension.js:95
msgid "Favorites"
msgstr "お気に入り"
#: ../extensions/apps-menu/extension.js:282
#: ../extensions/apps-menu/extension.js:184
msgid "Applications"
msgstr "アプリケーション"
@@ -108,28 +115,28 @@ msgstr "ワークスペース"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "ルールを追加"
msgstr ""
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "新規ルールの作成"
msgstr ""
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "追加"
msgstr ""
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr ""
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
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 "ファイルを開く"
msgstr ""
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
@@ -137,23 +144,23 @@ msgstr "Hello, world!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "代わりの挨拶テキストです。"
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 "空でない場合、指定したテキストが、パネルをクリックした時に表示されます。"
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 ""
"Example は、うまく動作する GNOME Shell 拡張機能の構築方法を示すことを目的としています。それ自体の機能はほんとどありません。\n"
"それでも、挨拶メッセージをカスタマイズすることはできます。"
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "メッセージ:"
msgstr ""
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
@@ -171,34 +178,33 @@ msgstr "ウィンドウのタイトルバーを上端に表示するかどうか
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 にすると、ウィンドウのサムネイルの上端にそのウィンドウのタイトルバーを表示します (これは、サムネイルの下端にタイトルバーを表示する GNOME シェルのデフォルト値よりも優先されます)。この設定を適用する際は GNOME シェルを再起動してください。"
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:77
msgid "Places"
msgstr "場所"
#: ../extensions/places-menu/placeDisplay.js:57
#, javascript-format
#: ../extensions/places-menu/placeDisplay.js:56
#, c-format
msgid "Failed to launch \"%s\""
msgstr "\"%s\" の起動に失敗"
#: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:122
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "コンピューター"
#: ../extensions/places-menu/placeDisplay.js:200
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "ホーム"
#: ../extensions/places-menu/placeDisplay.js:287
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
msgstr "ネットワークを表示"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "メモリ"
@@ -210,62 +216,13 @@ msgstr "テーマの名前"
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 "ウインドウをグループ化する条件"
msgstr ""
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
msgid "Decides when to group windows from the same application on the window list. Possible values are \"never\", \"auto\" and \"always\"."
msgstr "ウィンドウ一覧にある同じアプリケーションをグループ化する条件を指定します。指定可能な値は、\"never\", \"auto\", \"always\" です。"
msgid "Decides when to group windows from the same application on the window list. Possible values are \"never\" and \"always\"."
msgstr ""
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
@@ -276,64 +233,51 @@ 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 "ワークスペース名:"
msgstr ""
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "名前"
msgstr ""
#: ../extensions/workspace-indicator/prefs.js:186
#, javascript-format
#, c-format
msgid "Workspace %d"
msgstr "ワークスペース %d"
msgstr ""
#~ msgid "Normal"
#~ msgstr "標準"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "標準"
#~ msgid "Left"
#~ msgstr "左回り"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "左回り"
#~ msgid "Right"
#~ msgstr "右回り"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "右回り"
#~ msgid "Upside-down"
#~ msgstr "逆さま"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "逆さま"
#~ msgid "Display"
#~ msgstr "ディスプレイ"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr ""
#~ msgid "Display Settings"
#~ msgstr "ディスプレイ設定"
#~ msgid "Suspend"
#~ msgstr "サスペンド"
#~ msgid "Hibernate"
#~ msgstr "ハイバーネート"
#~ msgid "Power Off"
#~ msgstr "電源オフ"
#~ msgid "Enable suspending"
#~ msgstr "サスペンドを有効にする"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "メニューアイテムとしてサスペンドを表示します。"
#~ msgid "Enable hibernating"
#~ msgstr "ハイバーネートを有効にする"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "メニューアイテムとしてハイバーネートを表示します。"
#: ../extensions/xrandr-indicator/extension.js:80
#, fuzzy
#| msgid "System Settings"
msgid "Display Settings"
msgstr "システム設定"
#~ msgid "Notifications"
#~ msgstr "メッセージ通知"

326
po/kk.po
View File

@@ -1,326 +0,0 @@
# Kazakh translation for gnome-shell-extensions.
# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
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: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-24 06:33+0600\n"
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
"Language-Team: Kazakh <kk@li.org>\n"
"Language: kk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\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 Shell"
#: ../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 ""
"Бұл кілт GNOME Shell орындау кезінде org.gnome.mutter кілтін үстінен басады."
#: ../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 ""
"Жолдар тізімі, әрқайсысы қолданба анықтағышын сақтайды (desktop файлының "
"аты), соңында үтір және жұмыс орнының нөмірі тұрады"
#: ../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:73
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "'%s' дискін шығару сәтсіз аяқталды:"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "Алынатын құрылғылар"
#: ../extensions/drive-menu/extension.js:117
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 ""
"Бұл мысал Shell үшін тиянақты жұмыс жасайтын кеңейтулерді қалай жасау керек "
"екенін көрсетуге тырысады, сондықтан оның өз мүмкіндіктері аз.\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:78
#: ../extensions/places-menu/extension.js:81
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: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: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
msgid "When to group windows"
msgstr "Терезелерді қашан топтау керек"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"."
msgstr ""
"Терезелер тізімінде бір қолданбаның терезелерін қашан топтау керек екенін "
"сипаттайды. Мүмкін мәндері: \"never\", \"auto\" және \"always\"."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Терезелерді топтау"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Терезелерді ешқашан топтамау"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Терезелерді орын шектелген кезде топтау"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Терезелерді әрқашан топтау"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Жұмыс орын атаулары:"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "Атауы"
#: ../extensions/workspace-indicator/prefs.js:186
#, c-format
msgid "Workspace %d"
msgstr "Жұмыс орны %d"

326
po/km.po
View File

@@ -1,326 +0,0 @@
# 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"

330
po/kn.po
View File

@@ -1,330 +0,0 @@
# Shankar Prasad <svenkate@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-10-29 06:13-0400\n"
"Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
"Language-Team: Kannada <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: kn\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 ""
"GNOME ಶೆಲ್‌ ಅನ್ನು ಚಲಾಯಿಸುವಾಗ ಈ ಕೀಲಿಯು org.gnome.mutter ಯಲ್ಲಿನ ಕೀಲಿಯನ್ನು "
"ಅತಿಕ್ರಮಿಸುತ್ತದೆ."
#: ../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 ""
"ನಿಜವಾದಲ್ಲಿ, ಆಯಾಯ ಅಡಕಚಿತ್ರದ ಮೇಲ್ಭಾಗದಲ್ಲಿ ಕಿಟಕಿ ಶೀರ್ಷಿಕೆಗಳನ್ನು ಇರಿಸಿ, ಆ ಮೂಲಕ "
"ಶೆಲ್‌ನ ಪೂರ್ವನಿಯೋಜಿತವಾದಂತಹ ಕೆಳಭಾಗದಲ್ಲಿ ಇರಿಸುವಿಕೆಯನ್ನು ಅತಿಕ್ರಮಿಸಿದಂತಾಗುತ್ತದೆ. "
"ಈ ಸಿದ್ಧತೆಯನ್ನು ಬದಲಾಯಿಸಿದಲ್ಲಿ ಅದು ಕಾರ್ಯರೂಪಕ್ಕೆ ಬರಲು ಶೆಲ್ ಅನ್ನು ಮರಳಿ ಆರಂಭಿಸುವ "
"ಅಗತ್ಯವಿರುತ್ತದೆ."
#: ../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 ""
"ಕಿಟಕಿಯ ಪಟ್ಟಿಯಲ್ಲಿ ಒಂದೇ ಅನ್ವಯಗಳ ಕಿಟಕಿಗಳನ್ನು ಯಾವಾಗ ಗುಂಪುಗೂಡಿಸಬೇಕು ಎನ್ನುವುದನ್ನು "
"ಇದು ನಿರ್ಧರಿಸುತ್ತದೆ. ಸಾಧ್ಯವಿರುವ ಮೌಲ್ಯಗಳೆಂದರೆ, \"never\", \"auto\" ಮತ್ತು "
"\"always\""
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "ಕಿಟಕಿ ಗುಂಪು ಮಾಡುವಿಕೆ"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "ಎಂದಿಗೂ ಕಿಟಕಿಗಳನ್ನು ಗುಂಪುಗೂಡಿಸದಿರು"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "ಸ್ಥಳದ ಮಿತಿ ಇದ್ದಾಗ ಕಿಟಕಿಗಳನ್ನು ಗುಂಪುಗೂಡಿಸು"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "ಯಾವಾಗಲೂ ಕಿಟಕಿಗಳನ್ನು ಗುಂಪುಗೂಡಿಸು"
#: ../extensions/workspace-indicator/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 "ಪ್ರದರ್ಶಕದ ಸಿದ್ಧತೆಗಳು"

214
po/ko.po
View File

@@ -3,15 +3,14 @@
# This file is distributed under the same license as the gnome-shell-extensions package.
#
# Seong-ho Cho <darkcircle.0426@gmail.com>, 2012.
# Changwoo Ryu <cwryu@debian.org>, 2013-2014.
# Changwoo Ryu <cwryu@debian.org>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-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: 2014-03-05 08:31+0000\n"
"PO-Revision-Date: 2014-03-05 20:11+0900\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-02-08 12:25+0000\n"
"PO-Revision-Date: 2013-03-28 02:57+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <gnome-kr@googlegroups.com>\n"
"Language: ko\n"
@@ -37,27 +36,6 @@ msgstr "그놈 셸 클래식"
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에 있는 키 대신 사용됩니다."
#: ../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 "섬네일만"
@@ -78,15 +56,44 @@ msgstr "현재 창 표시 방법"
msgid "Show only windows in the current workspace"
msgstr "현재 작업 공간의 창만 표시합니다"
#: ../extensions/apps-menu/extension.js:39
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:144
msgid "Suspend"
msgstr "대기 모드"
#: ../extensions/alternative-status-menu/extension.js:147
msgid "Hibernate"
msgstr "최대 절전"
#: ../extensions/alternative-status-menu/extension.js:150
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:50
msgid "Activities Overview"
msgstr "현재 활동"
#: ../extensions/apps-menu/extension.js:113
#: ../extensions/apps-menu/extension.js:103
msgid "Favorites"
msgstr "즐겨찾기"
#: ../extensions/apps-menu/extension.js:282
#: ../extensions/apps-menu/extension.js:197
msgid "Applications"
msgstr "프로그램"
@@ -98,9 +105,7 @@ msgstr "프로그램 및 작업 공간 목록"
msgid ""
"A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number"
msgstr ""
"문자열 목록, 각각은 프로그램 ID(데스크톱 파일 이름) 다음에 콜론 뒤에 작업 공"
"간 번호."
msgstr "문자열 목록, 각각은 프로그램 ID(데스크톱 파일 이름) 다음에 콜론 뒤에 작업 공간 번호."
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
@@ -123,22 +128,22 @@ msgstr "새 일치 규칙 만들기"
msgid "Add"
msgstr "추가"
#: ../extensions/drive-menu/extension.js:106
#, javascript-format
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "'%s' 드라이브를 빼는데 실패했습니다:"
#: ../extensions/drive-menu/extension.js:123
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "이동식 장치"
#: ../extensions/drive-menu/extension.js:150
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "파일 열기"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
msgstr "안녕하세요, 여러분!"
msgstr "Hello, world!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
@@ -150,15 +155,17 @@ msgid ""
"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 ""
"Example 확장은 잘 동작하는 셸 확장을 어떻게 만드는지 보여주는 예제이므로 자"
"체 기능은 거의 없습니다.\n"
"하지만 인사 메시지를 원하는대로 정할 수 있습니다."
"Example은 쉘에 대해 잘 갖춰진 확장을 어떻게 만드는지 보여주기 위한 것이며, 자"
"체적으로 약간의 기능을 가지고 있습니다. \n"
"그럼에도 불구하고 인사 메시지를 사용자가 원하는대로 정할 수 있습니다."
#: ../extensions/example/prefs.js:36
msgid "Message:"
@@ -174,10 +181,7 @@ 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 ""
"창의 섬네일을 표시할 때 더 많은 화면을 사용합니다. 섬네일을 화면 종횡비에 맞"
"추고 섬네일을 통합해 차지하는 크기를 줄입니다. 이 설정은 자동 배치 방식에서"
"만 적용됩니다."
msgstr "창의 섬네일을 표시할 때 더 많은 화면을 사용합니다. 섬네일을 화면 종횡비에 맞추고 섬네일을 통합해 차지하는 크기를 줄입니다. 이 설정은 자동 배치 방식에서만 적용됩니다."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
@@ -188,38 +192,34 @@ 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 ""
"참이면, 창의 이름을 각 섬네일 위에 표시합니다. 셸의 기본값은 아래에 창 이름"
"을 표시합니다. 이 설정을 바꾸면 셸을 다시 시작해야 적용됩니다."
msgstr "참이면, 창의 이름을 각 섬네일 위에 표시합니다. 셸의 기본값은 아래에 창 이름을 표시합니다. 이 설정을 바꾸면 셸을 다시 시작해야 적용됩니다."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:57
msgid "Places"
msgstr "위치"
#: ../extensions/places-menu/placeDisplay.js:57
#, javascript-format
#: ../extensions/places-menu/placeDisplay.js:48
#, c-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
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Home"
msgstr "홈"
#: ../extensions/places-menu/placeDisplay.js:287
#: ../extensions/places-menu/placeDisplay.js:195
msgid "Computer"
msgstr "컴퓨터"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Browse Network"
msgstr "네트워크 찾아보기"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "메모리"
@@ -231,55 +231,6 @@ msgstr "테마 이름"
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 "창 모으기 조건"
@@ -287,10 +238,8 @@ msgstr "창 모으기 조건"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"."
msgstr ""
"창 목록에서 같은 프로그램의 창을 언제 모을지 결정합니다. 가능한 값은 \"never"
"\", \"auto\", \"always\"입니다."
"Possible values are \"never\" and \"always\"."
msgstr "창 목록에서 같은 프로그램의 창을 언제 모을지 결정합니다. 가능한 값은 \"never\" 및 \"always\"입니다."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
@@ -301,13 +250,13 @@ 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 "작업 공간 이름:"
@@ -317,6 +266,35 @@ msgid "Name"
msgstr "이름"
#: ../extensions/workspace-indicator/prefs.js:186
#, javascript-format
#, 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 "디스플레이 설정"

150
po/lt.po
View File

@@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: lt\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-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-24 22:15+0300\n"
"POT-Creation-Date: 2013-04-19 19:12+0000\n"
"PO-Revision-Date: 2013-04-27 23:40+0300\n"
"Last-Translator: Aurimas Černius <aurisc4@gmail.com>\n"
"Language-Team: Lietuvių <gnome-lt@lists.akl.lt>\n"
"Language: \n"
@@ -38,28 +38,6 @@ msgstr "Klasikinis GNOME Shell"
msgid "Window management and application launching"
msgstr "Langų valdymas ir programų paleidimas"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Prikabinti modalinį dialogą prie tėvinio lango"
#: ../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 ""
"Šis raktas padaro org.gnome.mutter raktą neveiksniu naudojant GNOME Shell."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Įjungti išplėtimą kraštuose nutempiant langus į ekrano kraštus"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Darbalaukiai tik pagrindiniame monitoriuje"
#: ../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 "Atidėti fokuso pakeitimą pelei iki žymiklis nustos judėti"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Tik miniatiūros"
@@ -80,6 +58,35 @@ msgstr "Pateikti langus kaip"
msgid "Show only windows in the current workspace"
msgstr "Rodyti tik dabartinio darbalaukio langus"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:125
msgid "Suspend"
msgstr "Užmigdyti"
#: ../extensions/alternative-status-menu/extension.js:128
msgid "Hibernate"
msgstr "Hibernuoti"
#: ../extensions/alternative-status-menu/extension.js:131
msgid "Power Off"
msgstr "Išjungti"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Įjungti užmigimą"
#: ../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 "Valdyti užmigdymo meniu punkto matomumą"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Įjungti hibernavimą"
#: ../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 "Valdyti hibernavimo meniu punkto matomumą"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Veiklų apžvalga"
@@ -88,7 +95,7 @@ msgstr "Veiklų apžvalga"
msgid "Favorites"
msgstr "Mėgiamiausi"
#: ../extensions/apps-menu/extension.js:282
#: ../extensions/apps-menu/extension.js:278
msgid "Applications"
msgstr "Programos"
@@ -125,16 +132,16 @@ msgstr "Sukurti naują atitikimo taisyklę"
msgid "Add"
msgstr "Pridėti"
#: ../extensions/drive-menu/extension.js:73
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Laikmenos „%s“ išstūmimas nepavyko:"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Išimami įrenginiai"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "Atverti failą"
@@ -197,8 +204,7 @@ msgstr ""
"nepaisant numatyto talpinimo apačioje. Pakeitus šiuos nustatymus reikės "
"paleisti apvalkalą iš naujo."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:77
msgid "Places"
msgstr "Vietos"
@@ -220,11 +226,11 @@ msgstr "Namų aplankas"
msgid "Browse Network"
msgstr "Naršyti tinklą"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Atmintis"
@@ -236,60 +242,14 @@ msgstr "Temos pavadinimas"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Temos pavadinimas, kuri bus įkrauta iš ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Užverti"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Grąžinti iš sumažinimo"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Sumažinti"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Grąžinti iš išdidinimo"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Išdidinti"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Sumažinti visus"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Grąžinti visus iš sumažinimo"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Išdidinti visus"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Grąžinti visus iš išdidinimo"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Užverti visus"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Darbalaukio indikatorius"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Langų sąrašas"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Kada grupuoti langus"
#: ../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\" and \"always\"."
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"."
@@ -313,6 +273,10 @@ msgstr "Grupuoti langus, kai yra ribotai vietos"
msgid "Always group windows"
msgstr "Visada grupuoti langus"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Darbalaukio indikatorius"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Darbalaukių pavadinimas:"
@@ -325,3 +289,27 @@ msgstr "Pavadinimas"
#, c-format
msgid "Workspace %d"
msgstr "Darbalaukis %d"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Įprastinis"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Kairė"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Dešinė"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Aukštyn kojom"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Vaizduoklis"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Vaizduoklio nustatymai"

453
po/lv.po
View File

@@ -3,93 +3,85 @@
#
#
# Rūdofls Mazurs <rudolfs.mazurs@gmail.com>, 2011, 2012.
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2012, 2013.
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: \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-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-26 23:31+0300\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-10-12 22:58+0300\n"
"PO-Revision-Date: 2012-10-12 23:25+0300\n"
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian <lata-l10n@googlegroups.com>\n"
"Language: lv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.5\n"
"X-Generator: Lokalize 1.4\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "Klasiskais GNOME"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1
msgid "The application icon mode."
msgstr "Lietotnes ikonas režīms."
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Šī sesija ieraksta jūs klasiskajā GNOME vidē"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "Klasiskā GNOME čaula"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Logu pārvaldība un lietotņu palaišana"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Pievienot modālo dialoglodziņu vecāka logam"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr "Šī atslēga pārraksta org.gnome.mutter atslēgu, darbinot GNOME čaulu."
"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'."
msgstr ""
"Konfigurē, kā pārslēdzējā tiek parādīts logs. Derīgās iespējas ir "
"“thumbnail-only” (rāda loga sīktēlu), “app-icon-only” (rāda tikai lietotnes "
"ikonu) vai “both” (abi)."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Aktivēt logu sānisko izklāšanu, kad to nomet uz ekrāna malas"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Darbvietas tikai uz galvenā monitora"
#: ../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 "Peles režīmā aizkavēt fokusa izmaiņas, līdz rādītājs pārstāj kustēties"
#: ../extensions/alternate-tab/prefs.js:20
#: ../extensions/alternate-tab/prefs.js:26
msgid "Thumbnail only"
msgstr "Tikai sīktēli"
#: ../extensions/alternate-tab/prefs.js:21
#: ../extensions/alternate-tab/prefs.js:27
msgid "Application icon only"
msgstr "Tikai lietotnes ikonas"
#: ../extensions/alternate-tab/prefs.js:22
#: ../extensions/alternate-tab/prefs.js:28
msgid "Thumbnail and application icon"
msgstr "Sīktēli un lietotņu ikonas"
#: ../extensions/alternate-tab/prefs.js:37
#: ../extensions/alternate-tab/prefs.js:43
msgid "Present windows as"
msgstr "Rādīt logus kā"
#: ../extensions/alternate-tab/prefs.js:62
#: ../extensions/alternate-tab/prefs.js:68
msgid "Show only windows in the current workspace"
msgstr "Rādīt tikai logus, kas ir pašreizējā darbvietā"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Aktivitāšu pārskats"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:86
msgid "Suspend"
msgstr "Iesnaudināt"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Izlase"
#: ../extensions/alternative-status-menu/extension.js:91
msgid "Hibernate"
msgstr "Iemidzināt"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Lietotnes"
#: ../extensions/alternative-status-menu/extension.js:96
msgid "Power Off"
msgstr "Izslēgt"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Aktivēt iesnaudināšanu"
#: ../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 "Pārvaldīt iesnaudināšanas izvēlnes vienuma redzamību"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Aktivēt iemidzināšanu"
#: ../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 "Pārvaldīt iemidzināšanas izvēlnes vienuma redzamību"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
@@ -124,16 +116,91 @@ msgstr "Izveidot jaunu atbilstošu kārtulu"
msgid "Add"
msgstr "Pievienot"
#: ../extensions/drive-menu/extension.js:73
#: ../extensions/dock/extension.js:600
msgid "Drag here to add favorites"
msgstr "Velciet šeit, lai pievienotu izlasei"
#: ../extensions/dock/extension.js:926
msgid "New Window"
msgstr "Jauns logs"
#: ../extensions/dock/extension.js:928
msgid "Quit Application"
msgstr "Iziet no lietotnes"
#: ../extensions/dock/extension.js:933
msgid "Remove from Favorites"
msgstr "Izņemt no izlases"
#: ../extensions/dock/extension.js:934
msgid "Add to Favorites"
msgstr "Pievienot izlasei"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:1
msgid "Position of the dock"
msgstr "Doka novietojums"
#: ../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 ""
"Iestata doka novietojumu ekrānā. Atļautās vērtības ir “right” vai “left”"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:3
msgid "Icon size"
msgstr "Ikonas izmērs"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:4
msgid "Sets icon size of the dock."
msgstr "Iestata ikonu izmēru dokā."
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:5
msgid "Enable/disable autohide"
msgstr "Aktivēt/deaktivēt automātisko slēpšanu"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:6
msgid "Autohide effect"
msgstr "Automātiskās slēpšanas efekts"
#: ../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 ""
"Iestata doka slēpšanas efektu. Atļautās vērtības ir “resize” vai “rescale” un "
"“move”"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:8
msgid "Autohide duration"
msgstr "Automātiskās slēpšanas ilgums"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:9
msgid "Sets the time duration of the autohide effect."
msgstr "Iestata automātiskās slēpšanas efekta laiku."
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:10
msgid "Monitor"
msgstr "Monitors"
#: ../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 ""
"Iestata monitoru, lai rādītu doku. Noklusējuma vērtība (-1) nozīmē primāro "
"monitoru."
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Neizdevās izgrūst dzini “%s”:"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Izņemamās ierīces"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "Atvērt datni"
@@ -169,6 +236,26 @@ msgstr ""
msgid "Message:"
msgstr "Ziņojums:"
#: ../extensions/gajim/extension.js:226
#, c-format
msgid "%s is away."
msgstr "%s ir prom."
#: ../extensions/gajim/extension.js:229
#, c-format
msgid "%s is offline."
msgstr "%s ir nesaistē."
#: ../extensions/gajim/extension.js:232
#, c-format
msgid "%s is online."
msgstr "%s ir tiešsaistē."
#: ../extensions/gajim/extension.js:235
#, c-format
msgid "%s is busy."
msgstr "%s ir aizņemts."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Lietot vairāk ekrānu logiem"
@@ -198,34 +285,44 @@ msgstr ""
"noklusēto novietojumu (apakšā). Lai šī iestatījuma izmaiņas stātos spēkā, "
"jāpārstartē čaula."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:46
msgid "Places"
msgstr "Vietas"
#: ../extensions/places-menu/placeDisplay.js:56
#: ../extensions/places-menu/extension.js:47
msgid "Devices"
msgstr "Ierīces"
#: ../extensions/places-menu/extension.js:48
msgid "Bookmarks"
msgstr "Grāmatzīmes"
#: ../extensions/places-menu/extension.js:49
msgid "Network"
msgstr "Tīkls"
#: ../extensions/places-menu/placeDisplay.js:48
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Neizdevās palaist “%s”"
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Dators"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Mājas"
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
#: ../extensions/places-menu/placeDisplay.js:184
msgid "File System"
msgstr "Datņu sistēma"
#: ../extensions/places-menu/placeDisplay.js:188
msgid "Browse network"
msgstr "Pārlūkot tīklu"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "Procesors"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Atmiņa"
@@ -237,83 +334,10 @@ msgstr "Motīva nosaukums"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Motīva nosaukums, ko ielādēt no ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Aizvērt"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Atminimizēt"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimizēt"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Atjaunot"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maksimizēt"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimizēt visus"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Atminimizēt visus"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maksimizēt visus"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Atmaksimizēt visus"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Aizvērt visu"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Darbvietu indikators"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Logu saraksts"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Kad grupēt logus"
#: ../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 ""
"Nosaka, kad grupēt vienas programmas logus “Logu sarakstā”. Pieļaujamās "
"vērtības ir “never”, “auto” un “always”."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Logu grupēšana"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Nekad negrupēt logus"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Grupēt logus, kad vieta ir ierobežota"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Vienmēr grupēt logus"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Darbvietu nosaukumi:"
@@ -327,136 +351,29 @@ msgstr "Nosaukums"
msgid "Workspace %d"
msgstr "Darbvieta %d"
#~ msgid "The application icon mode."
#~ msgstr "Lietotnes ikonas režīms."
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Normāls"
#~ msgid ""
#~ "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'."
#~ msgstr ""
#~ "Konfigurē, kā pārslēdzējā tiek parādīts logs. Derīgās iespējas ir "
#~ "“thumbnail-only” (rāda loga sīktēlu), “app-icon-only” (rāda tikai "
#~ "lietotnes ikonu) vai “both” (abi)."
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Pa kreisi"
#~ msgid "Suspend"
#~ msgstr "Iesnaudināt"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Pa labi"
#~ msgid "Hibernate"
#~ msgstr "Iemidzināt"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Otrādi"
#~ msgid "Power Off"
#~ msgstr "Izslēgt"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Displejs"
#~ msgid "Enable suspending"
#~ msgstr "Aktivēt iesnaudināšanu"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "Pārvaldīt iesnaudināšanas izvēlnes vienuma redzamību"
#~ msgid "Enable hibernating"
#~ msgstr "Aktivēt iemidzināšanu"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "Pārvaldīt iemidzināšanas izvēlnes vienuma redzamību"
#~ msgid "Drag here to add favorites"
#~ msgstr "Velciet šeit, lai pievienotu izlasei"
#~ msgid "New Window"
#~ msgstr "Jauns logs"
#~ msgid "Quit Application"
#~ msgstr "Iziet no lietotnes"
#~ msgid "Remove from Favorites"
#~ msgstr "Izņemt no izlases"
#~ msgid "Position of the dock"
#~ msgstr "Doka novietojums"
#~ msgid ""
#~ "Sets the position of the dock in the screen. Allowed values are 'right' "
#~ "or 'left'"
#~ msgstr ""
#~ "Iestata doka novietojumu ekrānā. Atļautās vērtības ir “right” vai “left”"
#~ msgid "Icon size"
#~ msgstr "Ikonas izmērs"
#~ msgid "Sets icon size of the dock."
#~ msgstr "Iestata ikonu izmēru dokā."
#~ msgid "Enable/disable autohide"
#~ msgstr "Aktivēt/deaktivēt automātisko slēpšanu"
#~ msgid "Autohide effect"
#~ msgstr "Automātiskās slēpšanas efekts"
#~ msgid ""
#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' "
#~ "and 'move'"
#~ msgstr ""
#~ "Iestata doka slēpšanas efektu. Atļautās vērtības ir “resize” vai "
#~ "“rescale” un “move”"
#~ msgid "Autohide duration"
#~ msgstr "Automātiskās slēpšanas ilgums"
#~ msgid "Sets the time duration of the autohide effect."
#~ msgstr "Iestata automātiskās slēpšanas efekta laiku."
#~ msgid "Monitor"
#~ msgstr "Monitors"
#~ msgid ""
#~ "Sets monitor to display dock in. The default value (-1) is the primary "
#~ "monitor."
#~ msgstr ""
#~ "Iestata monitoru, lai rādītu doku. Noklusējuma vērtība (-1) nozīmē "
#~ "primāro monitoru."
#~ msgid "%s is away."
#~ msgstr "%s ir prom."
#~ msgid "%s is offline."
#~ msgstr "%s ir nesaistē."
#~ msgid "%s is online."
#~ msgstr "%s ir tiešsaistē."
#~ msgid "%s is busy."
#~ msgstr "%s ir aizņemts."
#~ msgid "Devices"
#~ msgstr "Ierīces"
#~ msgid "Bookmarks"
#~ msgstr "Grāmatzīmes"
#~ msgid "Network"
#~ msgstr "Tīkls"
#~ msgid "File System"
#~ msgstr "Datņu sistēma"
#~ msgid "Normal"
#~ msgstr "Normāls"
#~ msgid "Left"
#~ msgstr "Pa kreisi"
#~ msgid "Right"
#~ msgstr "Pa labi"
#~ msgid "Upside-down"
#~ msgstr "Otrādi"
#~ msgid "Display"
#~ msgstr "Displejs"
#~ msgid "Display Settings"
#~ msgstr "Displeja iestatījumi"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Displeja iestatījumi"
#~ msgid "The alt tab behaviour."
#~ msgstr "Alt tab uzvedība."

319
po/ml.po
View File

@@ -1,319 +0,0 @@
# Malayalam translation for gnome-shell-extensions.
# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
# Joshina Ramakrishnan <joshinaa@gmail.com>, 2013.
# joshina Ramakrishnan <joshinaa@gmail.com>, 2013.
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: 2013-07-04 14:06+0000\n"
"PO-Revision-Date: 2013-06-02 12:35+0530\n"
"Last-Translator: joshina Ramakrishnan <joshinaa@gmail.com>\n"
"Language-Team: സ്വതന്ത്രമലയാളം കമ്പ്യൂട്ടിങ്ങ് <l10n@smc.org.in>\n"
"Language: ml\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Virtaal 0.7.1\n"
"X-Project-Style: gnome\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "ഗ്നോം ക്ലാസ്സിക്‍"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "ഈ പ്രവര്‍ത്തനവേള നിങ്ങളെ ഗ്നോം ക്ലാസ്സിക്കിലേക്കു് കയറ്റുന്നു"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "ഗ്നോം ഷെല്‍ ക്ലാസ്സിക്‍"
#: ../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 ""
#: ../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
#, fuzzy
#| msgid "Workspace Indicator"
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:276
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: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 ""
#: ../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: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: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:382
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
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
#, 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:87
msgid "Display Settings"
msgstr "പ്രദര്‍ശന ക്രമീകരണങ്ങള്‍"

326
po/nb.po
View File

@@ -1,14 +1,14 @@
# Norwegian bokmål translation of gnome-shell-extensions.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Kjartan Maraas <kmaraas@gnome.org>, 2011-2013.
# Kjartan Maraas <kmaraas@gnome.org>, 2011-2012.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-28 14:53+0200\n"
"PO-Revision-Date: 2013-09-28 14:54+0200\n"
"POT-Creation-Date: 2012-03-14 18:50+0100\n"
"PO-Revision-Date: 2012-03-14 18:52+0100\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
"Language: \n"
@@ -16,76 +16,62 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "Klassisk GNOME"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1
msgid "The alt tab behaviour."
msgstr "Oppførsel for alt-tab."
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Denne økten logger inn i klassisk GNOME"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "Klassisk GNOME-skall"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Vinduhåndtering og start av programmer"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Fest modal dialog til opphavsvindu"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr ""
"Denne nøkkelen overstyrer nøkkelen i org.gnome.mutter når GNOME Shell kjører."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
"Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and "
"workspace_icons. See the configuration dialogs for details."
msgstr ""
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Arbeidsområder kun på hovedskjerm"
#: ../extensions/alternate-tab/prefs.js:27
msgid "All & Thumbnails"
msgstr "Alle og miniatyrer"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
#: ../extensions/alternate-tab/prefs.js:28
msgid ""
"This mode presents all applications from all workspaces in one selection "
"list. Instead of using the application icon of every window, it uses small "
"thumbnails resembling the window itself."
msgstr ""
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Kun miniatyr"
#: ../extensions/alternate-tab/prefs.js:34
msgid "Workspace & Icons"
msgstr "Arbeidsområde og ikoner"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Kun programikon"
#: ../extensions/alternate-tab/prefs.js:35
msgid ""
"This mode let's you switch between the applications of your current "
"workspace and gives you additionally the option to switch to the last used "
"application of your previous workspace. This is always the last symbol in "
"the list and is segregated by a separator/vertical line if available. \n"
"Every window is represented by its application icon."
msgstr ""
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Miniatyr og programikon"
#: ../extensions/alternate-tab/prefs.js:41
msgid "Move current selection to front before closing the popup"
msgstr ""
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "Vis vinduer som"
#: ../extensions/alternate-tab/prefs.js:58
msgid ""
"The Alternate Tab can be used in different modes, that affect the way "
"windows are chosen and presented."
msgstr ""
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "Vis kun vinduer i aktivt arbeidsområde"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:64
msgid "Suspend"
msgstr "Hvilemodus"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Aktivitetsoversikt"
#: ../extensions/alternative-status-menu/extension.js:69
msgid "Hibernate"
msgstr "Dvalemodus"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Favoritter"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Programmer"
#: ../extensions/alternative-status-menu/extension.js:74
msgid "Power Off..."
msgstr "Slå av …"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
@@ -113,25 +99,77 @@ msgid "Add rule"
msgstr "Legg til regel"
#: ../extensions/auto-move-windows/prefs.js:94
#, fuzzy
msgid "Create new matching rule"
msgstr "Lag en ny regel for treff"
msgstr "Lag en ny regel fra dette"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "Legg til"
#: ../extensions/drive-menu/extension.js:73
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Utløsing av stasjon «%s» feilet:"
#: ../extensions/dock/extension.js:489
msgid "Drag here to add favorites"
msgstr "Dra hit for å legge til favoritter"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "Avtagbare enheter"
#: ../extensions/dock/extension.js:815
msgid "New Window"
msgstr "Nytt vindu"
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "Åpne fil"
#: ../extensions/dock/extension.js:817
msgid "Quit Application"
msgstr "Avslutt programmet"
#: ../extensions/dock/extension.js:822
msgid "Remove from Favorites"
msgstr "Fjern fra favoritter"
#: ../extensions/dock/extension.js:823
msgid "Add to Favorites"
msgstr "Legg til i favoritter"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:1
msgid "Position of the dock"
msgstr ""
#: ../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 ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:3
msgid "Icon size"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:4
msgid "Sets icon size of the dock."
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:5
msgid "Enable/disable autohide"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:6
msgid "Autohide effect"
msgstr ""
#: ../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 ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:8
msgid "Autohide duration"
msgstr ""
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:9
msgid "Sets the time duration of the autohide effect."
msgstr ""
#: ../extensions/drive-menu/extension.js:66
msgid "Open file manager"
msgstr "Åpne filhåndterer"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
@@ -160,9 +198,29 @@ msgstr ""
msgid "Message:"
msgstr "Melding:"
#: ../extensions/gajim/extension.js:227
#, c-format
msgid "%s is away."
msgstr "%s er borte."
#: ../extensions/gajim/extension.js:230
#, c-format
msgid "%s is offline."
msgstr "%s er frakoblet."
#: ../extensions/gajim/extension.js:233
#, c-format
msgid "%s is online."
msgstr "%s er tilkoblet."
#: ../extensions/gajim/extension.js:236
#, c-format
msgid "%s is busy."
msgstr "%s er opptatt."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Bruk mer skjerm til vinduer"
msgstr ""
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
msgid ""
@@ -182,36 +240,9 @@ msgid ""
"restarting the shell to have any effect."
msgstr ""
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "Steder"
#: ../extensions/places-menu/placeDisplay.js:56
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Klarte ikke å starte «%s»"
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Datamaskin"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Hjem"
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
msgstr "Bla gjennom nettverk"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Minne"
#: ../extensions/places-menu/extension.js:37
msgid "Removable Devices"
msgstr "Avtagbare enheter"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
@@ -221,81 +252,10 @@ msgstr "Navn på tema"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Navn på tema som skal lastes fra ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Lukk"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Gjenopprett"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimer"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Gjenopprett"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maksimer"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimer alle"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Gjenopprett alle"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maksimer alle"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Gjenopprett alle"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Lukk alle"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Arbeidsområdeindikator"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Vinduliste"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Når vinduer skal grupperes"
#: ../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 "Gruppering av vinduer"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Aldri grupper vinduer"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Grupper vinduer når det er begrenset med plass"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Alltid grupper vinduer"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Navn på arbeidsområder:"
@@ -308,3 +268,23 @@ msgstr "Navn"
#, c-format
msgid "Workspace %d"
msgstr "Arbeidsområde %d"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Normal"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Venstre"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Høyre"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Opp-ned"
#: ../extensions/xrandr-indicator/extension.js:82
msgid "Configure display settings..."
msgstr "Konfigurer innstillinger for skjerm …"

328
po/nl.po
View File

@@ -1,328 +0,0 @@
# Dutch translation for gnome-shell-extensions.
# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
# Reinout van Schouwen <reinouts@gnome.org>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 20:00+0200\n"
"PO-Revision-Date: 2013-10-12 20:00+0200\n"
"Last-Translator: Wouter Bolsterlee <wbolster@gnome.org>\n"
"Language-Team: Dutch <gnome-nl-list@gnome.org>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "Gnome klassiek"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Deze sessie meldt u aan bij Gnome klassiek"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "Gnome Shell klassiek"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Vensterbeheer en toepassingen starten"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Modaal dialoogvenster vastmaken aan bovenliggend venster"
#: ../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 ""
"Deze sleutel heeft voorrang op de sleutel in org.gnome.mutter bij het "
"draaien van Gnome Shell."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Randtegels inschakelen bij het slepen van vensters naar schermranden"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Werkbladen alleen op primaire beeldscherm"
#: ../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 "Focus pas wijzigen nadat de muisaanwijzer is gestopt met bewegen"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Alleen miniatuur"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Alleen toepassingspictogram"
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Miniatuur en toepassingspictogram"
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "Vensters presenteren als"
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "Alleen vensters op het huidige werkblad tonen"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Activiteitenoverzicht"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Favorieten"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Toepassingen"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Toepassings- en werkbladlijst"
#: ../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 ""
"Een lijst van strings, die elk een toepassings-id (desktop-bestandsnaam) "
"bevatten, gevolgd door een dubbele punt en het werkbladnummer"
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
msgstr "Toepassing"
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "Werkblad"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "Regel toevoegen"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "Nieuwe vergelijkingsregel aanmaken"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "Toevoegen"
#: ../extensions/drive-menu/extension.js:73
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Uitwerpen van station %s mislukt:"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "Verwijderbare apparaten"
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "Bestand openen"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
msgstr "Hallo wereld!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "Alternatieve begroetingstekst."
#: ../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 ""
"Indien niet leeg, bevat het de tekst die getoond wordt bij het klikken op "
"het paneel."
#. 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 ""
"Example beoogt om te laten zien hoe u een zich goed gedragende uitbreiding "
"voor de Shell kunt bouwen. Als zodanig heeft het weinig eigen "
"functionaliteit.\n"
"Niettemin is het mogelijk om de begroetingstekst aan te passen."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Bericht:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Meer schermruimte gebruiken voor vensters"
#: ../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 ""
"Proberen om meer schermruimte te gebruiken voor het plaatsen van "
"vensterminiaturen door aanpassing aan de schermverhoudingen en door ze "
"verder te consolideren teneinde de begrenzingsveld te reduceren. Deze "
"instelling heeft alleen effect bij de natuurlijke-plaatsingsstrategie."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "Vensterbijschriften bovenaan plaatsen"
#: ../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 ""
"Indien waar, dan worden vensterbijschriften bovenaan de respectievelijke "
"miniatuur geplaatst, waarbij de standaardpositionering onderaan genegeerd "
"wordt. Het wijzigen van deze instelling vereist het herstarten van de shell "
"om effect te sorteren."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "Locaties"
#: ../extensions/places-menu/placeDisplay.js:56
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Starten van %s mislukt"
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Computer"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Persoonlijke map"
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
msgstr "Netwerk doorbladeren"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Geheugen"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "Themanaam"
#: ../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 "De naam van het thema, te laden vanuit ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Sluiten"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Zichtbaar maken"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimaliseren"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Herstellen"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximaliseren"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Alles minimaliseren"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Alles zichtbaar maken"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Alles maximaliseren"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Alles herstellen"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Alles sluiten"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Werkbladindicator"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Vensterlijst"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Wanneer vensters te groeperen"
#: ../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 ""
"Beslist wanneer vensters van dezelfde toepassing in de vensterlijst te "
"groeperen. Mogelijke waarden zijn \"never\", \"auto\" en \"always\"."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Venstergroepering"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Vensters nooit groeperen"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Vensters groeperen wanneer de ruimte beperkt is"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Vensters altijd groeperen"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Werkbladnamen:"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "Naam"
#: ../extensions/workspace-indicator/prefs.js:186
#, c-format
msgid "Workspace %d"
msgstr "Werkblad %d"

323
po/or.po
View File

@@ -1,323 +0,0 @@
# 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 "ସେଟିଙ୍ଗଗୁଡିକ ଦର୍ଶାନ୍ତୁ"

294
po/pa.po
View File

@@ -2,14 +2,14 @@
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
#
# A S Alam <aalam@users.sf.net>, 2011, 2012, 2013.
# A S Alam <aalam@users.sf.net>, 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions gnome-3-0\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-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-24 07:53-0500\n"
"POT-Creation-Date: 2012-10-16 14:24+0000\n"
"PO-Revision-Date: 2012-10-25 09:10+0530\n"
"Last-Translator: A S Alam <aalam@users.sf.net>\n"
"Language-Team: Punjabi/Panjabi <punjabi-users@lists.sf.net>\n"
"Language: pa\n"
@@ -19,76 +19,65 @@ msgstr ""
"X-Generator: Lokalize 1.5\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 "ਗਨੋਮ ਕਲਾਸਿਕ"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1
msgid "The application icon mode."
msgstr "ਐਪਲੀਕੇਸ਼ਨ ਆਈਕਾਨ ਮੋਡ"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "ਇਹ ਸ਼ੈਸ਼ਨ ਤੁਹਾਨੂੰ ਗਨੋਮ ਕਲਾਸਿਕ ਵਿੱਚ ਲਾਗ ਕਰਦਾ ਹੈ"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "ਗਨੋਮ ਸ਼ੈਲ ਕਲਾਸਿਕ"
#: ../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
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
"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'."
msgstr ""
"ਇਹ ਕੁੰਜੀ ਗਨੋਮ ਸ਼ੈੱਲ ਚੱਲਣ ਦੇ ਦੌਰਾਨ org.gnome.mutter ਕੁੰਜੀ ਨੂੰ ਅਣਡਿੱਠਾ ਕਰਦੀ ਹੈ।"
#: ../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
#: ../extensions/alternate-tab/prefs.js:26
msgid "Thumbnail only"
msgstr "ਕੇਵਲ ਥੰਮਨੇਲ ਹੀ"
#: ../extensions/alternate-tab/prefs.js:21
#: ../extensions/alternate-tab/prefs.js:27
msgid "Application icon only"
msgstr "ਐਪਲੀਕੇਸ਼ਨ ਆਈਕਾਨ ਹੀ"
#: ../extensions/alternate-tab/prefs.js:22
#: ../extensions/alternate-tab/prefs.js:28
msgid "Thumbnail and application icon"
msgstr "ਥੰਮਨੇਲ ਅਤੇ ਐਪਲੀਕੇਸ਼ਨ ਆਈਕਾਨ"
#: ../extensions/alternate-tab/prefs.js:37
#: ../extensions/alternate-tab/prefs.js:43
msgid "Present windows as"
msgstr "ਵਿੰਡੋਜ਼ ਨੂੰ ਪੇਸ਼ ਕਰੋ"
#: ../extensions/alternate-tab/prefs.js:62
#: ../extensions/alternate-tab/prefs.js:68
msgid "Show only windows in the current workspace"
msgstr "ਮੌਜੂਦਾ ਵਰਕਸਪੇਸ ਵਿੱਚੋਂ ਹੀ ਵਿੰਡੋਜ਼ ਹੀ ਵੇਖਾਓ"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "ਸਰਗਰਮੀ ਝਲਕ"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:86
msgid "Suspend"
msgstr "ਸਸਪੈਂਡ"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "ਪਸੰਦੀਦਾ"
#: ../extensions/alternative-status-menu/extension.js:91
msgid "Hibernate"
msgstr "ਹਾਈਬਰਨੇਟ"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "ਐਪਲੀਕੇਸ਼ਨ"
#: ../extensions/alternative-status-menu/extension.js:96
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/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
@@ -124,16 +113,17 @@ msgstr "ਨਵਾਂ ਮਿਲਾਉਣ ਨਿਯਮ ਬਣਾਉ"
msgid "Add"
msgstr "ਸ਼ਾਮਲ"
#: ../extensions/drive-menu/extension.js:73
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "ਡਰਾਇਵ '%s' ਬਾਹਰ ਕੱਢਣ ਲਈ ਫੇਲ੍ਹ:"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "ਹਟਾਉਣਯੋਗ ਜੰਤਰ"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
#| msgid "Open file manager"
msgid "Open File"
msgstr "ਫਾਇਲ ਖੋਲ੍ਹੋ"
@@ -161,10 +151,6 @@ msgid ""
"as such it has little functionality on its own.\n"
"Nevertheless it's possible to customize the greeting message."
msgstr ""
"Example ਦਾ ਮਕਸਦ ਸ਼ੈਲ ਲਈ ਇੱਕ ਵਧੀਆ ਕੰਮ ਕਰਦੀ ਇਕਸਟੈਸ਼ਨ ਬਣਾਉਣ ਦੀ ਉਦਾਹਰਨ ਦੇਣਾ ਹੈ ਅਤੇ "
"ਇਸ ਦਾ "
"ਖੁਦ ਕੋਈ ਬਹੁਤਾ ਕੰਮ ਨਹੀਂ ਹੈ।\n"
"ਫੇਰ ਵੀ ਸਵਾਗਤੀ ਸੁਨੇਹੇ ਨੂੰ ਬਦਲਣਾ ਸੰਭਵ ਹੈ।"
#: ../extensions/example/prefs.js:36
msgid "Message:"
@@ -180,11 +166,6 @@ msgid ""
"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"
@@ -196,39 +177,45 @@ msgid ""
"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
#: ../extensions/places-menu/extension.js:46
msgid "Places"
msgstr "ਥਾਵਾਂ"
#: ../extensions/places-menu/placeDisplay.js:56
#: ../extensions/places-menu/extension.js:47
msgid "Devices"
msgstr "ਜੰਤਰ"
#: ../extensions/places-menu/extension.js:48
msgid "Bookmarks"
msgstr "ਬੁੱਕਮਾਰਕ"
#: ../extensions/places-menu/extension.js:49
msgid "Network"
msgstr "ਨੈੱਟਵਰਕ"
#: ../extensions/places-menu/placeDisplay.js:48
#, 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/places-menu/placeDisplay.js:184
msgid "File System"
msgstr "ਫਾਇਲ ਸਿਸਟਮ"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/places-menu/placeDisplay.js:188
msgid "Browse network"
msgstr "ਨੈੱਟਵਰਕ ਝਲਕ"
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "ਸੀਪੀਯੂ"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "ਮੈਮੋਰੀ"
@@ -240,84 +227,10 @@ msgstr "ਥੀਮ ਨਾਂ"
msgid "The name of the theme, to be loaded from ~/.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
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 "ਵਰਕਸਪੇਸ ਨਾਂ:"
@@ -331,60 +244,30 @@ msgstr "ਨਾਂ"
msgid "Workspace %d"
msgstr "ਵਰਕਸਪੇਸ %d"
#~ msgid "The application icon mode."
#~ msgstr "ਐਪਲੀਕੇਸ਼ਨ ਆਈਕਾਨ ਮੋਡ"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "ਸਧਾਰਨ"
#~ msgid "Suspend"
#~ msgstr "ਸਸਪੈਂਡ"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "ਖੱਬੇ"
#~ msgid "Hibernate"
#~ msgstr "ਹਾਈਬਰਨੇਟ"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "ਸੱਜੇ"
#~ msgid "Power Off"
#~ msgstr "ਬੰਦ ਕਰੋ"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "ਉਤਲਾ ਹੇਠ"
#~ msgid "Enable suspending"
#~ msgstr "ਸਸਪੈਂਡ ਕਰਨਾ ਯੋਗ"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "ਡਿਸਪਲੇਅ"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "ਸਸਪੈਂਡ ਮੇਨੂ ਆਈਟਮ ਦੀ ਦਿੱਖ ਨੂੰ ਕੰਟਰੋਲ ਕਰੋ"
#~ msgid "Enable hibernating"
#~ msgstr "ਹਾਈਬਰਨੇਟ ਕਰਨਾ ਚਾਲੂ"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "ਹਾਈਬਰਨੇਟ ਮੇਨੂ ਆਈਟਮ ਦੀ ਦਿੱਖ ਨੂੰ ਕੰਟਰੋਲ ਕਰੋ"
#~ msgid "Devices"
#~ msgstr "ਜੰਤਰ"
#~ msgid "Bookmarks"
#~ msgstr "ਬੁੱਕਮਾਰਕ"
#~ msgid "Network"
#~ msgstr "ਨੈੱਟਵਰਕ"
#~ msgid "File System"
#~ msgstr "ਫਾਇਲ ਸਿਸਟਮ"
#~ msgid "Normal"
#~ msgstr "ਸਧਾਰਨ"
#~ msgid "Left"
#~ msgstr "ਖੱਬੇ"
#~ msgid "Right"
#~ msgstr "ਸੱਜੇ"
#~ msgid "Upside-down"
#~ msgstr "ਉਤਲਾ ਹੇਠ"
#~ msgid "Display"
#~ msgstr "ਡਿਸਪਲੇਅ"
#~| msgid "System Settings"
#~ msgid "Display Settings"
#~ msgstr "ਡਿਸਪਲੇਅ ਸੈਟਿੰਗ"
#: ../extensions/xrandr-indicator/extension.js:80
#| msgid "System Settings"
msgid "Display Settings"
msgstr "ਡਿਸਪਲੇਅ ਸੈਟਿੰਗ"
#~ msgid "Drag here to add favorites"
#~ msgstr "ਪਸੰਦ ਵਿੱਚ ਜੋੜਨ ਲਈ ਇੱਥੇ ਸੁੱਟੋ"
@@ -398,6 +281,9 @@ msgstr "ਵਰਕਸਪੇਸ %d"
#~ msgid "Remove from Favorites"
#~ msgstr "ਪਸੰਦ ਵਿੱਚੋਂ ਹਟਾਓ"
#~ msgid "Add to Favorites"
#~ msgstr "ਪਸੰਦ 'ਚ ਸ਼ਾਮਲ ਕਰੋ"
#~ msgid "Position of the dock"
#~ msgstr "ਡੌਕ ਦੀ ਸਥਿਤੀ"

160
po/pl.po
View File

@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-23 20:36+0200\n"
"PO-Revision-Date: 2013-09-15 02:42+0200\n"
"POT-Creation-Date: 2013-04-19 21:13+0200\n"
"PO-Revision-Date: 2013-04-19 21:14+0200\n"
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
"Language-Team: Polish <gnomepl@aviary.pl>\n"
"Language: pl\n"
@@ -40,33 +40,6 @@ msgstr "Klasyczna powłoka GNOME"
msgid "Window management and application launching"
msgstr "Zarządzanie oknami i uruchamianie programów"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Dołączanie modalnych okien dialogowych do okien nadrzędnych"
#: ../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 ""
"Ten klucz zastępuje klucz w \"org.gnome.mutter\", kiedy uruchomiona jest "
"powłoka GNOME."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr ""
"Włączenie kafelkowania przy krawędziach podczas przenoszenia okien do "
"krawędzi ekranu"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Obszary robocze tylko na pierwszym monitorze"
#: ../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 ""
"Opóźnienie zmiany aktywności w trybie myszy do momentu, w którym kursor się "
"zatrzymuje"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Tylko miniatury"
@@ -87,6 +60,35 @@ msgstr "Wyświetlanie okien jako"
msgid "Show only windows in the current workspace"
msgstr "Wyświetlanie tylko okien w bieżącym obszarze roboczym"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:125
msgid "Suspend"
msgstr "Uśpij"
#: ../extensions/alternative-status-menu/extension.js:128
msgid "Hibernate"
msgstr "Hibernuj"
#: ../extensions/alternative-status-menu/extension.js:131
msgid "Power Off"
msgstr "Wyłącz komputer"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Włączenie usypiania"
#: ../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 "Kontrola widoczności pozycji \"Uśpij\" menu"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Włączenie hibernacji"
#: ../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 "Kontrola widoczności pozycji \"Hibernuj\" menu"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Ekran podglądu"
@@ -95,7 +97,7 @@ msgstr "Ekran podglądu"
msgid "Favorites"
msgstr "Ulubione"
#: ../extensions/apps-menu/extension.js:282
#: ../extensions/apps-menu/extension.js:278
msgid "Applications"
msgstr "Programy"
@@ -132,16 +134,16 @@ msgstr "Utwórz nową pasującą regułę"
msgid "Add"
msgstr "Dodaj"
#: ../extensions/drive-menu/extension.js:73
#, javascript-format
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Wysunięcie napędu \"%s\" się nie powiodło:"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Urządzenia wymienne"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "Otwórz plik"
@@ -160,6 +162,8 @@ msgid ""
msgstr ""
"Jeśli nie jest puste, to zawiera tekst wyświetlany po kliknięciu na panelu."
#. 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 "
@@ -203,13 +207,12 @@ msgstr ""
"powłokę. Zmiana tego ustawienia wymaga ponownego uruchomienia powłoki, aby "
"uwzględnić zmiany."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:77
msgid "Places"
msgstr "Miejsca"
#: ../extensions/places-menu/placeDisplay.js:56
#, javascript-format
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Uruchomienie \"%s\" się nie powiodło"
@@ -226,11 +229,11 @@ msgstr "Katalog domowy"
msgid "Browse Network"
msgstr "Przeglądaj sieć"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "Procesor"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Pamięć"
@@ -242,55 +245,6 @@ msgstr "Nazwa motywu"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Nazwa motywu do wczytania z katalogu ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Zamknij"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Cofnij minimalizację"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Zminimalizuj"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Cofnij maksymalizację"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Zmaksymalizuj"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Zminimalizuj wszystkie"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Cofnij minimalizację wszystkich"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Zmaksymalizuj wszystkie"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Cofnij maksymalizację wszystkich"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Zamknij wszystkie"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Wskaźnik obszaru roboczego"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Lista okien"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Kiedy grupować okna"
@@ -319,6 +273,10 @@ msgstr "Grupowanie okien, kiedy miejsce jest ograniczone"
msgid "Always group windows"
msgstr "Zawsze grupowanie okien"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Wskaźnik obszaru roboczego"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Nazwy obszarów roboczych:"
@@ -328,6 +286,30 @@ msgid "Name"
msgstr "Nazwa"
#: ../extensions/workspace-indicator/prefs.js:186
#, javascript-format
#, c-format
msgid "Workspace %d"
msgstr "Obszar roboczy %d"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Normalnie"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Lewo"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Prawo"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Odbicie poziomo"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Ekran"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Ustawienia ekranu"

388
po/pt.po
View File

@@ -1,102 +1,23 @@
# gnome-shell-extensions' Portuguese translation.
# Copyright © 2011 gnome-shell-extensions
# Copyright © 2011 gnome-shell-extensions
# This file is distributed under the same license as the gnome-shell-extensions package.
# Duarte Loreto <happyguy_pt@hotmail.com>, 2011.
# Fernando Carvalho <phaetonkde@gmail.com>, 2013.
# António Lima <amrlima@gmail.com>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: 3.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-13 12:24+0100\n"
"PO-Revision-Date: 2013-10-12 20:42+0000\n"
"Last-Translator: António Lima <amrlima@gmail.com>\n"
"Language-Team: gnome_pt@yahoogroups.com\n"
"Project-Id-Version: 3.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2011-04-01 16:40+0000\n"
"PO-Revision-Date: 2011-04-02 00:20+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Virtaal 0.7.1\n"
"X-Project-Style: gnome\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "GNOME Clássico"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Esta é uma sessão no GNOME Clássico"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "Consola GNOME Clássico"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Gestão de janelas e iniciação de aplicações"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Anexar diálogo modal para a janela pai"
#: ../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 ""
"Esta chave substitui a chave na org.gnome.mutter ao executar a Consola GNOME."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Ativar a margem dos mosaicos ao largar janelas nos limites do ecrã"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Áreas de trabalho apenas para monitor principal"
#: ../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 ""
"Atrasar alterações de foco nos modos de rato até que o ponteiro pare de mover"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Só miniaturas"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Apenas ícone da aplicação"
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Miniatura e ícone de aplicação"
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "Apresentar janelas como"
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "Apresentar apenas janelas na área de trabalho atual"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Resumo de atividades"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Favoritos"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Aplicações"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Lista de aplicações e áreas de trabalho"
#: ../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"
@@ -104,265 +25,78 @@ msgstr ""
"Uma lista de expressões, cada uma contendo o id de uma aplicação (nome do "
"ficheiro desktop), seguido de dois pontos e o número da área de trabalho"
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
msgstr "Aplicação"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid "Application and workspace list"
msgstr "Lista de aplicações e áreas de trabalho"
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "Área de Trabalho"
#: ../extensions/dock/extension.js:116
msgid "Drag here to add favorites"
msgstr "Arrastar para aqui para adicionar favoritos"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "Adicionar regra"
#: ../extensions/dock/extension.js:417
msgid "New Window"
msgstr "Nova Janela"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "Criar uma nova regra de correspondência"
#: ../extensions/dock/extension.js:419
msgid "Quit Application"
msgstr "Sair da Aplicação"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "Adicionar"
#: ../extensions/dock/extension.js:424
msgid "Remove from Favorites"
msgstr "Remover dos Favoritos"
#: ../extensions/drive-menu/extension.js:73
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Falha ao ejetar a unidade '%s':"
#: ../extensions/dock/extension.js:425
msgid "Add to Favorites"
msgstr "Adicionar aos Favoritos"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "Dispositivos removíveis"
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "Abrir Ficheiro"
#: ../extensions/example/extension.js:17
#: ../extensions/example/extension.js:11
msgid "Hello, world!"
msgstr "Olá, mundo!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "Texto de saudação alternativo."
#: ../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 ""
"Se não estiver vazio, contém o texto que será apresentado ao se clicar no "
"painel."
#. 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 ""
"Exemplo tem como objetivo mostrar como construir extensões bem comportadas "
"para a Consola e, como tal, tem uma funcionalidade reduzida.\n"
"No entanto, é possível personalizar a mensagem de saudação."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Mensagem:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Utilizar mais ecrã para as janelas"
#: ../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 ""
"Tentar utilizar mais ecrã para colocar miniaturas de janelas, adaptando a "
"relação de aspecto do ecrã, e consolidá-los ainda mais para reduzir a caixa "
"delimitadora. Esta definição aplica-se apenas com a estratégia de "
"posicionamento natural."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "Colocar título de janelas em cima"
#: ../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 ""
"Se verdade, colocar títulos de janelas em cima da respectiva miniatura, "
"substituindo a omissão da Consola de colocá-los na parte inferior. Alterar "
"esta configuração requer reinicializar a Consola para ter efeito."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "Locais"
#: ../extensions/places-menu/placeDisplay.js:56
#: ../extensions/gajim/extension.js:219
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Falha ao iniciar \"%s\""
msgid "%s is away."
msgstr "%s está ausente."
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Computador"
#: ../extensions/gajim/extension.js:222
#, c-format
msgid "%s is offline."
msgstr "%s está desligado."
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Página Inicial"
#: ../extensions/gajim/extension.js:225
#, c-format
msgid "%s is online."
msgstr "%s está ligado."
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
msgstr "Explorar a Rede"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Memória"
#: ../extensions/gajim/extension.js:228
#, c-format
msgid "%s is busy."
msgstr "%s está ocupado."
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "Nome do tema"
#: ../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 "O nome do tema, a ser lido de ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Fechar"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "Theme name"
msgstr "Nome do tema"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Desminimizar"
#: ../extensions/xrandr-indicator/extension.js:26
msgid "Normal"
msgstr "Normal"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimizar"
#: ../extensions/xrandr-indicator/extension.js:27
msgid "Left"
msgstr "Esquerda"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Desmaximizar"
#: ../extensions/xrandr-indicator/extension.js:28
msgid "Right"
msgstr "Direita"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximizar"
#: ../extensions/xrandr-indicator/extension.js:29
msgid "Upside-down"
msgstr "Pernas para o ar"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimizar todas"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Desminimizar todas"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maximizar todas"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Desmaximizar todas"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Fechar todas"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicador de Área de Trabalho"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Lista de Janelas"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Quando agrupar janelas"
#: ../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 ""
"Decide quando agrupar janelas da mesma aplicação na lista de janelas. "
"Valores válidos são \"never\", \"auto\" e \"always\"."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Agrupar Janelas"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Nunca agrupar janelas"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Agrupar janelas quando o espaço é limitado"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Agrupar sempre as janelas"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Nomes das áreas de trabalho:"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "Nome"
#: ../extensions/workspace-indicator/prefs.js:186
#, c-format
msgid "Workspace %d"
msgstr "Área de trabalho %d"
#~ msgid "Suspend"
#~ msgstr "Suspender"
#~ msgid "Hibernate"
#~ msgstr "Hibernar"
#~ msgid "Power Off"
#~ msgstr "Desligar"
#~ msgid "Enable suspending"
#~ msgstr "Activar suspender"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "Controlar a visibilidade do item de menu de Suspender"
#~ msgid "Enable hibernating"
#~ msgstr "Activar hibernar"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "Controlar a visibilidade do item de menu de Hibernar"
#~ msgid "Normal"
#~ msgstr "Normal"
#~ msgid "Left"
#~ msgstr "Esquerda"
#~ msgid "Right"
#~ msgstr "Direita"
#~ msgid "Upside-down"
#~ msgstr "Invertido"
#~ msgid "Display"
#~ msgstr "Apresentar"
#~ msgid "Display Settings"
#~ msgstr "Definições de Visualização"
#: ../extensions/xrandr-indicator/extension.js:78
msgid "Configure display settings..."
msgstr "Configurar as definições de ecrã..."

View File

@@ -8,15 +8,13 @@
# Gabriel Speckhahn <gabspeck@gmail.com>, 2012.
# Og Maciel <ogmaciel@gnome.org>, 2012.
# Rafael Ferreira <rafael.f.f1@gmail.com>, 2013.
# Enrico Nicoletto <liverig@gmail.com>, 2013.
#
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: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-23 07:34-0300\n"
"POT-Creation-Date: 2013-04-16 19:31+0000\n"
"PO-Revision-Date: 2013-04-16 22:39-0300\n"
"Last-Translator: Rafael Ferreira <rafael.f.f1@gmail.com>\n"
"Language-Team: Brazilian Portuguese <gnome-pt_br-list@gnome.org>\n"
"Language: pt_BR\n"
@@ -24,7 +22,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 1.5.7\n"
"X-Generator: Poedit 1.5.5\n"
"X-Project-Style: gnome\n"
#: ../data/gnome-classic.desktop.in.h:1
@@ -42,32 +40,7 @@ msgstr "GNOME Shell Clássico"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Gerenciamento de janelas e execução de aplicativos"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Anexar diálogo modal à janela pai"
#: ../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 ""
"Esta chave sobrescreve a chave em org.gnome.mutter ao executar o Shell do "
"GNOME."
# Precedentes no mutter e no gnome-shell
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr ""
"Habilitar contorno ladrilhado ao arrastar janelas sobre as bordas da tela"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Espaços de trabalho apenas no monitor primário"
#: ../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 "Atrasar foco altera o modo do mouse até o ponteiro parar de se mover"
msgstr "Gerenciamento de janelas e início de aplicativos"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
@@ -89,6 +62,35 @@ msgstr "Apresentar janelas como"
msgid "Show only windows in the current workspace"
msgstr "Mostrar somente janelas no espaço de trabalho atual"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:125
msgid "Suspend"
msgstr "Suspender"
#: ../extensions/alternative-status-menu/extension.js:128
msgid "Hibernate"
msgstr "Hibernar"
#: ../extensions/alternative-status-menu/extension.js:131
msgid "Power Off"
msgstr "Desligar"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Habilitar suspenção"
#: ../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 "Controla a visibilidade do item de menu Suspender"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Habilitar hibernação"
#: ../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 "Controla a visibilidade do item de menu Hibernar"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Panorama de atividades"
@@ -97,7 +99,7 @@ msgstr "Panorama de atividades"
msgid "Favorites"
msgstr "Favoritos"
#: ../extensions/apps-menu/extension.js:282
#: ../extensions/apps-menu/extension.js:278
msgid "Applications"
msgstr "Aplicativos"
@@ -134,16 +136,16 @@ msgstr "Criar uma nova regra coincidente"
msgid "Add"
msgstr "Adicionar"
#: ../extensions/drive-menu/extension.js:73
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Falha ao ejetar a unidade \"%s\":"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Dispositivos removíveis"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "Abrir arquivo"
@@ -170,9 +172,8 @@ msgid ""
"as such it has little functionality on its own.\n"
"Nevertheless it's possible to customize the greeting message."
msgstr ""
"A extensão \"Example\" procura mostrar como construir extensões bem "
"comportadas para o Shell e portanto ela possui poucas funcionalidades "
"próprias.\n"
"Example procura mostrar como construir extensões bem comportadas para o "
"Shell e portanto ela possui poucas funcionalidades próprias.\n"
"De qualquer maneira, é possível personalizar a mensagem de saudação."
#: ../extensions/example/prefs.js:36
@@ -208,8 +209,7 @@ msgstr ""
"sobrescrevendo o padrão do shell de colocá-lo na parte inferior. A alteração "
"dessa configuração requer o reinício do shell para ter algum efeito."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:77
msgid "Places"
msgstr "Locais"
@@ -231,11 +231,11 @@ msgstr "Pasta pessoal"
msgid "Browse Network"
msgstr "Navegar na rede"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Memória"
@@ -245,62 +245,16 @@ msgstr "Nome do tema"
#: ../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 "O nome do tema, para ser carregado de ~/.themes/nome/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Fechar"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Desfazer janelas minimizadas"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimizar"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Desfazer janelas maximizadas"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximizar"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimizar todas"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Desfazer todas as janelas minimizadas"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maximizar todas"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Desfazer todas as janelas maximizadas"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Fechar todas"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicador de espaços de trabalho"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Lista de janelas"
msgstr "O nome do tema, para ser carregado de ~/.themes/name/gnome-shell"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Quando agrupar janelas"
#: ../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\" and \"always\"."
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"."
@@ -318,12 +272,16 @@ msgstr "Nunca agrupar janelas"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Agrupar janelas quando o espaço estiver limitado"
msgstr "Agrupar janelas quando espaço estiver limitado"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Sempre agrupar janelas"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicador de espaços de trabalho"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Nomes de espaços de trabalho:"
@@ -337,44 +295,29 @@ msgstr "Nome"
msgid "Workspace %d"
msgstr "Espaço de trabalho %d"
#~ msgid "Suspend"
#~ msgstr "Suspender"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Normal"
#~ msgid "Hibernate"
#~ msgstr "Hibernar"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Esquerda"
#~ msgid "Power Off"
#~ msgstr "Desligar"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Direita"
#~ msgid "Enable suspending"
#~ msgstr "Habilitar suspenção"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "De cabeça para baixo"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "Controla a visibilidade do item de menu Suspender"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Tela"
#~ msgid "Enable hibernating"
#~ msgstr "Habilitar hibernação"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "Controla a visibilidade do item de menu Hibernar"
#~ msgid "Normal"
#~ msgstr "Normal"
#~ msgid "Left"
#~ msgstr "Esquerda"
#~ msgid "Right"
#~ msgstr "Direita"
#~ msgid "Upside-down"
#~ msgstr "De cabeça para baixo"
#~ msgid "Display"
#~ msgstr "Tela"
#~ msgid "Display Settings"
#~ msgstr "Configurações de tela"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Configurações de tela"
#~ msgid "The application icon mode."
#~ msgstr "O modo de ícone do aplicativo."

328
po/ru.po
View File

@@ -1,23 +1,25 @@
# Russian translation for gnome-shell-extensions.
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
# Stas Solovey <whats_up@tut.by>, 2011, 2012.
# Yuri Myasoedov <omerta13@yandex.ru>, 2011, 2012, 2013.
# Stas Solovey <whats_up@tut.by>, 2011, 2012, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions gnome-3-0\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-09-23 14:27+0000\n"
"PO-Revision-Date: 2013-09-24 12:21+0300\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-02-08 12:25+0000\n"
"PO-Revision-Date: 2013-03-07 09:32+0400\n"
"Last-Translator: Yuri Myasoedov <omerta13@yandex.ru>\n"
"Language-Team: Русский <gnome-cyr@gnome.org>\n"
"Language-Team: русский <gnome-cyr@gnome.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Poedit 1.5.7\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Generator: Gtranslator 2.91.5\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -26,7 +28,7 @@ msgstr "Классический GNOME"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Данный сеанс использует классический рабочий стол GNOME"
msgstr "Этот сеанс использует традиционный GNOME"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
@@ -36,26 +38,6 @@ msgstr "Классический GNOME Shell"
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 Shell."
#: ../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 "Только миниатюры"
@@ -76,15 +58,46 @@ msgstr "Отображать окна как"
msgid "Show only windows in the current workspace"
msgstr "Отображать окна только текущей рабочей области"
#: ../extensions/apps-menu/extension.js:39
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:144
msgid "Suspend"
msgstr "Ждущий режим"
#: ../extensions/alternative-status-menu/extension.js:147
msgid "Hibernate"
msgstr "Спящий режим"
#: ../extensions/alternative-status-menu/extension.js:150
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:50
msgid "Activities Overview"
msgstr "Обзор"
#: ../extensions/apps-menu/extension.js:113
#: ../extensions/apps-menu/extension.js:103
#| msgid "Add to Favorites"
msgid "Favorites"
msgstr "Избранное"
#: ../extensions/apps-menu/extension.js:282
#: ../extensions/apps-menu/extension.js:197
#| msgid "Application"
msgid "Applications"
msgstr "Приложения"
@@ -93,8 +106,12 @@ msgid "Application and workspace list"
msgstr "Приложение и список рабочих областей"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid "A list of strings, each containing an application id (desktop file name), followed by a colon and the workspace number"
msgstr "Список строк, содержащих идентификатор приложения (имя desktop-файла), за которым следует двоеточие и номер рабочего места"
msgid ""
"A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number"
msgstr ""
"Список строк, содержащих id приложения (имя desktop-файла), далее следует "
"двоеточие и номер рабочего места"
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
@@ -117,16 +134,16 @@ msgstr "Создать новое правило соответствия"
msgid "Add"
msgstr "Добавить"
#: ../extensions/drive-menu/extension.js:73
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Не удалось извлечь диск «%s»:"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Съёмные устройства"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "Открыть файл"
@@ -139,17 +156,22 @@ 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 "Если строка не пуста, то содержащийся в ней текст будет показан при нажатии на панель."
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"
"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 ""
"Цель расширения Example — показать, как создавать расширения для Shell, само по себе оно имеет малую функциональность.\n"
"Цель расширения Example — показать, как создавать хорошо работающие "
"расширения для Shell, и само по себе оно имеет малую функциональность.\n"
"Тем не менее, можно настроить приветственное сообщение."
#: ../extensions/example/prefs.js:36
@@ -158,48 +180,60 @@ msgstr "Сообщение:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Использовать дополнительную область экрана для окон"
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 "Использовать дополнительную область экрана для расположения миниатюр, изменяя соотношение сторон экрана и уплотняя размещение для уменьшения размеров ограничивающей рамки. Этот параметр применяется только при использовании алгоритма расположения миниатюр «natural»."
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 ""
"Пытаться использовать дополнительную площадь экрана для расположения "
"миниатюр, изменяя соотношение сторон экрана и уплотняя размещение с целью "
"уменьшения размеров ограничивающей рамки. Этот параметр применяется только "
"для алгоритма расположения миниатюр «natural»."
#: ../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 "Если выбрано, то заголовки будет располагаться в верхней части миниатюры (по умолчанию заголовки располагаются снизу). При изменении этого параметра, чтобы оно вступило в силу, необходимо перезапустить Shell."
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 ""
"Если выбрано, располагать заголовки окон в верхней части миниатюр, а не в "
"нижней, как это делается по умолчанию. Изменение этого параметра требует "
"перезапуска Shell, чтобы изменение вступило в силу."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:57
msgid "Places"
msgstr "Места"
#: ../extensions/places-menu/placeDisplay.js:56
#: ../extensions/places-menu/placeDisplay.js:48
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Не удалось запустить «%s»"
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Home"
msgstr "Домашняя папка"
#: ../extensions/places-menu/placeDisplay.js:195
msgid "Computer"
msgstr "Компьютер"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Домашняя папка"
#: ../extensions/places-menu/placeDisplay.js:286
#| msgid "Browse network"
msgid "Browse Network"
msgstr "Обзор сети"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "ЦП"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Память"
@@ -211,64 +245,17 @@ msgstr "Название темы"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Название темы, загружаемой из ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Закрыть"
# ну или "восстановить", правда тогда появляется неоднозначный повтор (unmaximize)
#: ../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 "Свернуть все"
# ну или "восстановить", правда тогда появляется неоднозначный повтор (unmaximize)
#: ../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
msgid "When to group windows"
msgstr "Когда группировать окна"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
msgid "Decides when to group windows from the same application on the window list. Possible values are \"never\", \"auto\" and \"always\"."
msgstr "Определяет, когда группировать окна одного и того же приложения в списке окон. Возможные значения: «never» — никогда; «auto» — автоматически; «always» — всегда."
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\" and \"always\"."
msgstr ""
"Решает, когда группировать окна одного и того же приложения в списке окон. "
"Возможные значения: «never» — никогда; «always» — всегда."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
@@ -279,13 +266,13 @@ 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 "Названия рабочих областей:"
@@ -299,3 +286,120 @@ msgstr "Название"
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 "На 180 градусов"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Экран"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Параметры экрана"
#~ msgid "Devices"
#~ msgstr "Устройства"
#~ msgid "Bookmarks"
#~ msgstr "Закладки"
#~ msgid "Network"
#~ msgstr "Сеть"
#~ msgid "File System"
#~ msgstr "Файловая система"
#~ msgid "The application icon mode."
#~ msgstr "Режим значков приложения."
#~ msgid ""
#~ "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'."
#~ msgstr ""
#~ "Устанавливает способ отображения окна при переключении. Возможные "
#~ "значения: «thumbnail-only» (показывать миниатюру окна), «app-icon-"
#~ "only» (показывать только значок приложения), или «both» (показывать "
#~ "миниатюру окна и значок приложения)."
#~ msgid "Drag here to add favorites"
#~ msgstr "Перетащите, чтобы добавить в избранное"
#~ msgid "New Window"
#~ msgstr "Создать окно"
#~ msgid "Quit Application"
#~ msgstr "Закрыть приложение"
#~ msgid "Remove from Favorites"
#~ msgstr "Удалить из избранного"
#~ msgid "Position of the dock"
#~ msgstr "Расположение док-панели"
#~ msgid ""
#~ "Sets the position of the dock in the screen. Allowed values are 'right' "
#~ "or 'left'"
#~ msgstr ""
#~ "Устанавливает положение док-панели на экране. Возможные значения: «right» "
#~ "или «left»"
#~ msgid "Icon size"
#~ msgstr "Размер значков"
#~ msgid "Sets icon size of the dock."
#~ msgstr "Устанавливает размер значка док-панели."
#~ msgid "Enable/disable autohide"
#~ msgstr "Включить/выключить автоскрытие"
#~ msgid "Autohide effect"
#~ msgstr "Эффект автоскрытия"
#~ msgid ""
#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' "
#~ "and 'move'"
#~ msgstr ""
#~ "Устанавливает эффект скрытия док-панели. Возможные значения: «resize», "
#~ "«rescale» и «move»"
#~ msgid "Autohide duration"
#~ msgstr "Таймер автоскрытия"
#~ msgid "Sets the time duration of the autohide effect."
#~ msgstr "Устанавливает продолжительность эффекта автоскрытия."
#~ msgid "Monitor"
#~ msgstr "Монитор"
#~ msgid ""
#~ "Sets monitor to display dock in. The default value (-1) is the primary "
#~ "monitor."
#~ msgstr ""
#~ "Устанавливает монитор для отображения док-панели. Значением по умолчанию "
#~ "(-1) является основной монитор."
#~ msgid "%s is away."
#~ msgstr "%s отошёл."
#~ msgid "%s is offline."
#~ msgstr "%s не в сети."
#~ msgid "%s is online."
#~ msgstr "%s в сети."
#~ msgid "%s is busy."
#~ msgstr "%s занят."

295
po/sk.po
View File

@@ -1,16 +1,16 @@
# Slovak translation for gnome-shell-extensions.
# Copyright (C) 2012-2013 Free Software Foundation, Inc.
# Copyright (C) 2012 Free Software Foundation, Inc.
# This file is distributed under the same license as the gnome-shell-extensions package.
# Pavol Klačanský <pavol@klacansky.com>, 2012.
# Dušan Kazik <prescott66@gmail.com>, 2012, 2013.
#  Dušan Kazik <prescott66@gmail.com>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-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-09-27 14:18+0000\n"
"PO-Revision-Date: 2013-09-27 17:42+0100\n"
"POT-Creation-Date: 2012-10-26 15:22+0000\n"
"PO-Revision-Date: 2012-11-04 21:46+0100\n"
"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
"Language-Team: Slovak <gnome-sk-list@gnome.org>\n"
"Language: sk\n"
@@ -20,91 +20,82 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
"X-Generator: Poedit 1.5.4\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "Klasické prostredie GNOME"
# gsetting summary
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1
msgid "The application icon mode."
msgstr "Režim ikony aplikácie."
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Táto relácia vás prihlási do klasického prostredia GNOME"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "Klasický shell prostredia GNOME"
# RadioButton label
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Správca okien a spúšťanie aplikácií"
# summary
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Pripojiť modálne dialógové okno k rodičovskému oknu"
# description
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
# gsetting description
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
"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'."
msgstr ""
"Tento kľúč preváži kľúč v org.gnome.mutter, keď je spustené prostredie GNOME "
"Shell."
# summary
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr ""
"Povoliť usporiadanie okien do dlaždíc pri ich pustení na okrajoch obrazovky"
# Label
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Pracovné priestory iba na primárnom monitore"
# summary
#: ../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 ""
"Oneskoriť pohyb zamerania v režime myši, až kým sa ukazovateľ nezastaví"
"Nastaví ako budú zobrazené okná v prepínači. Platné možnosti sú „thumbnail-"
"only“ (zobrazí len miniatúru okna), „app-icon-only“ (zobrazí len ikonu "
"aplikácie) alebo „both“ (obe)."
# RadioButton label
#: ../extensions/alternate-tab/prefs.js:20
#: ../extensions/alternate-tab/prefs.js:26
msgid "Thumbnail only"
msgstr "Len miniatúra"
# RadioButton label
#: ../extensions/alternate-tab/prefs.js:21
#: ../extensions/alternate-tab/prefs.js:27
msgid "Application icon only"
msgstr "Len ikona aplikácie"
# RadioButton label
#: ../extensions/alternate-tab/prefs.js:22
#: ../extensions/alternate-tab/prefs.js:28
msgid "Thumbnail and application icon"
msgstr "Miniatúra a ikona aplikácie"
#  Label
#: ../extensions/alternate-tab/prefs.js:37
# Label
#: ../extensions/alternate-tab/prefs.js:43
msgid "Present windows as"
msgstr "Uvádzať okná ako"
# CheckButton
#: ../extensions/alternate-tab/prefs.js:62
#: ../extensions/alternate-tab/prefs.js:68
msgid "Show only windows in the current workspace"
msgstr "Zobraziť len okná z aktuálneho pracovného priestoru"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Prehľad aktivít"
# PopupMenuItem
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:144
msgid "Suspend"
msgstr "Uspať"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Obľúbené"
# PopupMenuItem
#: ../extensions/alternative-status-menu/extension.js:147
msgid "Hibernate"
msgstr "Hibernovať"
# TreeViewColumn
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Aplikácie"
# PopupMenuItem
#: ../extensions/alternative-status-menu/extension.js:150
msgid "Power Off"
msgstr "Vypnúť"
# gsetting summary
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Povoliť režim spánku"
# gsetting description
#: ../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 "Nastaví viditeľnosť položky Uspať v ponuke"
# gsetting summary
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Povoliť hibernáciu"
# gsetting description
#: ../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 "Nastaví viditeľnosť položky Hibernovať v ponuke"
# summary
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
@@ -147,18 +138,18 @@ msgid "Add"
msgstr "Pridať"
# https://bugzilla.gnome.org/show_bug.cgi?id=687590
#: ../extensions/drive-menu/extension.js:73
#, javascript-format
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Zlyhalo vysúvanie jednotky „%s“:"
#  Menu
#: ../extensions/drive-menu/extension.js:90
# Menu
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Vymeniteľné zariadenia"
# Menu Action
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "Otvoriť súbor"
@@ -182,14 +173,17 @@ msgid ""
msgstr "Obsahuje text, ktorý bude zobrazený po kliknutí na panel."
# PM: podľa mňa chýba preklad druhej časti prvej vety
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30
#, fuzzy
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 ""
"Rozšírenie Example vám má ukázať, ako sa dajú zostaviť dobre vyzerajúce a "
"jednoduché rozšírenia pre Shell a demonštrovať tak funkčnosť.\n"
"Rozšírenie Example vám má ukázať, ako sa dajú zostaviť dobre vyzerajúce a jednoduché rozšírenia "
"pre Shell.\n"
"Napriek tomu je možné prispôsobiť správu privítania."
#: ../extensions/example/prefs.js:36
@@ -228,38 +222,51 @@ msgstr ""
"miniatúry. Prepíše sa tým predvolené nastavenie shellu, ktorý ho umiestňuje "
"nadol. Aby sa prejavila zmena, je potrebné reštartovať shell."
#  menu item
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
# menu item
#: ../extensions/places-menu/extension.js:46
msgid "Places"
msgstr "Miesta"
#: ../extensions/places-menu/placeDisplay.js:56
#, javascript-format
# menu item
#: ../extensions/places-menu/extension.js:47
msgid "Devices"
msgstr "Zariadenia"
# menu item
#: ../extensions/places-menu/extension.js:48
msgid "Bookmarks"
msgstr "Záložky"
# menu item
#: ../extensions/places-menu/extension.js:49
msgid "Network"
msgstr "Sieť"
#: ../extensions/places-menu/placeDisplay.js:48
#, c-format
msgid "Failed to launch \"%s\""
msgstr "Zlyhalo spustenie „%s“"
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Počítač"
# Places
#: ../extensions/places-menu/placeDisplay.js:199
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Home"
msgstr "Domov"
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
#: ../extensions/places-menu/placeDisplay.js:191
msgid "File System"
msgstr "Súborový systém"
#: ../extensions/places-menu/placeDisplay.js:195
msgid "Browse network"
msgstr "Prehliadať sieť"
# Label
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "Procesor"
# Label
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Pamäť"
@@ -273,94 +280,11 @@ msgstr "Názov témy"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Názov témy, ktorá sa načíta z ~/.themes/nazov/gnome-shell"
# PopupMenuItem
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Zavrieť"
# label
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Odminimalizovať"
# label
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Minimalizovať"
# label
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Odmaximalizovať"
# label
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximalizovať"
# PopupMenuItem
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Minimalizovať všetko"
# PopupMenuItem
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Odminimalizovať všetko"
# PopupMenuItem
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maximalizovať všetko"
# PopupMenuItem
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Odmaximalizovať všetko"
# PopupMenuItem
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Zavrieť všetko"
# Label
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indikátor pracovného priestoru"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Zoznam okien"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Kedy zoskupiť okná"
#: ../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 ""
"Rozhoduje kedy sa majú v zozname okien zoskupiť okná tej istej aplikácie."
"Možné hodnoty sú „never“ (nikdy), „auto“ (automaticky) a „always“ (vždy)."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Zoskupenie okien"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Nikdy nezoskupovať okná"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Zoskupovať okna ak je obmedzený priestor"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Vždy zoskupovať okná"
# Label
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
@@ -373,6 +297,37 @@ msgstr "Názov"
# store label
#: ../extensions/workspace-indicator/prefs.js:186
#, javascript-format
#, c-format
msgid "Workspace %d"
msgstr "Pracovný priestor č. %d"
# rotation
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Normálne"
# rotation
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Vľavo"
# rotation
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Vpravo"
# rotation
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Hore nohami"
# PM: V tomto prípade by asi viac hodilo obrazovka
# menu
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Displej"
# menu
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Nastavenia displeja"

179
po/sl.po
View File

@@ -2,15 +2,15 @@
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
#
# Matej Urbančič <mateju@svn.gnome.org>, 2011-2013.
# Matej Urbančič <mateju@svn.gnome.org>, 2011 - 2013.
#
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: 2013-09-23 18:38+0000\n"
"PO-Revision-Date: 2013-09-23 21:09+0100\n"
"POT-Creation-Date: 2013-04-20 13:37+0000\n"
"PO-Revision-Date: 2013-04-21 08:07+0100\n"
"Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
"Language-Team: Slovenian GNOME Translation Team <gnome-si@googlegroups.com>\n"
"Language: sl_SI\n"
@@ -39,31 +39,6 @@ msgstr "Običajna lupina GNOME"
msgid "Window management and application launching"
msgstr "Upravljanje oken in zaganjanje programov"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Priponi modalno pogovorno okno nadrejenemu oknu"
#: ../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 ""
"Možnost prepiše ključ med nastavitvami org.gnome.mutter med zagonom lupine "
"GNOME."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Omogoči prilagajanje velikosti okna ob dotiku robov zaslona"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Delovne površine so le na osnovnem zaslonu"
#: ../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 ""
"Zamik žarišča se v načinu miške spreminja, dokler se kazalnik ne neha "
"premikati"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Le sličice"
@@ -84,6 +59,35 @@ msgstr "Pokaži okna kot"
msgid "Show only windows in the current workspace"
msgstr "Pokaži le okna trenutne delovne površine"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:125
msgid "Suspend"
msgstr "V pripravljenost"
#: ../extensions/alternative-status-menu/extension.js:128
msgid "Hibernate"
msgstr "V mirovanje"
#: ../extensions/alternative-status-menu/extension.js:131
msgid "Power Off"
msgstr "Izklopi"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "Omogoči stanje pripravljenosti"
#: ../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 "Upravljanje vidnosti menijskega ukaza V pripravljenost"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "Omogoči mirovanje"
#: ../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 "Upravljanje vidnosti menijskega ukaza V mirovanje"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Pregled dejavnosti"
@@ -92,7 +96,7 @@ msgstr "Pregled dejavnosti"
msgid "Favorites"
msgstr "Priljubljeno"
#: ../extensions/apps-menu/extension.js:282
#: ../extensions/apps-menu/extension.js:278
msgid "Applications"
msgstr "Programi"
@@ -129,16 +133,16 @@ msgstr "Ustvari novo pravilo skladanja"
msgid "Add"
msgstr "Dodaj"
#: ../extensions/drive-menu/extension.js:73
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "Izmetavanje pogona '%s' je spodletelo:"
#: ../extensions/drive-menu/extension.js:90
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "Odstranljive naprave"
#: ../extensions/drive-menu/extension.js:117
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "Odpri datoteko"
@@ -202,8 +206,7 @@ msgstr ""
"tem prepiše privzeti izpis pod sličico. Za uveljavitev sprememb je treba "
"lupino ponovno zagnati."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:77
msgid "Places"
msgstr "Mesta"
@@ -225,11 +228,11 @@ msgstr "Osebna mapa"
msgid "Browse Network"
msgstr "Prebrskaj omrežje"
#: ../extensions/systemMonitor/extension.js:214
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "CPE"
#: ../extensions/systemMonitor/extension.js:267
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "Pomnilnik"
@@ -241,55 +244,6 @@ msgstr "Ime teme"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Ime teme, ki bo naložena iz ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Zapri"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Povečaj"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Skrči"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Pomanjšaj"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Razpni"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Skrči vse"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Pomanjšaj vse"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Razpni"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "_Pomanjšaj vse"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Zapri vse"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Kazalnik delovnih površin"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Seznam oken"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Kdaj naj se okna združujejo"
@@ -318,6 +272,10 @@ msgstr "Združi okna v skupine, ko je prostor omejen"
msgid "Always group windows"
msgstr "Vedno združuj okna"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Kazalnik delovnih površin"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Imena delovnih površin:"
@@ -331,44 +289,29 @@ msgstr "Ime"
msgid "Workspace %d"
msgstr "Delovna površina %d"
#~ msgid "Normal"
#~ msgstr "Običajno"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "Običajno"
#~ msgid "Left"
#~ msgstr "Levo"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "Levo"
#~ msgid "Right"
#~ msgstr "Desno"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "Desno"
#~ msgid "Upside-down"
#~ msgstr "Zgoraj-navzdol"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "Zgoraj-navzdol"
#~ msgid "Display"
#~ msgstr "Zaslon"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "Zaslon"
#~ msgid "Display Settings"
#~ msgstr "Nastavitve zaslona"
#~ msgid "Suspend"
#~ msgstr "V pripravljenost"
#~ msgid "Hibernate"
#~ msgstr "V mirovanje"
#~ msgid "Power Off"
#~ msgstr "Izklopi"
#~ msgid "Enable suspending"
#~ msgstr "Omogoči stanje pripravljenosti"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "Upravljanje vidnosti menijskega ukaza V pripravljenost"
#~ msgid "Enable hibernating"
#~ msgstr "Omogoči mirovanje"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "Upravljanje vidnosti menijskega ukaza V mirovanje"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "Nastavitve zaslona"
#~ msgid "The application icon mode."
#~ msgstr "Ikonski način programa."

Some files were not shown because too many files have changed in this diff Show More