Compare commits

...

121 Commits

Author SHA1 Message Date
Florian Müllner a752555d38 Bump version to 3.12.2
To go along GNOME Shell 3.12.2
2014-05-14 11:08:39 +02:00
Florian Müllner c8e3f18c79 Revert "data: Add DesktopNames to the session file"
This depends on changes in gnome-session and GIO to actually
work, so leave it out on stable.
This reverts commit 110e747e04.
2014-05-14 11:00:48 +02:00
Florian Müllner d8eb2273c0 window-list: Sort buttons by stable sequence
Currently the initial set of buttons is in stack/MRU order. To
avoid shuffling around the list each time it is disabled/re-enabled
(lock screen) or the group-mode settings changes, sort it by the
stable sequence.

https://bugzilla.gnome.org/show_bug.cgi?id=719933
2014-04-29 19:08:26 +02:00
Bastien Nocera 110e747e04 data: Add DesktopNames to the session file
So that GDM can export the XDG_CURRENT_DESKTOP environment variable.

See also https://bugzilla.gnome.org/show_bug.cgi?id=727546

https://bugzilla.gnome.org/show_bug.cgi?id=727566
2014-04-29 10:40:15 +02:00
Debarshi Ray 512ff51d13 launch-new-instances: Drop obsolete signals and callbacks
The 'launching' signal and this._onActivateOverride callback were
removed from gnome-shell in 7ecb5af587af7ed892c6cfc5af0858a2acb04905
and 7ecb5af587af7ed892c6cfc5af0858a2acb04905 respectively.

https://bugzilla.gnome.org/show_bug.cgi?id=721864
2014-04-29 01:09:38 +02:00
Florian Müllner 80f49c2ed7 auto-move-windows: Never remove the active workspace
Follow core shell in never removing the active workspace.

https://bugzilla.gnome.org/show_bug.cgi?id=728865
2014-04-24 19:15:43 +02:00
Florian Müllner d9b543c6e0 auto-move-windows: Never show the overview after removing workspace
This follows the core shell behavior, where we stopped doing this
a while ago.

https://bugzilla.gnome.org/show_bug.cgi?id=728865
2014-04-24 19:15:43 +02:00
Florian Müllner c005393398 auto-move-windows: Take workspaces in startup sequences into account
See https://bugzilla.gnome.org/show_bug.cgi?id=664202 for the
corresponding patch in core shell.

https://bugzilla.gnome.org/show_bug.cgi?id=728865
2014-04-24 19:15:42 +02:00
Florian Müllner 7f008aa3ff auto-move-windows: Respect keep-alive flag in checkWorkspaces
https://bugzilla.gnome.org/show_bug.cgi?id=728865
2014-04-24 19:15:42 +02:00
Florian Müllner c8b67cb84d auto-move-windows: Move check for dynamic workspaces
Move the check into checkWorkspaces rather than replacing the function
conditionally, to handle changes to the setting.

https://bugzilla.gnome.org/show_bug.cgi?id=728865
2014-04-24 19:15:40 +02:00
Florian Müllner fee5495692 auto-move-windows: Fix fallout from API change
MetaWindowActor.get_workspace() was removed, however the now used
MetaWindow.get_workspace() returns a MetaWorkspace rather than an
index, so can't be used directly.

https://bugzilla.gnome.org/show_bug.cgi?id=728820
2014-04-24 13:09:11 +02:00
Florian Müllner ec49693c6f auto-move-windows: Remove unused parameters
meta_window_change_workspace_by_index() lost its timestamp parameter
a while ago.
2014-04-24 11:57:10 +02:00
Florian Müllner f007807ea1 window-list: Don't shift message tray when on different monitors
The message tray is moved to the bottom-most monitor when there are
monitors below the primary monitor; in that case, we need to leave
the tray alone.

https://bugzilla.gnome.org/show_bug.cgi?id=728288
2014-04-17 18:34:25 +02:00
Florian Müllner 4ec4bdb0ea style: Overwrite border-radius of tile previews in classic mode
In classic mode, the panel does not have rounded corners; thus
tile previews shouldn't either.

https://bugzilla.gnome.org/show_bug.cgi?id=728273
2014-04-15 18:07:06 +02:00
Khoem Sokhem 6c79710fcf Added Khmer translation 2014-04-10 01:08:00 +00:00
Piotr Drąg 4cc8cb5523 doap: update URLs 2014-04-04 19:38:22 +02:00
Ikuya Awashiro 9480e640a7 l10n: Update Japanese translation 2014-04-01 07:08:23 +09:00
Giovanni Campagna 4b03b660eb Bump version to 3.12.0
To go along GNOME Shell 3.12.0
2014-03-25 17:49:11 +01:00
Chao-Hsiung Liao cce9fe10dc Updated Traditional Chinese translation(Hong Kong and Taiwan) 2014-03-22 20:05:09 +08:00
Florian Müllner 6007a09782 Bump version to 3.11.92
To go along GNOME Shell 3.11.92
2014-03-19 23:08:37 +01:00
Giovanni Campagna e445278f52 Bump version to 3.11.91
To go along GNOME Shell 3.11.91
2014-03-06 01:39:46 +01:00
Changwoo Ryu d83b95ec8c Updated Korean translation 2014-03-05 20:11:31 +09:00
Fabio Tomat ad2ece839c Updated Friulian translation 2014-03-03 13:41:52 +01:00
Giovanni Campagna 7c9bd8acaf Bump version to 3.11.90
To go along GNOME Shell 3.11.90
2014-02-20 01:15:50 +01:00
Giovanni Campagna 4a5521a9ba auto-move-windows: update for gnome-shell changes
meta_window_actor_get_workspace() was removed.
2014-02-20 01:10:15 +01:00
Giovanni Campagna a42dcee6ec WindowList: allow switching windows with mouse scroll
This is something that gnome-panel supported, and apparently
some users would like to have it back, so restore this feature
on our window list too.

https://bugzilla.gnome.org/show_bug.cgi?id=723693
2014-02-19 17:21:45 +01:00
Manoj Kumar Giri a4846847de Updated Oriya translation 2014-02-19 15:22:57 +00:00
Florian Müllner 3cde65e85e window-list: Call destroy() on menus instead of their actors
PopupBaseMenu provides a destroy() method that will destroy the menu
actor and make sure that the menu will be removed from the corresponding
PopupMenuManager (if any). We miss the latter when we destroy the menu
actor directly, so use the menu method instead.

https://bugzilla.gnome.org/show_bug.cgi?id=724688
2014-02-18 21:12:16 +01:00
Florian Müllner b87ddf1195 window-list: Only have a single context menu at any time
Depending on the number of windows, AppButtons use different right-click
menus ("Minimize" vs. "Minimize all").
As the menu for the multiple-windows case remains the same, it is created
and added just once. However this means that in the single-window case,
the corresponding PopupMenuManager will track two menus for the same
source actor, resulting in various misbehaviors.
Fix these issues by adding and removing the app context menu appropriately,
so that the PopupMenuManager tracks a single menu at any time.

https://bugzilla.gnome.org/show_bug.cgi?id=724688
2014-02-18 21:12:16 +01:00
Florian Müllner c2fe2b5505 window-list: Sync hover after closing menus
StButton takes the hover state into account to decide whether a
series of events should be considered a click. So when dismissing
a menu by clicking on a different window/app button, its menu
cannot be triggered before leaving and re-entering the button
(and thus syncing the hover state).
Fix this by always syncing the hover state after a grab is dropped.

https://bugzilla.gnome.org/show_bug.cgi?id=724688
2014-02-18 21:12:16 +01:00
Florian Müllner 7e3db53dcd launch-new-instance: Update to changed API
https://bugzilla.gnome.org/show_bug.cgi?id=724428
2014-02-15 17:53:42 +01:00
Florian Müllner c9a4d15f05 window-list: Filter skip-taskbar windows
Applications now track all their windows, not just the ones that are
expected to show up in the window list. So to restore the previous
behavior, we now have to filter out windows with the skip-taskbar
hint ourselves.

https://bugzilla.gnome.org/show_bug.cgi?id=724134
2014-02-11 17:58:14 +01:00
Florian Müllner 9c6c00f8a3 window-list: Restrict right-click actions to windows in list
While the list of windows in the left-click menu is filtered by
workspace, the minimize/maximize/close actions in the right-click
menu apply to all application windows on all workspaces.
This is fairly confusing, so restrict the actions to only apply
to windows that do appear in the left-click list.

https://bugzilla.gnome.org/show_bug.cgi?id=724134
2014-02-11 17:58:14 +01:00
Florian Müllner 0bcb1571da auto-move-windows: Adjust to API changes
https://bugzilla.gnome.org/show_bug.cgi?id=724119
2014-02-11 17:17:22 +01:00
Daniel Korostil eb568d90f0 Updated Ukranian 2014-02-09 23:19:46 +02:00
Ryan Lortie 726a419bc6 autogen.sh: use #!/bin/sh instead of #!/bin/bash
We don't have any bashisms in this file, so we may as well use sh.

https://bugzilla.gnome.org/show_bug.cgi?id=722342
2014-02-09 11:00:37 -05:00
Florian Müllner 9c23b52c1e window-list: Update keyboard position on fullscreen changes
The visibility of the window list changes when a monitor enters or
exits fullscreen, so we should update the OSK position accordingly.

https://bugzilla.gnome.org/show_bug.cgi?id=723693
2014-02-06 19:51:19 +01:00
Giovanni Campagna ff64bb5432 Revert "window-list: fix overview animation"
This reverts commit bf789608df.
Pushed by mistake.
2014-02-05 17:28:16 +01:00
Giovanni Campagna bf789608df window-list: fix overview animation
Animate showing and hiding the window list when toggling the
overview (with a translation on and off the screen). Don't actually
change the visible status of the actor, because we don't want
to change struts.
2014-02-05 17:27:36 +01:00
Giovanni Campagna 85c7b9b85b places-menu: fix for gnome-shell changes
Making sure something appears on screen is not equivalent to
working...
2014-02-05 17:27:36 +01:00
Muhammet Kara 4c670d10a2 [l10n]Updated Turkish translation 2014-02-05 12:09:53 +02:00
Giovanni Campagna 2bf50a76ed window-list: fix font-style of notifications
Notifications are reparented to the bottom panel when there is
one, so they would inherit the bold font. Avoid that.
2014-02-05 01:08:45 +01:00
Giovanni Campagna a519c9fe91 drive-menu: fix interesting check
In case of shadowed mounts, mounts can become uninteresting
after they are added, according to whether our handler or gvfs
runs first, so we need to watch for changes. The easiest way
is to create an item for all mounts, and only show the interesting
ones.
2014-02-05 01:00:35 +01:00
Giovanni Campagna 66216993e0 window-list: import gettext for the right domain
Default _ is gettext from gnome-shell domain, which doesn't have
the strings we need.
We could use mutter's, but translators already did their job
on pretty much all supported languages, so...
2014-02-05 00:50:27 +01:00
Giovanni Campagna 74fd9ba8e3 Update NEWS
Forgot to save before committing the release...
No big news anyway.
2014-02-05 00:48:52 +01:00
Giovanni Campagna a39902b287 Bump version to 3.11.5
To go along GNOME Shell 3.11.5
2014-02-05 00:43:45 +01:00
Giovanni Campagna 68adf77012 window-list: update for gnome-shell changes
Shell.WindowTracker.is_window_interesting() was removed, and
replaced with the skip_taskbar MetaWindow property.
2014-02-05 00:42:25 +01:00
Shankar Prasad d566ffbb8f updated kn.po 2014-02-03 17:05:24 +05:30
Giovanni Campagna 33b472a0ec Use my GNOME email in the doap file
Otherwise Frederic's report fails to find an active maintainer
and lowers the score.
2014-01-30 17:18:54 +01:00
Giovanni Campagna 1d38b69691 Bump version to 3.11.4
To go along GNOME Shell 3.11.4
2014-01-16 20:00:48 +01:00
Giovanni Campagna 53e9074058 window-list: remove our use of Hash module
It was removed in core shell and replaced with ES6 Map.
2014-01-16 20:00:44 +01:00
Ray Strode e08d527d51 data: set shell classic mode via env variable instead of command line
Currently, we start gnome-shell in classic mode by passing
--mode=classic to the gnome-shell command line. This --mode=classic
gets stripped away when the session is saved, which breaks classic
mode on subsequent login attempts.

This commit changes the session file to set the
GNOME_SHELL_SESSION_MODE environment variable instead.

https://bugzilla.gnome.org/show_bug.cgi?id=720894
2014-01-07 15:29:02 -05:00
Shankar Prasad 07a4c7eb25 Updated the kn.po 2013-12-30 16:47:28 +05:30
Shankar Prasad 0b399fba7a Added kn entry in the LINGUAS file 2013-12-30 16:45:42 +05:30
Shankar Prasad 1aa8561497 Added and updated the kn.po file which was partially translated by prabodh P C <prabodhcp AT gmail DOT com>. I reviewed his translation and added mine too 2013-12-30 16:44:46 +05:30
Jorge Pérez Pérez 719ec25cb7 Updated Aragonese translation 2013-12-22 21:16:36 +01:00
Giovanni Campagna 4aa27c533e Bump version to 3.11.3
To go along GNOME Shell 3.11.3.
2013-12-20 19:43:48 +01:00
Khaled Hosny 75f11da08f Update Arabic translation 2013-12-13 22:20:22 +02:00
Maciek Borzecki 12e3f39ccd Align workspace indicator label vertically to center
https://bugzilla.gnome.org/show_bug.cgi?id=711823
2013-12-13 19:27:52 +01:00
Krishnababu Krothapalli d16fb714a3 Updated Telugu Translations 2013-12-12 18:17:07 +05:30
Shantha kumar b5cc38c9dd Tamil Translations Updated 2013-11-25 14:01:16 +05:30
Ryan Lortie 6b73c8e488 Update Esperanto translation
Review by Kristjan Schmidt
2013-11-23 19:03:47 -05:00
Florian Müllner e801c614e1 Bump version to 3.11.2
To go along GNOME Shell 3.11.2.
2013-11-13 22:29:18 +01:00
甘露(Gan Lu) 0477282fed Update Chinese simplified translation 2013-11-10 11:36:01 +08:00
Florian Müllner 61308c4efa Bump version to 3.11.1
To go along GNOME Shell 3.11.1
2013-11-08 16:51:17 +00:00
Florian Müllner 7dac0859f5 apps-menu: Fix for gnome-shell master
Some convenience functions were dropped from ShellAppSystem.
2013-11-08 16:26:17 +00:00
Efstathios Iosifidis a7f7db59c7 Updated Greek translation 2013-11-05 15:20:02 +02:00
Kittiphong Meesawat e4a448b097 Added Thai translation. 2013-11-01 20:35:40 +07:00
Tim Lunn e73752118d Stringify the xml definitions for E4X removal
https://bugzilla.gnome.org/show_bug.cgi?id=691409
2013-10-25 10:57:28 +11:00
Giovanni Campagna a21def6e6e drive-menu: ignore shadowed mounts
Shadow mounts are created by the GVolume infrastructure to wrap
daemon mounts managed by volume monitors, and are an implementation
detail that should not be exposed to the user.
2013-10-20 17:49:12 +02:00
Florian Müllner b62a65e1a8 Bump version to 3.10.1
To go along GNOME Shell 3.10.1
2013-10-15 21:19:06 +02:00
António Lima 232ea7ba32 Updated Portuguese translation 2013-10-13 12:24:57 +01:00
Wouter Bolsterlee 12cc44c351 Updated Dutch translation 2013-10-12 20:01:20 +02:00
Gabor Kelemen 4e88a2b294 Updated Hungarian translation 2013-10-10 14:16:01 +02:00
Carles Ferrando dca52fef8b [l10n] Added Catalan (Valencian) translation 2013-10-06 21:59:08 +02:00
Gil Forcada 5ffe200918 [l10n] Update Catalan translation 2013-10-06 21:12:43 +02:00
Arash Mousavi 431a8f5eed L10N: Updated Persian translations 2013-10-05 18:35:44 +03:30
Arash Mousavi 7739ef2096 L10N: Updated Persian translations 2013-10-05 18:31:49 +03:30
Мирослав Николић bbe7b93cd7 Updated Serbian translation 2013-10-05 06:16:32 +02:00
Mattias Põldaru 396f7f8495 [l10n] Updated Estonian translation 2013-10-01 17:14:27 +03:00
Kjartan Maraas 4f0400ca25 Updated Norwegian bokmål translation 2013-09-28 14:54:10 +02:00
Dušan Kazik e8292af0eb Updated Slovak translation 2013-09-27 17:42:47 +01:00
Friedel Wolff 8228a9658c New translation for Afrikaans (af) 2013-09-27 16:18:55 +02:00
Rūdolfs Mazurs a092675cc4 Updated Latvian translation 2013-09-26 23:31:57 +03:00
Osman Karagöz 3bafc2d32d [l10n]Added Turkish translation 2013-09-26 00:23:13 +03:00
Aurimas Černius b740dc7dd3 Updated Lithuanian translation 2013-09-25 23:24:03 +03:00
Christian Kirbach ac7e0cf39e Updated German translation 2013-09-25 15:27:12 +02:00
Inaki Larranaga Murgoitio 2138dacf4a Updated Basque language 2013-09-25 11:18:21 +02:00
A S Alam 4ecee76401 Punjabi Translation updated by Aman 2013-09-24 07:54:08 -05:00
Giovanni Campagna 142ac16b64 Bump version to 3.10.0
To go along GNOME Shell 3.10.0
2013-09-24 14:20:53 +02:00
Nilamdyuti Goswami ff65aaece2 Assamese translation updated 2013-09-24 14:28:55 +05:30
Yuri Myasoedov 43b6e9694f Updated Russian translation 2013-09-24 12:21:19 +04:00
Baurzhan Muftakhidinov b5b9a8e072 Update Kazakh translation 2013-09-24 06:34:56 +06:00
Fran Diéguez 424de06404 Updated Galician translations 2013-09-23 22:21:08 +02:00
Matej Urbančič 2d36a31f33 Updated Slovenian translation 2013-09-23 21:17:04 +02:00
Piotr Drąg 0374a1a320 Updated Polish translation 2013-09-23 20:37:54 +02:00
Kenneth Nielsen b4385ea7a6 Updated Danish translation 2013-09-23 19:34:38 +02:00
Andika Triwidada e9bc16b34d Updated Indonesian translation 2013-09-23 21:27:17 +07:00
Alexandre Franke 651018abe7 Update French translation 2013-09-23 15:37:11 +02:00
Petr Kovar dbc3429e05 Update Czech translation 2013-09-23 15:08:06 +02:00
Daniel Mustieles a0507b957f Updated Spanish translation 2013-09-23 14:31:36 +02:00
Rafael Ferreira 7e59afeaca Updated Brazilian Portuguese translation 2013-09-23 07:36:29 -03:00
Victor Ibragimov 06e90b6c76 Tajik translation updated 2013-09-23 15:32:14 +05:00
Milo Casagrande 5970e29355 [l10n] Updated Italian translation. 2013-09-23 12:25:39 +02:00
Yosef Or Boczko 77088b0404 Updated Hebrew translation
Signed-off-by: Yosef Or Boczko <yoseforb@gmail.com>
2013-09-23 13:23:40 +03:00
Frédéric Péters 9214e47f73 typo fix 2013-09-23 12:19:06 +02:00
Frédéric Péters 01f39bdae5 add missing translation markers 2013-09-23 12:17:33 +02:00
Andika Triwidada cfc0ed6ab6 Updated Indonesian translation 2013-09-23 09:42:30 +07:00
Dmitriy S. Seregin 9c22a5f894 Updated Russian translation 2013-09-22 20:35:33 +04:00
Rūdolfs Mazurs de315e7897 Updated Latvian translatio 2013-09-21 22:51:06 +03:00
Matej Urbančič 853704c509 Updated Slovenian translation 2013-09-21 20:27:15 +02:00
Daniel Korostil 23c0d0a61f Updated Ukrainian 2013-09-21 12:23:02 +03:00
Timo Jyrinki bf139e7636 Finnish translation update 2013-09-20 21:33:06 +03:00
Aurimas Černius 13201a5c76 Updated Lithuanian translation 2013-09-20 21:23:09 +03:00
Priit Laes 261120dc4b Add Estonian (et) to LINGUAS 2013-09-20 09:53:29 +03:00
Mattias Põldaru 09f43d4f84 [l10n] Updated Estonian translation 2013-09-20 09:52:18 +03:00
Chao-Hsiung Liao 0590b9123d Updated Traditional Chinese translation(Hong Kong and Taiwan) 2013-09-20 13:44:43 +08:00
Fernando Carvalho e271231e77 Updated Portuguese translation 2013-09-18 23:55:51 +01:00
A S Alam 8b97f068c7 Punjabi Translation updated by Aman 2013-09-17 22:16:28 -05:00
Ask H. Larsen a5344e3fe0 Updated Danish translation 2013-09-17 18:40:55 +02:00
Nilamdyuti Goswami 096fff8b3f Assamese translation updated 2013-09-17 16:06:33 +05:30
69 changed files with 5664 additions and 2024 deletions
+70
View File
@@ -1,3 +1,73 @@
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 3.9.92
====== ======
* more updates and fixes for gnome-shell master changes * more updates and fixes for gnome-shell master changes
+4 -4
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 individual contributors, we cannot guarantee stability or quality for any
specific extension. specific extension.
For these reasons, distributions are advised to avoid installing or packaging For these reasons, distributions are advised to avoid installing or packaging
this module by defaul. this module by default.
For more information about GNOME Shell Extensions For more information about GNOME Shell Extensions
http://live.gnome.org/GnomeShell/Extensions https://wiki.gnome.org/Projects/GnomeShell/Extensions
For general information about GNOME Shell For general information about GNOME Shell
http://live.gnome.org/GnomeShell https://wiki.gnome.org/Projects/GnomeShell
Bugs should be reported at http://bugzilla.gnome.org against the 'gnome-shell' Bugs should be reported at https://bugzilla.gnome.org against the 'gnome-shell'
product, with the 'extensions' component. product, with the 'extensions' component.
Extensions Extensions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# Run this to generate all the initial makefiles, etc. # Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0` srcdir=`dirname $0`
+1 -1
View File
@@ -1,5 +1,5 @@
AC_PREREQ(2.63) AC_PREREQ(2.63)
AC_INIT([gnome-shell-extensions],[3.9.92],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_INIT([gnome-shell-extensions],[3.12.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config]) AC_CONFIG_AUX_DIR([config])
+6
View File
@@ -39,6 +39,12 @@
border-top-color: transparent; border-top-color: transparent;
} }
.tile-preview-left.on-primary,
.tile-preview-right.on-primary,
.tile-preview-left.tile-preview-right.on-primary {
/* keep in sync with -panel-corner-radius */
border-radius: 0;
}
/* TOP BAR */ /* TOP BAR */
+1 -1
View File
@@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
_Name=GNOME Classic _Name=GNOME Classic
_Comment=This session logs you into GNOME Classic _Comment=This session logs you into GNOME Classic
Exec=gnome-session --session gnome-classic Exec=env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic
TryExec=gnome-session TryExec=gnome-session
Icon= Icon=
Type=Application Type=Application
+1 -1
View File
@@ -2,7 +2,7 @@
Type=Application Type=Application
_Name=GNOME Shell Classic _Name=GNOME Shell Classic
_Comment=Window management and application launching _Comment=Window management and application launching
Exec=@bindir@/gnome-shell --mode=classic Exec=@bindir@/gnome-shell
TryExec=@bindir@/gnome-shell TryExec=@bindir@/gnome-shell
X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-shell X-GNOME-Bugzilla-Product=gnome-shell
@@ -29,10 +29,10 @@
<key name="focus-change-on-pointer-rest" type="b"> <key name="focus-change-on-pointer-rest" type="b">
<default>true</default> <default>true</default>
<summary>Delay focus changes in mouse mode until the pointer stops moving</summary> <_summary>Delay focus changes in mouse mode until the pointer stops moving</_summary>
<description> <_description>
This key overrides the key in org.gnome.mutter when running GNOME Shell. This key overrides the key in org.gnome.mutter when running GNOME Shell.
</description> </_description>
</key> </key>
</schema> </schema>
</schemalist> </schemalist>
+5 -3
View File
@@ -388,8 +388,9 @@ const ApplicationsButton = new Lang.Class({
while ((nextType = iter.next()) != GMenu.TreeItemType.INVALID) { while ((nextType = iter.next()) != GMenu.TreeItemType.INVALID) {
if (nextType == GMenu.TreeItemType.ENTRY) { if (nextType == GMenu.TreeItemType.ENTRY) {
let entry = iter.get_entry(); let entry = iter.get_entry();
if (!entry.get_app_info().get_nodisplay()) { let appInfo = entry.get_app_info();
let app = appSys.lookup_app_by_tree_entry(entry); let app = appSys.lookup_app(entry.get_desktop_file_id());
if (appInfo.should_show()) {
let menu_id = dir.get_menu_id(); let menu_id = dir.get_menu_id();
this.applicationsByCategory[categoryId].push(app); this.applicationsByCategory[categoryId].push(app);
} }
@@ -485,7 +486,8 @@ const ApplicationsButton = new Lang.Class({
//Load categories //Load categories
this.applicationsByCategory = {}; this.applicationsByCategory = {};
let tree = appSys.get_tree(); let tree = new GMenu.Tree({ menu_basename: 'applications.menu' });
tree.load_sync();
let root = tree.get_root_directory(); let root = tree.get_root_directory();
let categoryMenuItem = new CategoryMenuItem(this, null); let categoryMenuItem = new CategoryMenuItem(this, null);
this.categoriesBox.add_actor(categoryMenuItem.actor); this.categoriesBox.add_actor(categoryMenuItem.actor);
+28 -35
View File
@@ -40,13 +40,13 @@ const WindowMover = new Lang.Class({
_ensureAtLeastWorkspaces: function(num, window) { _ensureAtLeastWorkspaces: function(num, window) {
for (let j = global.screen.n_workspaces; j <= num; j++) { for (let j = global.screen.n_workspaces; j <= num; j++) {
window.change_workspace_by_index(j-1, false, global.get_current_time()); window.change_workspace_by_index(j-1, false);
global.screen.append_new_workspace(false, 0); global.screen.append_new_workspace(false, 0);
} }
}, },
_findAndMove: function(display, window, noRecurse) { _findAndMove: function(display, window, noRecurse) {
if (!this._windowTracker.is_window_interesting(window)) if (window.skip_taskbar)
return; return;
let spaces = this._settings.get_strv(SETTINGS_KEY); let spaces = this._settings.get_strv(SETTINGS_KEY);
@@ -73,7 +73,7 @@ const WindowMover = new Lang.Class({
if (workspace_num >= global.screen.n_workspaces) if (workspace_num >= global.screen.n_workspaces)
this._ensureAtLeastWorkspaces(workspace_num, window); this._ensureAtLeastWorkspaces(workspace_num, window);
window.change_workspace_by_index(workspace_num, false, global.get_current_time()); window.change_workspace_by_index(workspace_num, false);
} }
} }
} }
@@ -91,25 +91,38 @@ function myCheckWorkspaces() {
let i; let i;
let emptyWorkspaces = new Array(this._workspaces.length); let emptyWorkspaces = new Array(this._workspaces.length);
if (!Meta.prefs_get_dynamic_workspaces()) {
this._checkWorkspacesId = 0;
return false;
}
for (i = 0; i < this._workspaces.length; i++) { for (i = 0; i < this._workspaces.length; i++) {
let lastRemoved = this._workspaces[i]._lastRemovedWindow; let lastRemoved = this._workspaces[i]._lastRemovedWindow;
if (lastRemoved && if ((lastRemoved &&
(lastRemoved.get_window_type() == Meta.WindowType.SPLASHSCREEN || (lastRemoved.get_window_type() == Meta.WindowType.SPLASHSCREEN ||
lastRemoved.get_window_type() == Meta.WindowType.DIALOG || lastRemoved.get_window_type() == Meta.WindowType.DIALOG ||
lastRemoved.get_window_type() == Meta.WindowType.MODAL_DIALOG)) lastRemoved.get_window_type() == Meta.WindowType.MODAL_DIALOG)) ||
this._workspaces[i]._keepAliveId)
emptyWorkspaces[i] = false; emptyWorkspaces[i] = false;
else else
emptyWorkspaces[i] = true; emptyWorkspaces[i] = true;
} }
let sequences = Shell.WindowTracker.get_default().get_startup_sequences();
for (i = 0; i < sequences.length; i++) {
let index = sequences[i].get_workspace();
if (index >= 0 && index <= global.screen.n_workspaces)
emptyWorkspaces[index] = false;
}
let windows = global.get_window_actors(); let windows = global.get_window_actors();
for (i = 0; i < windows.length; i++) { for (i = 0; i < windows.length; i++) {
let win = windows[i]; let winActor = windows[i];
let win = winActor.meta_window;
if (win.get_meta_window().is_on_all_workspaces()) if (win.is_on_all_workspaces())
continue; continue;
let workspaceIndex = win.get_workspace(); let workspaceIndex = win.get_workspace().index();
emptyWorkspaces[workspaceIndex] = false; emptyWorkspaces[workspaceIndex] = false;
} }
@@ -120,17 +133,7 @@ function myCheckWorkspaces() {
} }
let activeWorkspaceIndex = global.screen.get_active_workspace_index(); let activeWorkspaceIndex = global.screen.get_active_workspace_index();
let activeIsLast = activeWorkspaceIndex == global.screen.n_workspaces - 2; emptyWorkspaces[activeWorkspaceIndex] = false;
let removingTrailWorkspaces = (emptyWorkspaces[activeWorkspaceIndex] &&
activeIsLast);
// Don't enter the overview when removing multiple empty workspaces at startup
let showOverview = (removingTrailWorkspaces &&
!emptyWorkspaces.every(function(x) { return x; }));
if (removingTrailWorkspaces) {
// "Merge" the empty workspace we are removing with the one at the end
this._wm.blockAnimations();
}
// Delete other empty workspaces; do it from the end to avoid index changes // Delete other empty workspaces; do it from the end to avoid index changes
for (i = emptyWorkspaces.length - 2; i >= 0; i--) { for (i = emptyWorkspaces.length - 2; i >= 0; i--) {
@@ -140,23 +143,13 @@ function myCheckWorkspaces() {
break; break;
} }
if (removingTrailWorkspaces) {
global.screen.get_workspace_by_index(global.screen.n_workspaces - 1).activate(global.get_current_time());
this._wm.unblockAnimations();
if (!Main.overview.visible && showOverview)
Main.overview.show();
}
this._checkWorkspacesId = 0; this._checkWorkspacesId = 0;
return false; return false;
} }
function enable() { function enable() {
prevCheckWorkspaces = Main.wm._workspaceTracker._checkWorkspaces; prevCheckWorkspaces = Main.wm._workspaceTracker._checkWorkspaces;
if (Meta.prefs_get_dynamic_workspaces()) Main.wm._workspaceTracker._checkWorkspaces = myCheckWorkspaces;
Main.wm._workspaceTracker._checkWorkspaces = myCheckWorkspaces;
winMover = new WindowMover(); winMover = new WindowMover();
} }
+34 -22
View File
@@ -36,6 +36,39 @@ const MountMenuItem = new Lang.Class({
let ejectButton = new St.Button({ child: ejectIcon }); let ejectButton = new St.Button({ child: ejectIcon });
ejectButton.connect('clicked', Lang.bind(this, this._eject)); ejectButton.connect('clicked', Lang.bind(this, this._eject));
this.actor.add(ejectButton); this.actor.add(ejectButton);
this._changedId = mount.connect('changed', Lang.bind(this, this._syncVisibility));
this._syncVisibility();
},
destroy: function() {
if (this._changedId) {
this.mount.disconnect(this._changedId);
this._changedId = 0;
}
this.parent();
},
_isInteresting: function() {
if (!this.mount.can_eject() && !this.mount.can_unmount())
return false;
if (this.mount.is_shadowed())
return false;
let volume = this.mount.get_volume();
if (volume == null) {
// probably a GDaemonMount, could be network or
// local, but we can't tell; assume it's local for now
return true;
}
return volume.get_identifier('class') != 'network';
},
_syncVisibility: function() {
this.actor.visible = this._isInteresting();
}, },
_eject: function() { _eject: function() {
@@ -124,40 +157,19 @@ const DriveMenu = new Lang.Class({
}, },
_updateMenuVisibility: function() { _updateMenuVisibility: function() {
if (this._mounts.length > 0) if (this._mounts.filter(function(i) i.actor.visible).length > 0)
this.actor.show(); this.actor.show();
else else
this.actor.hide(); this.actor.hide();
}, },
_isMountInteresting: function(mount) {
if (!mount.can_eject() && !mount.can_unmount())
return false;
let volume = mount.get_volume();
if (volume == null) {
// probably a GDaemonMount, could be network or
// local, but we can't tell; assume it's local for now
return true;
}
return volume.get_identifier('class') != 'network';
},
_addMount: function(mount) { _addMount: function(mount) {
if (!this._isMountInteresting(mount))
return;
let item = new MountMenuItem(mount); let item = new MountMenuItem(mount);
this._mounts.unshift(item); this._mounts.unshift(item);
this.menu.addMenuItem(item, 0); this.menu.addMenuItem(item, 0);
}, },
_removeMount: function(mount) { _removeMount: function(mount) {
if (!this._isMountInteresting(mount))
return;
for (let i = 0; i < this._mounts.length; i++) { for (let i = 0; i < this._mounts.length; i++) {
let item = this._mounts[i]; let item = this._mounts[i];
if (item.mount == mount) { if (item.mount == mount) {
+3 -9
View File
@@ -5,18 +5,12 @@ var _onActivateOriginal = null;
var _activateResultOriginal = null; var _activateResultOriginal = null;
function _onActivate(event) { function _onActivate(event) {
this.app.open_new_window(-1);
this.emit('launching');
if (this._onActivateOverride) {
this._onActivateOverride(event);
} else {
this.app.open_new_window(-1);
}
Main.overview.hide(); Main.overview.hide();
} }
function _activateResult(app) { function _activateResult(result) {
let app = this._appSys.lookup_app(result);
app.open_new_window(-1); app.open_new_window(-1);
} }
+6 -5
View File
@@ -18,9 +18,11 @@ const Gettext = imports.gettext.domain('gnome-shell-extensions');
const _ = Gettext.gettext; const _ = Gettext.gettext;
const N_ = function(x) { return x; } const N_ = function(x) { return x; }
const Hostname1Iface = <interface name="org.freedesktop.hostname1"> const Hostname1Iface = '<node> \
<property name="PrettyHostname" type="s" access="read" /> <interface name="org.freedesktop.hostname1"> \
</interface>; <property name="PrettyHostname" type="s" access="read" /> \
</interface> \
</node>';
const Hostname1 = Gio.DBusProxy.makeProxyWrapper(Hostname1Iface); const Hostname1 = Gio.DBusProxy.makeProxyWrapper(Hostname1Iface);
const PlaceInfo = new Lang.Class({ const PlaceInfo = new Lang.Class({
@@ -41,8 +43,7 @@ const PlaceInfo = new Lang.Class({
}, },
launch: function(timestamp) { launch: function(timestamp) {
let launchContext = global.create_app_launch_context(); let launchContext = global.create_app_launch_context(timestamp, -1);
launchContext.set_timestamp(timestamp);
try { try {
Gio.AppInfo.launch_default_for_uri(this.file.get_uri(), Gio.AppInfo.launch_default_for_uri(this.file.get_uri(),
+109 -18
View File
@@ -7,7 +7,6 @@ const Shell = imports.gi.Shell;
const St = imports.gi.St; const St = imports.gi.St;
const DND = imports.ui.dnd; const DND = imports.ui.dnd;
const Hash = imports.misc.hash;
const Lang = imports.lang; const Lang = imports.lang;
const Main = imports.ui.main; const Main = imports.ui.main;
const MessageTray = imports.ui.messageTray; const MessageTray = imports.ui.messageTray;
@@ -18,6 +17,9 @@ const ExtensionUtils = imports.misc.extensionUtils;
const Me = ExtensionUtils.getCurrentExtension(); const Me = ExtensionUtils.getCurrentExtension();
const Convenience = Me.imports.convenience; const Convenience = Me.imports.convenience;
const Gettext = imports.gettext.domain('gnome-shell-extensions');
const _ = Gettext.gettext;
const ICON_TEXTURE_SIZE = 24; const ICON_TEXTURE_SIZE = 24;
const DND_ACTIVATE_TIMEOUT = 500; const DND_ACTIVATE_TIMEOUT = 500;
@@ -45,6 +47,22 @@ function _openMenu(menu) {
menu.actor.navigate_focus(null, Gtk.DirectionType.TAB_FORWARD, false); menu.actor.navigate_focus(null, Gtk.DirectionType.TAB_FORWARD, false);
} }
function _onMenuStateChanged(menu, isOpen) {
if (isOpen)
return;
let [x, y,] = global.get_pointer();
let actor = global.stage.get_actor_at_pos(Clutter.PickMode.REACTIVE, x, y);
if (windowList.actor.contains(actor))
actor.sync_hover();
}
function _getAppStableSequence(app) {
return app.get_windows().reduce(function(prev, cur) {
return Math.min(prev, cur.get_stable_sequence());
}, 0);
}
const WindowContextMenu = new Lang.Class({ const WindowContextMenu = new Lang.Class({
Name: 'WindowContextMenu', Name: 'WindowContextMenu',
@@ -185,6 +203,7 @@ const WindowButton = new Lang.Class({
this._menuManager = new PopupMenu.PopupMenuManager(this); this._menuManager = new PopupMenu.PopupMenuManager(this);
this._contextMenu = new WindowContextMenu(this.actor, this.metaWindow); this._contextMenu = new WindowContextMenu(this.actor, this.metaWindow);
this._contextMenu.connect('open-state-changed', _onMenuStateChanged);
this._contextMenu.actor.hide(); this._contextMenu.actor.hide();
this._menuManager.addMenu(this._contextMenu); this._menuManager.addMenu(this._contextMenu);
Main.uiGroup.add_actor(this._contextMenu.actor); Main.uiGroup.add_actor(this._contextMenu.actor);
@@ -206,6 +225,17 @@ const WindowButton = new Lang.Class({
this._updateStyle(); this._updateStyle();
}, },
get active() {
return this.actor.has_style_class_name('focused');
},
activate: function() {
if (this.active)
return;
this._onClicked(this.actor, 1);
},
_onClicked: function(actor, button) { _onClicked: function(actor, button) {
if (this._contextMenu.isOpen) { if (this._contextMenu.isOpen) {
this._contextMenu.close(); this._contextMenu.close();
@@ -253,7 +283,7 @@ const WindowButton = new Lang.Class({
_onDestroy: function() { _onDestroy: function() {
global.window_manager.disconnect(this._switchWorkspaceId); global.window_manager.disconnect(this._switchWorkspaceId);
global.display.disconnect(this._notifyFocusId); global.display.disconnect(this._notifyFocusId);
this._contextMenu.actor.destroy(); this._contextMenu.destroy();
} }
}); });
@@ -269,7 +299,7 @@ const AppContextMenu = new Lang.Class({
this._minimizeItem = new PopupMenu.PopupMenuItem(_("Minimize all")); this._minimizeItem = new PopupMenu.PopupMenuItem(_("Minimize all"));
this._minimizeItem.connect('activate', Lang.bind(this, function() { this._minimizeItem.connect('activate', Lang.bind(this, function() {
this._app.get_windows().forEach(function(w) { this._getWindowList().forEach(function(w) {
w.minimize(); w.minimize();
}); });
})); }));
@@ -277,7 +307,7 @@ const AppContextMenu = new Lang.Class({
this._unminimizeItem = new PopupMenu.PopupMenuItem(_("Unminimize all")); this._unminimizeItem = new PopupMenu.PopupMenuItem(_("Unminimize all"));
this._unminimizeItem.connect('activate', Lang.bind(this, function() { this._unminimizeItem.connect('activate', Lang.bind(this, function() {
this._app.get_windows().forEach(function(w) { this._getWindowList().forEach(function(w) {
w.unminimize(); w.unminimize();
}); });
})); }));
@@ -285,7 +315,7 @@ const AppContextMenu = new Lang.Class({
this._maximizeItem = new PopupMenu.PopupMenuItem(_("Maximize all")); this._maximizeItem = new PopupMenu.PopupMenuItem(_("Maximize all"));
this._maximizeItem.connect('activate', Lang.bind(this, function() { this._maximizeItem.connect('activate', Lang.bind(this, function() {
this._app.get_windows().forEach(function(w) { this._getWindowList().forEach(function(w) {
w.maximize(Meta.MaximizeFlags.HORIZONTAL | w.maximize(Meta.MaximizeFlags.HORIZONTAL |
Meta.MaximizeFlags.VERTICAL); Meta.MaximizeFlags.VERTICAL);
}); });
@@ -294,7 +324,7 @@ const AppContextMenu = new Lang.Class({
this._unmaximizeItem = new PopupMenu.PopupMenuItem(_("Unmaximize all")); this._unmaximizeItem = new PopupMenu.PopupMenuItem(_("Unmaximize all"));
this._unmaximizeItem.connect('activate', Lang.bind(this, function() { this._unmaximizeItem.connect('activate', Lang.bind(this, function() {
this._app.get_windows().forEach(function(w) { this._getWindowList().forEach(function(w) {
w.unmaximize(Meta.MaximizeFlags.HORIZONTAL | w.unmaximize(Meta.MaximizeFlags.HORIZONTAL |
Meta.MaximizeFlags.VERTICAL); Meta.MaximizeFlags.VERTICAL);
}); });
@@ -303,15 +333,22 @@ const AppContextMenu = new Lang.Class({
let item = new PopupMenu.PopupMenuItem(_("Close all")); let item = new PopupMenu.PopupMenuItem(_("Close all"));
item.connect('activate', Lang.bind(this, function() { item.connect('activate', Lang.bind(this, function() {
this._app.get_windows().forEach(function(w) { this._getWindowList().forEach(function(w) {
w.delete(global.get_current_time()); w.delete(global.get_current_time());
}); });
})); }));
this.addMenuItem(item); this.addMenuItem(item);
}, },
_getWindowList: function() {
let workspace = global.screen.get_active_workspace();
return this._app.get_windows().filter(function(win) {
return !win.skip_taskbar && win.located_on_workspace(workspace);
});
},
open: function(animate) { open: function(animate) {
let windows = this._app.get_windows(); let windows = this._getWindowList();
this._minimizeItem.actor.visible = windows.some(function(w) { this._minimizeItem.actor.visible = windows.some(function(w) {
return !w.minimized; return !w.minimized;
}); });
@@ -361,6 +398,7 @@ const AppButton = new Lang.Class({
this._menuManager = new PopupMenu.PopupMenuManager(this); this._menuManager = new PopupMenu.PopupMenuManager(this);
this._menu = new PopupMenu.PopupMenu(this.actor, 0.5, St.Side.BOTTOM); this._menu = new PopupMenu.PopupMenu(this.actor, 0.5, St.Side.BOTTOM);
this._menu.connect('open-state-changed', _onMenuStateChanged);
this._menu.actor.hide(); this._menu.actor.hide();
this._menu.connect('activate', Lang.bind(this, this._onMenuActivate)); this._menu.connect('activate', Lang.bind(this, this._onMenuActivate));
this._menuManager.addMenu(this._menu); this._menuManager.addMenu(this._menu);
@@ -368,8 +406,8 @@ const AppButton = new Lang.Class({
this._contextMenuManager = new PopupMenu.PopupMenuManager(this); this._contextMenuManager = new PopupMenu.PopupMenuManager(this);
this._appContextMenu = new AppContextMenu(this.actor, this.app); this._appContextMenu = new AppContextMenu(this.actor, this.app);
this._appContextMenu.connect('open-state-changed', _onMenuStateChanged);
this._appContextMenu.actor.hide(); this._appContextMenu.actor.hide();
this._contextMenuManager.addMenu(this._appContextMenu);
Main.uiGroup.add_actor(this._appContextMenu.actor); Main.uiGroup.add_actor(this._appContextMenu.actor);
this._textureCache = St.TextureCache.get_default(); this._textureCache = St.TextureCache.get_default();
@@ -427,7 +465,7 @@ const AppButton = new Lang.Class({
_getWindowList: function() { _getWindowList: function() {
let workspace = global.screen.get_active_workspace(); let workspace = global.screen.get_active_workspace();
return this.app.get_windows().filter(function(win) { return this.app.get_windows().filter(function(win) {
return win.located_on_workspace(workspace); return !win.skip_taskbar && win.located_on_workspace(workspace);
}); });
}, },
@@ -442,24 +480,39 @@ const AppButton = new Lang.Class({
this._windowTitle = new WindowTitle(this.metaWindow); this._windowTitle = new WindowTitle(this.metaWindow);
this._singleWindowTitle.child = this._windowTitle.actor; this._singleWindowTitle.child = this._windowTitle.actor;
this._windowContextMenu = new WindowContextMenu(this.actor, this.metaWindow); this._windowContextMenu = new WindowContextMenu(this.actor, this.metaWindow);
this._windowContextMenu.connect('open-state-changed',
_onMenuStateChanged);
Main.uiGroup.add_actor(this._windowContextMenu.actor); Main.uiGroup.add_actor(this._windowContextMenu.actor);
this._windowContextMenu.actor.hide(); this._windowContextMenu.actor.hide();
this._contextMenuManager.addMenu(this._windowContextMenu); this._contextMenuManager.addMenu(this._windowContextMenu);
} }
this._contextMenuManager.removeMenu(this._appContextMenu);
this._contextMenu = this._windowContextMenu; this._contextMenu = this._windowContextMenu;
} else { } else {
if (this._windowTitle) { if (this._windowTitle) {
this.metaWindow = null; this.metaWindow = null;
this._singleWindowTitle.child = null; this._singleWindowTitle.child = null;
this._windowTitle = null; this._windowTitle = null;
this._windowContextMenu.actor.destroy(); this._windowContextMenu.destroy();
this._windowContextMenu = null; this._windowContextMenu = null;
} }
this._contextMenu = this._appContextMenu; this._contextMenu = this._appContextMenu;
this._contextMenuManager.addMenu(this._appContextMenu);
} }
}, },
get active() {
return this.actor.has_style_class_name('focused');
},
activate: function() {
if (this.active)
return;
this._onClicked(this.actor, 1);
},
_onClicked: function(actor, button) { _onClicked: function(actor, button) {
let menuWasOpen = this._menu.isOpen; let menuWasOpen = this._menu.isOpen;
if (menuWasOpen) if (menuWasOpen)
@@ -513,7 +566,7 @@ const AppButton = new Lang.Class({
global.window_manager.disconnect(this._switchWorkspaceId); global.window_manager.disconnect(this._switchWorkspaceId);
this._windowTracker.disconnect(this._notifyFocusId); this._windowTracker.disconnect(this._notifyFocusId);
this.app.disconnect(this._windowsChangedId); this.app.disconnect(this._windowsChangedId);
this._menu.actor.destroy(); this._menu.destroy();
} }
}); });
@@ -699,6 +752,7 @@ const WindowList = new Lang.Class({
let layout = new Clutter.BoxLayout({ homogeneous: true }); let layout = new Clutter.BoxLayout({ homogeneous: true });
this._windowList = new St.Widget({ style_class: 'window-list', this._windowList = new St.Widget({ style_class: 'window-list',
reactive: true,
layout_manager: layout, layout_manager: layout,
x_align: Clutter.ActorAlign.START, x_align: Clutter.ActorAlign.START,
x_expand: true, x_expand: true,
@@ -725,6 +779,7 @@ const WindowList = new Lang.Class({
Lang.bind(this, this._populateWindowList)); Lang.bind(this, this._populateWindowList));
} }
})); }));
this._windowList.connect('scroll-event', Lang.bind(this, this._onScrollEvent));
let indicatorsBox = new St.BoxLayout({ x_align: Clutter.ActorAlign.END }); let indicatorsBox = new St.BoxLayout({ x_align: Clutter.ActorAlign.END });
box.add(indicatorsBox); box.add(indicatorsBox);
@@ -761,7 +816,7 @@ const WindowList = new Lang.Class({
this._updateKeyboardAnchor(); this._updateKeyboardAnchor();
})); }));
this._workspaceSignals = new Hash.Map(); this._workspaceSignals = new Map();
this._nWorkspacesChangedId = this._nWorkspacesChangedId =
global.screen.connect('notify::n-workspaces', global.screen.connect('notify::n-workspaces',
Lang.bind(this, this._onWorkspacesChanged)); Lang.bind(this, this._onWorkspacesChanged));
@@ -784,6 +839,7 @@ const WindowList = new Lang.Class({
this._fullscreenChangedId = this._fullscreenChangedId =
global.screen.connect('in-fullscreen-changed', Lang.bind(this, function() { global.screen.connect('in-fullscreen-changed', Lang.bind(this, function() {
this._updateKeyboardAnchor();
this._updateMessageTrayAnchor(); this._updateMessageTrayAnchor();
})); }));
@@ -807,6 +863,31 @@ const WindowList = new Lang.Class({
this._groupingModeChanged(); this._groupingModeChanged();
}, },
_onScrollEvent: function(actor, event) {
let direction = event.get_scroll_direction();
let diff = 0;
if (direction == Clutter.ScrollDirection.DOWN)
diff = 1;
else if (direction == Clutter.ScrollDirection.UP)
diff = -1;
else
return;
let children = this._windowList.get_children().map(function(actor) {
return actor._delegate;
});
let active = 0;
for (let i = 0; i < children.length; i++) {
if (children[i].active) {
active = i;
break;
}
}
active = Math.max(0, Math.min(active + diff, children.length-1));
children[active].activate();
},
_groupingModeChanged: function() { _groupingModeChanged: function() {
this._groupingMode = this._settings.get_enum('grouping-mode'); this._groupingMode = this._settings.get_enum('grouping-mode');
this._grouped = this._groupingMode == GroupingMode.ALWAYS; this._grouped = this._groupingMode == GroupingMode.ALWAYS;
@@ -817,11 +898,19 @@ const WindowList = new Lang.Class({
this._windowList.destroy_all_children(); this._windowList.destroy_all_children();
if (!this._grouped) { if (!this._grouped) {
let windows = Meta.get_window_actors(global.screen); let windows = Meta.get_window_actors(global.screen).sort(
function(w1, w2) {
return w1.metaWindow.get_stable_sequence() -
w2.metaWindow.get_stable_sequence();
});
for (let i = 0; i < windows.length; i++) for (let i = 0; i < windows.length; i++)
this._onWindowAdded(null, windows[i].metaWindow); this._onWindowAdded(null, windows[i].metaWindow);
} else { } else {
let apps = this._appSystem.get_running(); let apps = this._appSystem.get_running().sort(
function(a1, a2) {
return _getAppStableSequence(a1) -
_getAppStableSequence(a2);
});
for (let i = 0; i < apps.length; i++) for (let i = 0; i < apps.length; i++)
this._addApp(apps[i]); this._addApp(apps[i]);
} }
@@ -842,7 +931,8 @@ const WindowList = new Lang.Class({
}, },
_updateMessageTrayAnchor: function() { _updateMessageTrayAnchor: function() {
let anchorY = this.actor.visible ? this.actor.height : 0; let sameMonitor = Main.layoutManager.primaryIndex == Main.layoutManager.bottomIndex;
let anchorY = this.actor.visible && sameMonitor ? this.actor.height : 0;
Main.messageTray.actor.anchor_y = anchorY; Main.messageTray.actor.anchor_y = anchorY;
Main.messageTray._notificationWidget.anchor_y = -anchorY; Main.messageTray._notificationWidget.anchor_y = -anchorY;
@@ -877,7 +967,7 @@ const WindowList = new Lang.Class({
}, },
_onWindowAdded: function(ws, win) { _onWindowAdded: function(ws, win) {
if (!Shell.WindowTracker.get_default().is_window_interesting(win)) if (win.skip_taskbar)
return; return;
if (this._grouped) if (this._grouped)
@@ -931,7 +1021,8 @@ const WindowList = new Lang.Class({
let numWorkspaces = global.screen.n_workspaces; let numWorkspaces = global.screen.n_workspaces;
for (let i = 0; i < numWorkspaces; i++) { for (let i = 0; i < numWorkspaces; i++) {
let workspace = global.screen.get_workspace_by_index(i); let workspace = global.screen.get_workspace_by_index(i);
let signals = this._workspaceSignals.delete(workspace)[1]; let signals = this._workspaceSignals.get(workspace);
this._workspaceSignals.delete(workspace);
workspace.disconnect(signals._windowAddedId); workspace.disconnect(signals._windowAddedId);
workspace.disconnect(signals._windowRemovedId); workspace.disconnect(signals._windowRemovedId);
} }
+4
View File
@@ -75,3 +75,7 @@
.window-list-workspace-indicator > StLabel { .window-list-workspace-indicator > StLabel {
padding: 0 2px; padding: 0 2px;
} }
.notification {
font-weight: normal;
}
+2 -1
View File
@@ -30,7 +30,8 @@ const WorkspaceIndicator = new Lang.Class({
this.parent(0.0, _("Workspace Indicator")); this.parent(0.0, _("Workspace Indicator"));
this._currentWorkspace = global.screen.get_active_workspace().index(); this._currentWorkspace = global.screen.get_active_workspace().index();
this.statusLabel = new St.Label({ text: this._labelText() }); this.statusLabel = new St.Label({ y_align: Clutter.ActorAlign.CENTER,
text: this._labelText() });
this.actor.add_actor(this.statusLabel); this.actor.add_actor(this.statusLabel);
+4 -2
View File
@@ -12,13 +12,15 @@ additional and optional functionality to GNOME Shell.
Most extensions can be installed by configuring --prefix=$HOME/.local, Most extensions can be installed by configuring --prefix=$HOME/.local,
and will be picked automatically at next login. and will be picked automatically at next login.
</description> </description>
<homepage rdf:resource="https://wiki.gnome.org/Projects/GnomeShell/Extensions" />
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-shell-list" />
<download-page rdf:resource="http://download.gnome.org/sources/gnome-shell-extensions/" />
<bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-shell&amp;component=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> <maintainer>
<foaf:Person> <foaf:Person>
<foaf:name>Giovanni Campagna</foaf:name> <foaf:name>Giovanni Campagna</foaf:name>
<foaf:mbox rdf:resource="mailto:scampa.giovanni@gmail.com" /> <foaf:mbox rdf:resource="mailto:gcampagna@src.gnome.org" />
<gnome:userid>gcampagna</gnome:userid> <gnome:userid>gcampagna</gnome:userid>
</foaf:Person> </foaf:Person>
</maintainer> </maintainer>
+7
View File
@@ -1,7 +1,9 @@
af
an an
ar ar
as as
ca ca
ca@valencia
cs cs
da da
de de
@@ -9,6 +11,7 @@ el
en_GB en_GB
eo eo
es es
et
eu eu
fa fa
fi fi
@@ -22,6 +25,8 @@ id
it it
ja ja
kk kk
km
kn
ko ko
lv lv
lt lt
@@ -41,6 +46,8 @@ sv
ta ta
te te
tg tg
th
tr
vi vi
uk uk
zh_CN zh_CN
+311
View File
@@ -0,0 +1,311 @@
# 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"
+123 -66
View File
@@ -8,15 +8,15 @@ msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-06-05 18:52+0000\n" "POT-Creation-Date: 2013-12-20 18:44+0000\n"
"PO-Revision-Date: 2013-06-05 20:51+0100\n" "PO-Revision-Date: 2013-12-21 16:24+0100\n"
"Last-Translator: Jorge Pérez Pérez <jorgtum@gmail.com>\n" "Last-Translator: Jorge Pérez Pérez <jorgtum@gmail.com>\n"
"Language-Team: Aragonese <softaragones@googlegroups.com>\n" "Language-Team: Aragonese <softaragones@googlegroups.com>\n"
"Language: an\n" "Language: an\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\n" "X-Generator: Poedit 1.6.3\n"
#: ../data/gnome-classic.desktop.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1 #: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -35,6 +35,31 @@ msgstr "GNOME Shell clasico"
msgid "Window management and application launching" msgid "Window management and application launching"
msgstr "Chestión de finestras y inicio d'aplicacions" 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 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Nomás as miniaturas" msgstr "Nomás as miniaturas"
@@ -55,35 +80,6 @@ msgstr "Presentar as finestras como"
msgid "Show only windows in the current workspace" msgid "Show only windows in the current workspace"
msgstr "Amostrar as finestras solament en l'aria de treballo actual" msgstr "Amostrar as finestras solament en l'aria de treballo actual"
#. 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 "Amortar"
#: ../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 la visibilidat de l'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 a 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 visibilidat de l'elemento de menú «Hibernar»"
#: ../extensions/apps-menu/extension.js:39 #: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview" msgid "Activities Overview"
msgstr "Anvista d'actividatz" msgstr "Anvista d'actividatz"
@@ -92,7 +88,7 @@ msgstr "Anvista d'actividatz"
msgid "Favorites" msgid "Favorites"
msgstr "Favoritos" msgstr "Favoritos"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Aplicacions" msgstr "Aplicacions"
@@ -130,16 +126,16 @@ msgstr "Creyar un regle nuevo de coincidencia"
msgid "Add" msgid "Add"
msgstr "Adhibir" msgstr "Adhibir"
#: ../extensions/drive-menu/extension.js:72 #: ../extensions/drive-menu/extension.js:73
#, c-format #, c-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Ha fallau en fer fuera o dispositivo «%s»" msgstr "Ha fallau en fer fuera o dispositivo «%s»"
#: ../extensions/drive-menu/extension.js:89 #: ../extensions/drive-menu/extension.js:90
msgid "Removable devices" msgid "Removable devices"
msgstr "Dispositivos extraíbles" msgstr "Dispositivos extraíbles"
#: ../extensions/drive-menu/extension.js:106 #: ../extensions/drive-menu/extension.js:117
msgid "Open File" msgid "Open File"
msgstr "Ubrir o fichero" msgstr "Ubrir o fichero"
@@ -205,33 +201,34 @@ msgstr ""
"sitúa por debaixo. Cambiar ista configuración requier reiniciar a shell ta " "sitúa por debaixo. Cambiar ista configuración requier reiniciar a shell ta "
"que tienga efecto." "que tienga efecto."
#: ../extensions/places-menu/extension.js:77 #: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places" msgid "Places"
msgstr "Puestos" msgstr "Puestos"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:58
#, c-format #, c-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "Ha fallau en lanzar «%s»" msgstr "Ha fallau en lanzar «%s»"
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:100
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:123
msgid "Computer" msgid "Computer"
msgstr "Equipo" msgstr "Equipo"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:201
msgid "Home" msgid "Home"
msgstr "Carpeta presonal" msgstr "Carpeta presonal"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:288
msgid "Browse Network" msgid "Browse Network"
msgstr "Examinar o ret" msgstr "Examinar o ret"
#: ../extensions/systemMonitor/extension.js:213 #: ../extensions/systemMonitor/extension.js:214
msgid "CPU" msgid "CPU"
msgstr "CPU" msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:266 #: ../extensions/systemMonitor/extension.js:267
msgid "Memory" msgid "Memory"
msgstr "CPU" msgstr "CPU"
@@ -243,6 +240,55 @@ msgstr "Nombre d'o tema"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "O nombre d'o tema, que se carga dende /.themes/nombre/gnome-shell" msgstr "O nombre d'o tema, que se carga dende /.themes/nombre/gnome-shell"
#: ../extensions/window-list/extension.js:92
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 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "Quan agrupar as finestras" msgstr "Quan agrupar as finestras"
@@ -271,10 +317,6 @@ msgstr "Agrupar as finestras quan l'espacio siga limitau"
msgid "Always group windows" msgid "Always group windows"
msgstr "Agrupar siempre as finestras" msgstr "Agrupar siempre as finestras"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicador d'aria de treballo"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:" msgid "Workspace names:"
msgstr "Nombres d'as arias de treballo:" msgstr "Nombres d'as arias de treballo:"
@@ -288,26 +330,41 @@ msgstr "Nombre"
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Aria de treballo %d" msgstr "Aria de treballo %d"
#: ../extensions/xrandr-indicator/extension.js:30 #~ msgid "Suspend"
msgid "Normal" #~ msgstr "Suspender"
msgstr "Normal"
#: ../extensions/xrandr-indicator/extension.js:31 #~ msgid "Hibernate"
msgid "Left" #~ msgstr "Hibernar"
msgstr "Cucha"
#: ../extensions/xrandr-indicator/extension.js:32 #~ msgid "Power Off"
msgid "Right" #~ msgstr "Amortar"
msgstr "Dreita"
#: ../extensions/xrandr-indicator/extension.js:33 #~ msgid "Enable suspending"
msgid "Upside-down" #~ msgstr "Activar a suspensión"
msgstr "Enta baixo"
#: ../extensions/xrandr-indicator/extension.js:50 #~ msgid "Control the visibility of the Suspend menu item"
msgid "Display" #~ msgstr "Controla la visibilidat de l'elemento de menú «Suspender»"
msgstr "Pantalla"
#: ../extensions/xrandr-indicator/extension.js:80 #~ msgid "Enable hibernating"
msgid "Display Settings" #~ msgstr "Activar a hibernación"
msgstr "Opcions de pantalla"
#~ 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"
+20 -17
View File
@@ -5,10 +5,9 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: \n"
"shell&keywords=I18N+L10N&component=extensions\n" "POT-Creation-Date: 2013-12-11 06:42+0200\n"
"POT-Creation-Date: 2013-08-19 08:21+0000\n" "PO-Revision-Date: 2013-12-11 06:43+0200\n"
"PO-Revision-Date: 2013-09-09 23:22+0200\n"
"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n" "Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n" "Language-Team: Arabic <doc@arabeyes.org>\n"
"Language: ar\n" "Language: ar\n"
@@ -51,10 +50,13 @@ msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "" msgstr ""
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid "Workspace Indicator"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "مساحات عمل على الشاشة الرئيسية فقط" msgstr "مساحات عمل على الشاشة الرئيسية فقط"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr ""
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "مصغّرة فقط" msgstr "مصغّرة فقط"
@@ -83,7 +85,7 @@ msgstr "ملخص الأنشطة"
msgid "Favorites" msgid "Favorites"
msgstr "المفضّلات" msgstr "المفضّلات"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "التطبيقات" msgstr "التطبيقات"
@@ -119,7 +121,7 @@ msgid "Add"
msgstr "أضِف" msgstr "أضِف"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:73
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "فشل إخراج '%s':" msgstr "فشل إخراج '%s':"
@@ -145,8 +147,6 @@ msgid ""
"panel." "panel."
msgstr "" msgstr ""
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -185,22 +185,21 @@ msgstr ""
msgid "Places" msgid "Places"
msgstr "الأماكن" msgstr "الأماكن"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:58
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "فشل تشغيل \"%s\"" msgstr "فشل تشغيل \"%s\""
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:100
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:123
msgid "Computer" msgid "Computer"
msgstr "الحاسوب" msgstr "الحاسوب"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:201
msgid "Home" msgid "Home"
msgstr "المنزل" msgstr "المنزل"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:288
#| msgid "Browse network"
msgid "Browse Network" msgid "Browse Network"
msgstr "تصفّح الشبكة" msgstr "تصفّح الشبكة"
@@ -265,6 +264,10 @@ msgstr "أغلق الكل"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "مؤشر مساحات العمل" msgstr "مؤشر مساحات العمل"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "قائمة النوافذ"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "متى تجمّع النوافذ" msgstr "متى تجمّع النوافذ"
@@ -302,7 +305,7 @@ msgid "Name"
msgstr "الاسم" msgstr "الاسم"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:186
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "مساحة العمل %Id" msgstr "مساحة العمل %Id"
+12 -3
View File
@@ -7,8 +7,8 @@ msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-09-04 04:34+0000\n" "POT-Creation-Date: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-10 20:51+0530\n" "PO-Revision-Date: 2013-09-24 14:28+0530\n"
"Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n" "Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n"
"Language-Team: American English <kde-i18n-doc@kde.org>\n" "Language-Team: American English <kde-i18n-doc@kde.org>\n"
"Language: en_US\n" "Language: en_US\n"
@@ -52,6 +52,11 @@ msgstr "উইন্ডোসমূহক পৰ্দাৰ প্ৰান্
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "কাৰ্য্যস্থানসমূহ কেৱল প্ৰাথমিক মনিটৰত" msgstr "কাৰ্য্যস্থানসমূহ কেৱল প্ৰাথমিক মনিটৰত"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr ""
"বিলম্বৰ ফকাচ মাউছ অৱস্থাত পৰিবৰ্তন হয় যেতিয়ালৈকে পইন্টাৰে গমন কৰা বন্ধ নকৰে"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "কেৱল থাম্বনেইল" msgstr "কেৱল থাম্বনেইল"
@@ -80,7 +85,7 @@ msgstr "কাৰ্য্যসমূহৰ অভাৰভিউ"
msgid "Favorites" msgid "Favorites"
msgstr "পছন্দৰ" msgstr "পছন্দৰ"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "এপ্লিকেচনসমূহ" msgstr "এপ্লিকেচনসমূহ"
@@ -276,6 +281,10 @@ msgstr "সকলো বন্ধ কৰক"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "কাৰ্য্যস্থান সূচক" msgstr "কাৰ্য্যস্থান সূচক"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "উইন্ডো তালিকা"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "উইন্ডোসমূহ কেতিয়া একত্ৰিত কৰা হ'ব" msgstr "উইন্ডোসমূহ কেতিয়া একত্ৰিত কৰা হ'ব"
+152 -346
View File
@@ -2,15 +2,15 @@
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER # Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# Jordi Mas i Hernandez <jmas@softcatala.org>, 2011. # Jordi Mas i Hernandez <jmas@softcatala.org>, 2011.
# Gil Forcada <gilforcada@guifi.net>, 2012. # Gil Forcada <gilforcada@guifi.net>, 2012, 2013.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions\n" "Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2012-09-06 17:51+0000\n" "POT-Creation-Date: 2013-09-27 14:18+0000\n"
"PO-Revision-Date: 2012-09-29 00:02+0200\n" "PO-Revision-Date: 2013-09-25 00:21+0200\n"
"Last-Translator: Gil Forcada <gilforcada@guifi.net>\n" "Last-Translator: Gil Forcada <gilforcada@guifi.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n" "Language-Team: Catalan <tradgnome@softcatala.org>\n"
"Language: \n" "Language: \n"
@@ -19,70 +19,80 @@ msgstr ""
"Content-Transfer-Encoding: 8bits\n" "Content-Transfer-Encoding: 8bits\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
msgid "The application icon mode." #: ../data/gnome-classic.session.desktop.in.in.h:1
msgstr "El mode d'icona d'aplicació." msgid "GNOME Classic"
msgstr "GNOME clàssic"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2 #: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "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
msgid "" msgid ""
"Configures how the windows are shown in the switcher. Valid possibilities " "This key overrides the key in org.gnome.mutter when running GNOME Shell."
"are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-"
"only' (shows only the application icon) or 'both'."
msgstr "" msgstr ""
"Configura com es mostren les icones en l'intercanviador. Les possibilitats " "Si s'executa el GNOME Shell, aquesta clau sobreescriu la clau «org.gnome."
"vàlides són «thumbnail-only» (només miniatures, mostra les miniatures de les " "mutter»."
"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). "
#: ../extensions/alternate-tab/prefs.js:26 #: ../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
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Només miniatures" msgstr "Només miniatures"
#: ../extensions/alternate-tab/prefs.js:27 #: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only" msgid "Application icon only"
msgstr "Només la icona de l'aplicació" msgstr "Només la icona de l'aplicació"
#: ../extensions/alternate-tab/prefs.js:28 #: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon" msgid "Thumbnail and application icon"
msgstr "Miniatura i icona de l'aplicació" msgstr "Miniatura i icona de l'aplicació"
#: ../extensions/alternate-tab/prefs.js:43 #: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as" msgid "Present windows as"
msgstr "Mostra les finestres com a" msgstr "Mostra les finestres com a"
#: ../extensions/alternate-tab/prefs.js:68 #: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace" msgid "Show only windows in the current workspace"
msgstr "Mostra només les icones de l'espai de treball actual" msgstr "Mostra només les icones de l'espai de treball actual"
#. add the new entries #: ../extensions/apps-menu/extension.js:39
#: ../extensions/alternative-status-menu/extension.js:68 msgid "Activities Overview"
msgid "Suspend" msgstr "Vista general d'activitats"
msgstr "Atura temporalment"
#: ../extensions/alternative-status-menu/extension.js:73 #: ../extensions/apps-menu/extension.js:113
msgid "Hibernate" msgid "Favorites"
msgstr "Hiberna" msgstr "Preferides"
#: ../extensions/alternative-status-menu/extension.js:78 #: ../extensions/apps-menu/extension.js:282
msgid "Power Off" msgid "Applications"
msgstr "Apaga" msgstr "Aplicacions"
#: ../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 #: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list" msgid "Application and workspace list"
@@ -118,89 +128,18 @@ msgstr "Crea una regla de coincidència nova"
msgid "Add" msgid "Add"
msgstr "Afegeix" msgstr "Afegeix"
#: ../extensions/dock/extension.js:600 #: ../extensions/drive-menu/extension.js:73
msgid "Drag here to add favorites" #, javascript-format
msgstr "Arrossegueu aquí per afegir als preferits" msgid "Ejecting drive '%s' failed:"
msgstr "Ha fallat l'expulsió de la unitat «%s»:"
#: ../extensions/dock/extension.js:926 #: ../extensions/drive-menu/extension.js:90
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" msgid "Removable devices"
msgstr "Dispositius extraïbles" msgstr "Dispositius extraïbles"
#: ../extensions/drive-menu/extension.js:67 #: ../extensions/drive-menu/extension.js:117
msgid "Open file manager" msgid "Open File"
msgstr "Obre del gestor de fitxers" msgstr "Obre el fitxer"
#: ../extensions/example/extension.js:17 #: ../extensions/example/extension.js:17
msgid "Hello, world!" msgid "Hello, world!"
@@ -217,8 +156,6 @@ msgid ""
msgstr "" msgstr ""
"Si no és buit, conté el text que es mostrarà quan es faci clic en el quadre." "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 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -234,26 +171,6 @@ msgstr ""
msgid "Message:" msgid "Message:"
msgstr "Missatge:" 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 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows" msgid "Use more screen for windows"
msgstr "Utilitza més pantalla per les finestres" msgstr "Utilitza més pantalla per les finestres"
@@ -285,44 +202,34 @@ msgstr ""
"posicionar-lo a baix. Cal reiniciar el Shell per tal de que aquest canvi " "posicionar-lo a baix. Cal reiniciar el Shell per tal de que aquest canvi "
"tingui efecte." "tingui efecte."
#: ../extensions/places-menu/extension.js:46 #: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places" msgid "Places"
msgstr "Llocs" msgstr "Llocs"
#: ../extensions/places-menu/extension.js:47 #: ../extensions/places-menu/placeDisplay.js:56
msgid "Devices" #, javascript-format
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\"" msgid "Failed to launch \"%s\""
msgstr "No s'ha pogut iniciar «%s»" msgstr "No s'ha pogut iniciar «%s»"
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Ordinador"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home" msgid "Home"
msgstr "Inici" msgstr "Inici"
#: ../extensions/places-menu/placeDisplay.js:184 #: ../extensions/places-menu/placeDisplay.js:286
msgid "File System" msgid "Browse Network"
msgstr "Sistema de fitxers"
#: ../extensions/places-menu/placeDisplay.js:188
msgid "Browse network"
msgstr "Navega per la xarxa" msgstr "Navega per la xarxa"
#: ../extensions/systemMonitor/extension.js:213 #: ../extensions/systemMonitor/extension.js:214
msgid "CPU" msgid "CPU"
msgstr "CPU" msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:266 #: ../extensions/systemMonitor/extension.js:267
msgid "Memory" msgid "Memory"
msgstr "Memòria" msgstr "Memòria"
@@ -334,10 +241,84 @@ msgstr "Nom del tema"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "El nom del tema que es carregarà des de ~/.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 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Indicador de l'espai de treball" 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 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:" msgid "Workspace names:"
msgstr "Noms dels espais de treball:" msgstr "Noms dels espais de treball:"
@@ -347,181 +328,6 @@ msgid "Name"
msgstr "Nom" msgstr "Nom"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:186
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Espai de treball %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"
+333
View File
@@ -0,0 +1,333 @@
# 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"
+9 -4
View File
@@ -2,15 +2,16 @@
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER # Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# Marek Černocký <marek@manet.cz>, 2011, 2012, 2013. # Marek Černocký <marek@manet.cz>, 2011, 2012, 2013.
# Petr Kovar <pknbe@volny.cz>, 2013.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-09-15 00:43+0000\n" "POT-Creation-Date: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-08-19 14:59+0200\n" "PO-Revision-Date: 2013-09-23 15:07+0200\n"
"Last-Translator: Marek Černocký <marek@manet.cz>\n" "Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
"Language-Team: Czech <gnome-cs-list@gnome.org>\n" "Language-Team: Czech <gnome-cs-list@gnome.org>\n"
"Language: cs\n" "Language: cs\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -53,6 +54,10 @@ msgstr "Okna upuštěná u okraje obrazovky nechat řadit jako dlaždice"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Pracovní plochy jen na hlavním monitoru" 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 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Pouze náhled" msgstr "Pouze náhled"
@@ -81,7 +86,7 @@ msgstr "Přehled činností"
msgid "Favorites" msgid "Favorites"
msgstr "Oblíbené" msgstr "Oblíbené"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Aplikace" msgstr "Aplikace"
+13 -3
View File
@@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-13 22:20+0200\n" "POT-Creation-Date: 2013-09-23 19:34+0200\n"
"PO-Revision-Date: 2013-09-12 09:44+0100\n" "PO-Revision-Date: 2013-09-23 19:29+0200\n"
"Last-Translator: Kris Thomsen <mail@kristhomsen.dk>\n" "Last-Translator: Kris Thomsen <mail@kristhomsen.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
"Language: da\n" "Language: da\n"
@@ -53,6 +53,12 @@ msgstr "Aktivér kant-fliselægning når vinduer slippes på skærmkanter"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Kun arbejdsområder på primær skærm" msgstr "Kun arbejdsområder på primær skærm"
#: ../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 ""
"Forsink fokusændringer i musetilstand indtil pegeren holder op med at bevæge "
"sig"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Kun miniaturebillede" msgstr "Kun miniaturebillede"
@@ -81,7 +87,7 @@ msgstr "Aktivitetsoversigt"
msgid "Favorites" msgid "Favorites"
msgstr "Favoritter" msgstr "Favoritter"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Programmer" msgstr "Programmer"
@@ -277,6 +283,10 @@ msgstr "Luk alle"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Arbejdsområdeindikator" 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 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "Hvornår vinduer skal grupperes" msgstr "Hvornår vinduer skal grupperes"
+11 -8
View File
@@ -8,18 +8,17 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: \n"
"shell&keywords=I18N+L10N&component=extensions\n" "POT-Creation-Date: 2013-09-25 15:26+0200\n"
"POT-Creation-Date: 2013-09-15 00:43+0000\n" "PO-Revision-Date: 2013-09-25 15:27+0100\n"
"PO-Revision-Date: 2013-09-15 21:33+0100\n" "Last-Translator: Christian Kirbach <christian.kirbach@gmail.com>\n"
"Last-Translator: Benjamin Steinwender <b@stbe.at>\n"
"Language-Team: Deutsch <gnome-de@gnome.org>\n" "Language-Team: Deutsch <gnome-de@gnome.org>\n"
"Language: de_DE\n" "Language: de_DE\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.5.7\n" "X-Generator: Poedit 1.5.4\n"
#: ../data/gnome-classic.desktop.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1 #: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -60,6 +59,11 @@ msgstr ""
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Arbeitsflächen nur auf dem Primärmonitor" 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 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Nur Vorschaubild" msgstr "Nur Vorschaubild"
@@ -88,7 +92,7 @@ msgstr "Aktivitäten-Übersicht"
msgid "Favorites" msgid "Favorites"
msgstr "Favoriten" msgstr "Favoriten"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Anwendungen" msgstr "Anwendungen"
@@ -288,7 +292,6 @@ msgid "Workspace Indicator"
msgstr "Arbeitsflächenindikator" msgstr "Arbeitsflächenindikator"
#: ../extensions/window-list/extension.js:743 #: ../extensions/window-list/extension.js:743
#| msgid "Window Grouping"
msgid "Window List" msgid "Window List"
msgstr "Fensterliste" msgstr "Fensterliste"
+20 -14
View File
@@ -5,13 +5,14 @@
# Ιωάννης Ζαμπούκας <ioza1964@yahoo.gr>, 2011. # Ιωάννης Ζαμπούκας <ioza1964@yahoo.gr>, 2011.
# Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>, 2013. # Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>, 2013.
# Vangelis Skarmoutsos <skarmoutsosv@gmail.com>, 2013. # Vangelis Skarmoutsos <skarmoutsosv@gmail.com>, 2013.
# Efstathios Iosifidis <iosifidis@opensuse.org>, 2013.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-09-15 08:32+0000\n" "POT-Creation-Date: 2013-10-25 00:37+0000\n"
"PO-Revision-Date: 2013-09-16 22:25+0300\n" "PO-Revision-Date: 2013-11-05 15:18+0300\n"
"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n" "Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
"Language-Team: team@gnome.gr\n" "Language-Team: team@gnome.gr\n"
"Language: el\n" "Language: el\n"
@@ -60,6 +61,12 @@ msgstr ""
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Χώροι εργασίας μόνο στην πρωτεύουσα οθόνη" msgstr "Χώροι εργασίας μόνο στην πρωτεύουσα οθόνη"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr ""
"Καθυστέρηση εστίασης αλλαγών στην κατάσταση ποντικιού μέχρι να σταματήσει να "
"κινείται ο δείκτης"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Μόνο μικρογραφία" msgstr "Μόνο μικρογραφία"
@@ -88,7 +95,7 @@ msgstr "Επισκόπηση δραστηριοτήτων"
msgid "Favorites" msgid "Favorites"
msgstr "Αγαπημένα" msgstr "Αγαπημένα"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Εφαρμογές" msgstr "Εφαρμογές"
@@ -127,7 +134,7 @@ msgid "Add"
msgstr "Προσθήκη" msgstr "Προσθήκη"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:73
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Απέτυχε η εξαγωγή του δίσκου '%s':" msgstr "Απέτυχε η εξαγωγή του δίσκου '%s':"
@@ -155,8 +162,6 @@ msgstr ""
"Αν δεν είναι κενό, περιέχει το κείμενο που θα εμφανιστεί όταν γίνεται κλικ " "Αν δεν είναι κενό, περιέχει το κείμενο που θα εμφανιστεί όταν γίνεται κλικ "
"στον πίνακα εφαρμογών." "στον πίνακα εφαρμογών."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -207,21 +212,21 @@ msgstr ""
msgid "Places" msgid "Places"
msgstr "Τοποθεσίες" msgstr "Τοποθεσίες"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:58
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "Αποτυχία εκκίνησης \"%s\"" msgstr "Αποτυχία εκκίνησης \"%s\""
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:100
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:123
msgid "Computer" msgid "Computer"
msgstr "Υπολογιστής" msgstr "Υπολογιστής"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:201
msgid "Home" msgid "Home"
msgstr "Προσωπικός φάκελος" msgstr "Προσωπικός φάκελος"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:288
msgid "Browse Network" msgid "Browse Network"
msgstr "Περιήγηση δικτύου" msgstr "Περιήγηση δικτύου"
@@ -239,7 +244,8 @@ msgstr "Όνομα θέματος"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Το όνομα του θέματος που θα φορτωθεί από το ~ /.themes/name/gnome-shell" msgstr ""
"Το όνομα του θέματος που θα φορτωθεί από το ~ /.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92 #: ../extensions/window-list/extension.js:92
msgid "Close" msgid "Close"
@@ -328,7 +334,7 @@ msgid "Name"
msgstr "Όνομα" msgstr "Όνομα"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:186
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Χώρος εργασίας %d" msgstr "Χώρος εργασίας %d"
+255 -174
View File
@@ -2,244 +2,325 @@
# Copyright (C) 2011 Free Software Foundation, Inc. # Copyright (C) 2011 Free Software Foundation, Inc.
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>, 2011. # Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>, 2011.
# Ryan Lortie <desrt@desrt.ca>, 2013.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2011-12-28 20:45+0000\n" "POT-Creation-Date: 2013-10-05 02:00-0400\n"
"PO-Revision-Date: 2011-12-29 13:44+0100\n" "PO-Revision-Date: 2013-10-05 01:58-0400\n"
"Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n" "Last-Translator: Ryan Lortie <desrt@desrt.ca>\n"
"Language-Team: Esperanto <gnome-l10n-eo@lists.launchpad.net>\n" "Language-Team: Esperanto <gnome-l10n-eo@lists.launchpad.net>\n"
"Language: eo\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bits\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. add the new entries #: ../data/gnome-classic.desktop.in.h:1
#: ../extensions/alternative-status-menu/extension.js:68 #: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "Suspend" msgid "GNOME Classic"
msgstr "Dormeti" msgstr "GNOME-klasika"
#: ../extensions/alternative-status-menu/extension.js:73 #: ../data/gnome-classic.desktop.in.h:2
msgid "Hibernate" msgid "This session logs you into GNOME Classic"
msgstr "Pasivumigi" msgstr "Ĉi seanco ensalutas vin GNOME-klasiken"
#: ../extensions/alternative-status-menu/extension.js:78 #: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "Power Off..." msgid "GNOME Shell Classic"
msgstr "Elŝalti..." msgstr "GNOME-ŝelo-klasika"
#: ../extensions/alternate-tab/extension.js:54 #: ../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
msgid "" msgid ""
"This is the first time you use the Alternate Tab extension. \n" "This key overrides the key in org.gnome.mutter when running GNOME Shell."
"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 "" msgstr ""
"Ĉi ŝlosilo atutas la ŝlosilon en org.gnome.mutter kiam rulanta GNOME-ŝelon."
#: ../extensions/alternate-tab/extension.js:295 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Alt Tab Behaviour" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "" msgstr ""
"Aktivigi kahelan aranĝon kiam demetante fenestrojn sur ekranaj borderoj"
#: ../extensions/alternate-tab/extension.js:311 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "All & Thumbnails" msgid "Workspaces only on primary monitor"
msgstr "" msgstr "Laborspacoj nur sur la ĉefa ekrano"
#: ../extensions/alternate-tab/extension.js:318 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Workspace & Icons" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "" msgstr "En musa reĝimo, prokrasti ŝanĝi fokuson ĝis la musmontrilo haltas"
#: ../extensions/alternate-tab/extension.js:325 #: ../extensions/alternate-tab/prefs.js:20
msgid "Cancel" msgid "Thumbnail only"
msgstr "Nuligi" msgstr "Miniaturo nur"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1 #: ../extensions/alternate-tab/prefs.js:21
msgid "Ask the user for a default behaviour if true." msgid "Application icon only"
msgstr "" msgstr "Aplikaĵa piktogramo nur"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2 #: ../extensions/alternate-tab/prefs.js:22
msgid "Indicates if Alternate Tab is newly installed" msgid "Thumbnail and application icon"
msgstr "" msgstr "Miniaturo kaj aplikaĵo piktogramo"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:3 #: ../extensions/alternate-tab/prefs.js:37
msgid "" msgid "Present windows as"
"Sets the Alt-Tab behaviour. Possible values are: native, all_thumbnails and " msgstr "Prezenti fenestron kiel"
"workspace_icons."
msgstr ""
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:4 #: ../extensions/alternate-tab/prefs.js:62
msgid "The alt tab behaviour." msgid "Show only windows in the current workspace"
msgstr "" 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/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 #: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Aplikaĵa kaj laborspaca listo"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid "" msgid ""
"A list of strings, each containing an application id (desktop file name), " "A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number" "followed by a colon and the workspace number"
msgstr "" msgstr ""
"Listo de ĉenoj, ĉiu enhavas aplikaĵan identigilon ('desktop' dosiernomo), "
"sevkita per dupunkto kaj la laborspaca numero"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2 #: ../extensions/auto-move-windows/prefs.js:55
msgid "Application and workspace list" msgid "Application"
msgstr "" msgstr "Aplikaĵo"
#: ../extensions/dock/extension.js:561 #: ../extensions/auto-move-windows/prefs.js:64
msgid "Drag here to add favorites" #: ../extensions/auto-move-windows/prefs.js:106
msgstr "" msgid "Workspace"
msgstr "Laborspaco"
#: ../extensions/dock/extension.js:896 #: ../extensions/auto-move-windows/prefs.js:80
msgid "New Window" msgid "Add rule"
msgstr "Nova fenestro" msgstr "Aldoni regulon"
#: ../extensions/dock/extension.js:898 #: ../extensions/auto-move-windows/prefs.js:94
msgid "Quit Application" msgid "Create new matching rule"
msgstr "Ĉesi aplikaĵon" msgstr "Krei novan kongruantan regulon"
#: ../extensions/dock/extension.js:903 #: ../extensions/auto-move-windows/prefs.js:98
msgid "Remove from Favorites" msgid "Add"
msgstr "Forigi de la preferataj aplikaĵoj" msgstr "Aldoni"
#: ../extensions/dock/extension.js:904 #: ../extensions/drive-menu/extension.js:73
msgid "Add to Favorites" #, javascript-format
msgstr "Aldoni al la preferataj aplikaĵoj" msgid "Ejecting drive '%s' failed:"
msgstr "Elĵeto de volumo '%s' malsukcesis:"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:1 #: ../extensions/drive-menu/extension.js:90
msgid "Autohide duration" msgid "Removable devices"
msgstr "" msgstr "Demeteblaj aparatoj"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:2 #: ../extensions/drive-menu/extension.js:117
msgid "Autohide effect" msgid "Open File"
msgstr "" msgstr "Malfermi dosieron"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:3 #: ../extensions/example/extension.js:17
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!" msgid "Hello, world!"
msgstr "Saluton, mondo!" msgstr "Saluton, mondo!"
#: ../extensions/gajim/extension.js:227 #: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
#, c-format msgid "Alternative greeting text."
msgid "%s is away." msgstr "Alterna saluta teksto."
msgstr "%s estas fora."
#: ../extensions/gajim/extension.js:230 #: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
#, c-format msgid ""
msgid "%s is offline." "If not empty, it contains the text that will be shown when clicking on the "
msgstr "%s estas nekonektita." "panel."
msgstr ""
"Se ne malplena, enhavas la tekston kiu estos montrita kiam alklakante sur la "
"panelo."
#: ../extensions/gajim/extension.js:233 #: ../extensions/example/prefs.js:30
#, c-format msgid ""
msgid "%s is online." "Example aims to show how to build well behaved extensions for the Shell and "
msgstr "%s estas konektita." "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:236 #: ../extensions/example/prefs.js:36
#, c-format msgid "Message:"
msgid "%s is busy." msgstr "Messaĝo:"
msgstr "%s estas okupata."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "" msgid "Use more screen for windows"
"If true, place window captions on top the respective thumbnail, overriding " msgstr "Uzi pli da ekrano por fenetroj"
"shell default of placing it at the bottom. Changing this setting requires "
"restarting the shell to have any effect."
msgstr ""
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
msgid "Place window captions on top"
msgstr ""
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "" msgid ""
"Try to use more screen for placing window thumbnails by adapting to screen " "Try to use more screen for placing window thumbnails by adapting to screen "
"aspect ratio, and consolidating them further to reduce the bounding box. " "aspect ratio, and consolidating them further to reduce the bounding box. "
"This setting applies only with the natural placement strategy." "This setting applies only with the natural placement strategy."
msgstr "" 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 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
msgid "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 "" 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:36 #: ../extensions/places-menu/extension.js:78
msgid "Removable Devices" #: ../extensions/places-menu/extension.js:81
msgstr "Demeteblaj aparatoj" msgid "Places"
msgstr "Lokoj"
#: ../extensions/places-menu/placeDisplay.js:58
#, javascript-format
msgid "Failed to launch \"%s\""
msgstr "Malsukceis lanĉi \"%s\""
#: ../extensions/places-menu/placeDisplay.js:100
#: ../extensions/places-menu/placeDisplay.js:123
msgid "Computer"
msgstr "Komputilo"
#: ../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/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "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" msgid "Theme name"
msgstr "Etosnomo" msgstr "Etosnomo"
#: ../extensions/xrandr-indicator/extension.js:26 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "Normal" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Normale" msgstr "La nomo de la etoso, malfermigi de ~/.themes/name/gnome-shell"
#: ../extensions/xrandr-indicator/extension.js:27 #: ../extensions/window-list/extension.js:92
msgid "Left" msgid "Close"
msgstr "Maldekstre" msgstr "Malfermi"
#: ../extensions/xrandr-indicator/extension.js:28 #: ../extensions/window-list/extension.js:102
msgid "Right" msgid "Unminimize"
msgstr "Dekstre" msgstr "Neplejetigi"
#: ../extensions/xrandr-indicator/extension.js:29 #: ../extensions/window-list/extension.js:103
msgid "Upside-down" msgid "Minimize"
msgstr "Renversite" msgstr "Plejetigi"
#: ../extensions/xrandr-indicator/extension.js:78 #: ../extensions/window-list/extension.js:109
#, fuzzy msgid "Unmaximize"
msgid "Configure display settings..." msgstr "Nemaksimumigi"
msgstr "Agordi ekranagordojn..."
#: ../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"
+8 -4
View File
@@ -11,8 +11,8 @@ msgstr ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-09-15 00:43+0000\n" "POT-Creation-Date: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-23 14:31+0200\n" "PO-Revision-Date: 2013-09-23 14:31+0200\n"
"Last-Translator: Daniel Mustieles <daniel.mustieles@gmail.com>\n" "Last-Translator: Daniel Mustieles <daniel.mustieles@gmail.com>\n"
"Language-Team: Español <gnome-es-list@gnome.org>\n" "Language-Team: Español <gnome-es-list@gnome.org>\n"
@@ -59,6 +59,11 @@ msgstr ""
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Áreas de trabajo solo en la pantalla principal" 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 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
@@ -87,7 +92,7 @@ msgstr "Vista de actividades"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:113
msgid "Favorites" msgid "Favorites"
msgstr "Favoritos" msgstr "Favoritos"
#: ../extensions/apps-menu/extension.js:282 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Aplicaciones" msgstr "Aplicaciones"
@@ -284,7 +289,6 @@ msgid "Workspace Indicator"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Indicador de área de trabajo" msgstr "Indicador de área de trabajo"
#: ../extensions/window-list/extension.js:743
#: ../extensions/window-list/extension.js:743 #: ../extensions/window-list/extension.js:743
msgid "Window List" msgid "Window List"
msgstr "Lista de ventanas" msgstr "Lista de ventanas"
+254
View File
@@ -0,0 +1,254 @@
# 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"
+25 -19
View File
@@ -4,13 +4,13 @@
# #
# assar <asiersar@yahoo.com>, 2011. # assar <asiersar@yahoo.com>, 2011.
# Iñaki Larrañaga Murgoitio <dooteo@zundan.com>, 2011, 2013. # Iñaki Larrañaga Murgoitio <dooteo@zundan.com>, 2011, 2013.
#
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"POT-Creation-Date: 2013-09-16 20:33+0200\n" "shell&keywords=I18N+L10N&component=extensions\n"
"PO-Revision-Date: 2013-09-16 20:59+0200\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" "Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>\n"
"Language-Team: Basque <librezale@librezale.org>\n" "Language-Team: Basque <librezale@librezale.org>\n"
"Language: eu\n" "Language: eu\n"
@@ -58,6 +58,12 @@ msgstr ""
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Laneko areak pantaila nagusian soilik" 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"
msgstr ""
"Fokuaren aldaketaren atzerapena saguaren moduan erakusleak mugitzeari utzi "
"arte"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Koadro txikiak soilik" msgstr "Koadro txikiak soilik"
@@ -86,7 +92,7 @@ msgstr "Jardueren ikuspegi orokorra"
msgid "Favorites" msgid "Favorites"
msgstr "Gogokoak" msgstr "Gogokoak"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Aplikazioak" msgstr "Aplikazioak"
@@ -124,7 +130,7 @@ msgid "Add"
msgstr "Gehitu" msgstr "Gehitu"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:73
#, javascript-format #, c-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Huts egin du '%s' unitatea egoztean: " msgstr "Huts egin du '%s' unitatea egoztean: "
@@ -150,15 +156,16 @@ msgid ""
"panel." "panel."
msgstr "Ez badago hutsik, panelean klik egitean erakutsiko den testua dauka." msgstr "Ez badago hutsik, panelean klik egitean erakutsiko den testua dauka."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n" "as such it has little functionality on its own.\n"
"Nevertheless it's possible to customize the greeting message." "Nevertheless it's possible to customize the greeting message."
msgstr "" msgstr ""
"Shell-erako portaera egokia duten hedapenak nola eraikitzen den " "Shell-erako portaera egokia duten hedapenak nola eraikitzen den erakusteko "
"erakusteko helburua du adibideak, ondorioz bere kasa funtzionalitate " "helburua du adibideak, ondorioz bere kasa funtzionalitate baxukoa da.\n"
"baxukoa da.\n"
"Hala ere, ongi etorriko mezua pertsonalizatzeko aukera dago." "Hala ere, ongi etorriko mezua pertsonalizatzeko aukera dago."
#: ../extensions/example/prefs.js:36 #: ../extensions/example/prefs.js:36
@@ -176,9 +183,9 @@ msgid ""
"This setting applies only with the natural placement strategy." "This setting applies only with the natural placement strategy."
msgstr "" msgstr ""
"Saiatu pantaila gehiago erabiltzen leihoen koadro txikiak kokatzeko " "Saiatu pantaila gehiago erabiltzen leihoen koadro txikiak kokatzeko "
"pantailaren aspektu-erlaziora egokituz, eta haiek taldekatu " "pantailaren aspektu-erlaziora egokituz, eta haiek taldekatu muga-koadroa "
"muga-koadroa txikiagotzeko. Ezarpen hau kokapen naturalaren " "txikiagotzeko. Ezarpen hau kokapen naturalaren estrategiarekin soilik "
"estrategiarekin soilik aplikatzen da." "aplikatzen da."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top" msgid "Place window captions on top"
@@ -190,9 +197,9 @@ msgid ""
"shell default of placing it at the bottom. Changing this setting requires " "shell default of placing it at the bottom. Changing this setting requires "
"restarting the shell to have any effect." "restarting the shell to have any effect."
msgstr "" msgstr ""
"TRUE (egia) bada, leihoen epigrafeak dagokien koadro txikien gainean " "TRUE (egia) bada, leihoen epigrafeak dagokien koadro txikien gainean jarriko "
"jarriko ditu, Shell-aren lehenespena (behean jartzearena) gainidatziz. " "ditu, Shell-aren lehenespena (behean jartzearena) gainidatziz. Ezarpen hau "
"Ezarpen hau aldatzeko eta aplikatzeko Shell berrabiarazi behar da." "aldatzeko eta aplikatzeko Shell berrabiarazi behar da."
#: ../extensions/places-menu/extension.js:78 #: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81 #: ../extensions/places-menu/extension.js:81
@@ -200,7 +207,7 @@ msgid "Places"
msgstr "Lekuak" msgstr "Lekuak"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:56
#, javascript-format #, c-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "Huts egin du '%s' abiaraztean" msgstr "Huts egin du '%s' abiaraztean"
@@ -292,8 +299,7 @@ msgid ""
"Possible values are \"never\", \"auto\" and \"always\"." "Possible values are \"never\", \"auto\" and \"always\"."
msgstr "" msgstr ""
"Aplikazio bereko leihoak leihoen zerrendan noiz elkartuko diren erabakitzen " "Aplikazio bereko leihoak leihoen zerrendan noiz elkartuko diren erabakitzen "
"du. " "du. Balio erabilgarriak: 'never' (inoiz ere ez), 'auto' (automatikoa) eta "
"Balio erabilgarriak: 'never' (inoiz ere ez), 'auto' (automatikoa) eta "
"'always' (beti)." "'always' (beti)."
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/prefs.js:30
@@ -321,7 +327,7 @@ msgid "Name"
msgstr "Izena" msgstr "Izena"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:186
#, javascript-format #, c-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "%d. laneko area" msgstr "%d. laneko area"
+266 -146
View File
@@ -1,69 +1,96 @@
# Persian translation for gnome-shell-extensions. # Persian translation for gnome-shell-extensions.
# Copyright (C) 2011 Iranian Free Software Users Group (IFSUG.org) translation team. # 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. # This file is distributed under the same license as the gnome-shell-extensions package.
# Arash Mousavi <mousavi.arash@gmail.com>, 2011. # Arash Mousavi <mousavi.arash@gmail.com>, 2011, 2013.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions gnome-3-0\n" "Project-Id-Version: gnome-shell-extensions gnome-3-0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&keywords=I18N+L10N&component=extensions\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2012-04-29 21:33+0000\n" "POT-Creation-Date: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2012-05-14 20:38+0330\n" "PO-Revision-Date: 2013-10-05 18:31+0330\n"
"Last-Translator: Arash Mousavi <mousavi.arash@gmail.com>\n" "Last-Translator: Arash Mousavi <mousavi.arash@gmail.com>\n"
"Language-Team: Persian\n" "Language-Team: Persian\n"
"Language: fa_IR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Persian\n"
"X-Poedit-Country: IRAN, ISLAMIC REPUBLIC OF\n"
"X-Poedit-SourceCharset: utf-8\n" "X-Poedit-SourceCharset: utf-8\n"
"X-Generator: Poedit 1.5.7\n"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
msgid "The alt tab behaviour." #: ../data/gnome-classic.session.desktop.in.in.h:1
msgstr "رفتار alt tab." msgid "GNOME Classic"
msgstr "گنوم کلاسیک"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2 #: ../data/gnome-classic.desktop.in.h:2
msgid "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and workspace_icons. See the configuration dialogs for details." msgid "This session logs you into GNOME Classic"
msgstr "رفتار Alt-Tab را تنظیم می‌کند. مقادیر ممکن عبارتند از: all_thumbnails و workspace_icons. برای جزئیات، محاوره‌ی پیکربندی را مشاهده کنید." msgstr "این نشست شما را به گنوم کلاسیک وارد می‌کند"
#: ../extensions/alternate-tab/prefs.js:27 #: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "All & Thumbnails" msgid "GNOME Shell Classic"
msgstr "همه و تصاویر بندانگشتی" msgstr "گنوم‌شل کلاسیک"
#: ../extensions/alternate-tab/prefs.js:28 #: ../data/gnome-shell-classic.desktop.in.in.h:2
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." msgid "Window management and application launching"
msgstr "" msgstr "مدیریت پنجره‌ها و اجرا کننده برنامه‌ها"
#: ../extensions/alternate-tab/prefs.js:34 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Workspace & Icons" msgid "Attach modal dialog to the parent window"
msgstr "فضای‌کاری و شمایل‌ها" msgstr "اتصال محاوره modal به پنجره والد"
#: ../extensions/alternate-tab/prefs.js:35 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
msgid "" msgid "This key overrides the key in org.gnome.mutter when running GNOME Shell."
"This 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" msgstr "این کلید، کلید org.gnome.mutter را در هنگام اجرای گنوم‌شل بازنویسی می‌کند."
"Every window is represented by its application icon."
msgstr ""
#: ../extensions/alternate-tab/prefs.js:41 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Move current selection to front before closing the popup" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "انتقالِ انتخاب فعلی به بالا قبل از بستن پنجره واشو" msgstr "فعال‌سازی چینش در گوشه‌ها هنگامی که پنجره‌ها در گوشه‌های صفحه‌نمایش می‌اندازید"
#: ../extensions/alternate-tab/prefs.js:58 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "The Alternate Tab can be used in different modes, that affect the way windows are chosen and presented." #| msgid "Workspace Indicator"
msgstr "«جای‌گزین Tab» می‌تواند در حالت‌های مختلفی استفاده شود، که در نحوه باز شدن و انتخاب پنجره‌ها تاثیر می‌گذارد." msgid "Workspaces only on primary monitor"
msgstr "فضا‌های کاری تنها در نمایشگر اصلی"
#. add the new entries #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
#: ../extensions/alternative-status-menu/extension.js:64 msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgid "Suspend" msgstr "به تاخیر انداختن تغییر تمرکز در حالت موشی تا زمانی که نشانگر از حرکت باز ایستد"
msgstr "تعلیق"
#: ../extensions/alternative-status-menu/extension.js:69 #: ../extensions/alternate-tab/prefs.js:20
msgid "Hibernate" #| msgid "All & Thumbnails"
msgstr "خواب‌زمستانی" msgid "Thumbnail only"
msgstr "تنها تصویر بندانگشتی"
#: ../extensions/alternative-status-menu/extension.js:74 #: ../extensions/alternate-tab/prefs.js:21
msgid "Power Off..." #| msgid "Application"
msgstr "خاموش کردن..." 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/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 #: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list" msgid "Application and workspace list"
@@ -74,7 +101,6 @@ msgid "A list of strings, each containing an application id (desktop file name),
msgstr "فهرستی از رشته‌ها، هرکدام حاوی شناسه‌ی یک برنامه (نام پرونده رومیزی)، در ادامه‌ی یک ویرگول و شماره‌ی فضای کاری" msgstr "فهرستی از رشته‌ها، هرکدام حاوی شناسه‌ی یک برنامه (نام پرونده رومیزی)، در ادامه‌ی یک ویرگول و شماره‌ی فضای کاری"
#: ../extensions/auto-move-windows/prefs.js:55 #: ../extensions/auto-move-windows/prefs.js:55
#| msgid "Quit Application"
msgid "Application" msgid "Application"
msgstr "برنامه" msgstr "برنامه"
@@ -95,73 +121,20 @@ msgstr "اضافه کردن یک قاعده‌ی منطبق جدید"
msgid "Add" msgid "Add"
msgstr "اضافه" msgstr "اضافه"
#: ../extensions/dock/extension.js:577 #: ../extensions/drive-menu/extension.js:73
msgid "Drag here to add favorites" #, c-format
msgstr "به اینجا بکشید تا به علاقه‌مندی‌ها اضافه شود" msgid "Ejecting drive '%s' failed:"
msgstr "بیرون دادن دیسک‌گردان «%s» شکست خورد:"
#: ../extensions/dock/extension.js:903 #: ../extensions/drive-menu/extension.js:90
msgid "New Window" #| msgid "Removable Devices"
msgstr "پنجره جدید" msgid "Removable devices"
msgstr "دستگاه‌های جداشدنی"
#: ../extensions/dock/extension.js:905 #: ../extensions/drive-menu/extension.js:117
msgid "Quit Application" #| msgid "Open file manager"
msgstr "خروج از برنامه" msgid "Open File"
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 #: ../extensions/example/extension.js:17
msgid "Hello, world!" msgid "Hello, world!"
@@ -182,38 +155,20 @@ 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." "Nevertheless it's possible to customize the greeting message."
msgstr "" msgstr ""
"هدف Example این است که نشان دهد چگونه می‌توان متصل‌شونده‌های صحیح برای گنوم‌شل ساخت و برای نمونه کمی قابلیت از خود نیز دارد.\n"
"با این وجود می‌توان پیام خوش‌آمد را تغییر داد."
#: ../extensions/example/prefs.js:36 #: ../extensions/example/prefs.js:36
msgid "Message:" msgid "Message:"
msgstr "پیام:" 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 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows" msgid "Use more screen for windows"
msgstr "استفاده از صفحه بیشتر برای پنجره" msgstr "استفاده از صفحه بیشتر برای پنجره"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2 #: ../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." 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 "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 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top" msgid "Place window captions on top"
@@ -223,9 +178,36 @@ 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." 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:37 #: ../extensions/places-menu/extension.js:78
msgid "Removable Devices" #: ../extensions/places-menu/extension.js:81
msgstr "دستگاه‌های جدا شدنی" 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 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name" msgid "Theme name"
@@ -235,10 +217,79 @@ msgstr "نام تم"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "نام تم، جهت بارگیری از شاخه themes/name/gnome-shell./~" msgstr "نام تم، جهت بارگیری از شاخه themes/name/gnome-shell./~"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "خروج"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "ناحداقل کردن"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "حداکثر کردن"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "ناحداکثر کردن"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "حداکثر کردن"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "حداقل کردن همه"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "ناحداقل کردن همه"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "حداکثر کردن همه"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "ناحداکثر کردن همه"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "بستن همه"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "نشانگر فضای‌کاری" 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 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:" msgid "Workspace names:"
msgstr "نام فضاهای کاری:" msgstr "نام فضاهای کاری:"
@@ -252,25 +303,94 @@ msgstr "نام"
msgid "Workspace %d" msgid "Workspace %d"
msgstr "فضای‌کاری %Id" msgstr "فضای‌کاری %Id"
#: ../extensions/xrandr-indicator/extension.js:30 #~ msgid "The alt tab behaviour."
msgid "Normal" #~ msgstr "رفتار alt tab."
msgstr "عادی"
#: ../extensions/xrandr-indicator/extension.js:31 #~ msgid ""
msgid "Left" #~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and "
msgstr "چپ" #~ "workspace_icons. See the configuration dialogs for details."
#~ msgstr ""
#~ "رفتار Alt-Tab را تنظیم می‌کند. مقادیر ممکن عبارتند از: all_thumbnails و "
#~ "workspace_icons. برای جزئیات، محاوره‌ی پیکربندی را مشاهده کنید."
#: ../extensions/xrandr-indicator/extension.js:32 #~ msgid "Workspace & Icons"
msgid "Right" #~ msgstr "فضای‌کاری و شمایل‌ها"
msgstr "راست"
#: ../extensions/xrandr-indicator/extension.js:33 #~ msgid "Move current selection to front before closing the popup"
msgid "Upside-down" #~ msgstr "انتقالِ انتخاب فعلی به بالا قبل از بستن پنجره واشو"
msgstr "برعکس"
#: ../extensions/xrandr-indicator/extension.js:82 #~ msgid ""
msgid "Configure display settings..." #~ "The Alternate Tab can be used in different modes, that affect the way "
msgstr "پیکربندی تنظیمات نمایش..." #~ "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 "پیکربندی تنظیمات نمایش..."
#~ msgid "Available" #~ msgid "Available"
#~ msgstr "موجود" #~ msgstr "موجود"
+7 -3
View File
@@ -12,8 +12,8 @@ msgstr ""
"Project-Id-Version: gnome-shell-extensions\n" "Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-08-19 08:21+0000\n" "POT-Creation-Date: 2013-09-15 00:43+0000\n"
"PO-Revision-Date: 2013-09-02 20:54+0300\n" "PO-Revision-Date: 2013-09-18 20:21+0300\n"
"Last-Translator: Jiri Grönroos <jiri.gronroos+l10n@iki.fi>\n" "Last-Translator: Jiri Grönroos <jiri.gronroos+l10n@iki.fi>\n"
"Language-Team: suomi <gnome-fi-laatu@lists.sourceforge.net>\n" "Language-Team: suomi <gnome-fi-laatu@lists.sourceforge.net>\n"
"Language: fi\n" "Language: fi\n"
@@ -56,7 +56,6 @@ msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "" msgstr ""
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid "Workspace Indicator"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Työtilat vain ensisijaisella näytöllä" msgstr "Työtilat vain ensisijaisella näytöllä"
@@ -272,6 +271,11 @@ msgstr "Sulje kaikki"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Työtilan ilmaisin" 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 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "Milloin ikkunat ryhmitetään" msgstr "Milloin ikkunat ryhmitetään"
+214 -195
View File
@@ -2,110 +2,96 @@
# Copyright (C) 2011-12 Listed translators # Copyright (C) 2011-12 Listed translators
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# Claude Paroz <claude@2xlibre.net>, 2011. # Claude Paroz <claude@2xlibre.net>, 2011.
# Alain Lojewski <allomervan@gmail.com>, 2012-2013.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2012-04-30 14:43+0000\n" "POT-Creation-Date: 2013-09-23 10:24+0000\n"
"PO-Revision-Date: 2012-03-24 17:30+0100\n" "PO-Revision-Date: 2013-09-23 15:35+0200\n"
"Last-Translator: Alain Lojewski <allomervan@gmail.com>\n" "Last-Translator: Alain Lojewski <allomervan@gmail.com>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n" "Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
msgid "The alt tab behaviour." #: ../data/gnome-classic.session.desktop.in.in.h:1
msgstr "Le comportement d'alt+tab." msgid "GNOME Classic"
msgstr "GNOME Classique"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2 #: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "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
msgid "" msgid ""
"Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and " "This key overrides the key in org.gnome.mutter when running GNOME Shell."
"workspace_icons. See the configuration dialogs for details."
msgstr "" msgstr ""
"Définit le comportement d'alt+tab. Les valeurs possibles sont : " "Cette clé remplace la clé dans org.gnome.mutter lorsque GNOME Shell est en "
"« all_thumbnails » et « workspace_icons ». Consultez les messages de " "cours d'exécution."
"configuration pour plus de détails."
#: ../extensions/alternate-tab/prefs.js:27 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "All & Thumbnails" msgid "Enable edge tiling when dropping windows on screen edges"
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 "" msgstr ""
"Ce mode présente toutes les applications de tous les espaces de travail dans " "Activer la disposition verticale lorsque les fenêtres sont déposées aux "
"une liste à sélection unique. À la place de l'icône de l'application de " "bords de l'écran"
"chaque fenêtre, il utilise de petites vignettes ressemblant à la fenêtre "
"elle-même."
#: ../extensions/alternate-tab/prefs.js:34 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspace & Icons" msgid "Workspaces only on primary monitor"
msgstr "Espace de travail et icônes" msgstr "Espaces de travail uniquement sur l'écran principal"
#: ../extensions/alternate-tab/prefs.js:35 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "" msgid "Delay focus changes in mouse mode until the pointer stops moving"
"This mode let's you switch between the applications of your current " msgstr "Retarder les changements de focus en mode souris jusqu'à ce que le pointeur arrête de bouger"
"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:41 #: ../extensions/alternate-tab/prefs.js:20
msgid "Move current selection to front before closing the popup" msgid "Thumbnail only"
msgstr "" msgstr "Vignette seulement"
"Déplacer la sélection actuelle à l'avant avant de fermer la fenêtre "
"surgissante"
#: ../extensions/alternate-tab/prefs.js:58 #: ../extensions/alternate-tab/prefs.js:21
msgid "" msgid "Application icon only"
"The Alternate Tab can be used in different modes, that affect the way " msgstr "Icône d'application seulement"
"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."
#. add the new entries #: ../extensions/alternate-tab/prefs.js:22
#: ../extensions/alternative-status-menu/extension.js:68 msgid "Thumbnail and application icon"
msgid "Suspend" msgstr "Vignette et icône d'application"
msgstr "Mettre en veille"
#: ../extensions/alternative-status-menu/extension.js:73 #: ../extensions/alternate-tab/prefs.js:37
msgid "Hibernate" msgid "Present windows as"
msgstr "Hiberner" msgstr "Présenter la fenêtre comme"
#: ../extensions/alternative-status-menu/extension.js:78 #: ../extensions/alternate-tab/prefs.js:62
msgid "Power Off..." msgid "Show only windows in the current workspace"
msgstr "Éteindre..." msgstr "N'afficher les fenêtres que sur l'espace de travail actuel"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1 #: ../extensions/apps-menu/extension.js:39
msgid "Enable suspending" msgid "Activities Overview"
msgstr "Activer la mise en veille" msgstr "Vue d'ensemble des activités"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:2 #: ../extensions/apps-menu/extension.js:113
msgid "Control the visibility of the Suspend menu item" msgid "Favorites"
msgstr "Gère la visibilité de l'élément de menu « mise en veille »" msgstr "Favoris"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3 #: ../extensions/apps-menu/extension.js:282
msgid "Enable hibernating" msgid "Applications"
msgstr "Activer l'hibernation" msgstr "Applications"
#: ../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 #: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list" msgid "Application and workspace list"
@@ -141,85 +127,18 @@ msgstr "Créer une nouvelle règle de concordance"
msgid "Add" msgid "Add"
msgstr "Ajouter" msgstr "Ajouter"
#: ../extensions/dock/extension.js:577 #: ../extensions/drive-menu/extension.js:73
msgid "Drag here to add favorites" #, c-format
msgstr "Glissez ici pour ajouter des favoris" msgid "Ejecting drive '%s' failed:"
msgstr "L'éjection du disque « %s » a échoué :"
#: ../extensions/dock/extension.js:903 #: ../extensions/drive-menu/extension.js:90
msgid "New Window" msgid "Removable devices"
msgstr "Nouvelle fenêtre" msgstr "Périphériques amovibles"
#: ../extensions/dock/extension.js:905 #: ../extensions/drive-menu/extension.js:117
msgid "Quit Application" msgid "Open File"
msgstr "Quitter l'application" msgstr "Ouvrir le fichier"
#: ../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 #: ../extensions/example/extension.js:17
msgid "Hello, world!" msgid "Hello, world!"
@@ -234,8 +153,8 @@ msgid ""
"If not empty, it contains the text that will be shown when clicking on the " "If not empty, it contains the text that will be shown when clicking on the "
"panel." "panel."
msgstr "" msgstr ""
"S'il n'est pas vide, il contient le texte qui est affiché lorsque vous " "S'il n'est pas vide, il contient le texte qui s'affiche lorsque vous cliquez "
"cliquez sur le panneau." "sur le tableau de bord."
#. TRANSLATORS: Example is the name of the extension, should not be #. TRANSLATORS: Example is the name of the extension, should not be
#. translated #. translated
@@ -246,33 +165,13 @@ msgid ""
"Nevertheless it's possible to customize the greeting message." "Nevertheless it's possible to customize the greeting message."
msgstr "" msgstr ""
"Example a pour but de montrer comment construire de bonnes extensions pour " "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 lui-même.\n" "le Shell et en tant que tel, il n'a que peu de fonctionnalités en soi.\n"
"Il est néanmoins possible de personnaliser le message d'accueil." "Il est néanmoins possible de personnaliser le message d'accueil."
#: ../extensions/example/prefs.js:36 #: ../extensions/example/prefs.js:36
msgid "Message:" msgid "Message:"
msgstr "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 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows" msgid "Use more screen for windows"
msgstr "Utiliser plus d'écran pour les fenêtres" msgstr "Utiliser plus d'écran pour les fenêtres"
@@ -301,11 +200,38 @@ msgstr ""
"Si vrai, place les titres des fenêtres au-dessus de la vignette " "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-" "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 " "dessous. Pour que ce paramètre soit pris en compte, il faut redémarrer le "
"shell." "Shell."
#: ../extensions/places-menu/extension.js:37 #: ../extensions/places-menu/extension.js:78
msgid "Removable Devices" #: ../extensions/places-menu/extension.js:81
msgstr "Périphériques amovibles" 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/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name" msgid "Theme name"
@@ -315,10 +241,84 @@ msgstr "Nom du thème"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Le nom du thème, à charger à partir de ~/.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 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Indicateur d'espace de travail" 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 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:" msgid "Workspace names:"
msgstr "Noms des espaces de travail :" msgstr "Noms des espaces de travail :"
@@ -332,22 +332,41 @@ msgstr "Nom"
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Espace de travail %d" msgstr "Espace de travail %d"
#: ../extensions/xrandr-indicator/extension.js:30 #~ msgid "Suspend"
msgid "Normal" #~ msgstr "Mettre en veille"
msgstr "Normal"
#: ../extensions/xrandr-indicator/extension.js:31 #~ msgid "Hibernate"
msgid "Left" #~ msgstr "Hiberner"
msgstr "Gauche"
#: ../extensions/xrandr-indicator/extension.js:32 #~ msgid "Power Off"
msgid "Right" #~ msgstr "Éteindre"
msgstr "Droite"
#: ../extensions/xrandr-indicator/extension.js:33 #~ msgid "Enable suspending"
msgid "Upside-down" #~ msgstr "Activer la mise en veille"
msgstr "Renversé"
#: ../extensions/xrandr-indicator/extension.js:82 #~ msgid "Control the visibility of the Suspend menu item"
msgid "Configure display settings..." #~ msgstr "Gère la visibilité de l'élément de menu « mise en veille »"
msgstr "Configurer les paramètres d'affichage..."
#~ 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"
+81 -39
View File
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-08-11 00:54+0000\n" "POT-Creation-Date: 2014-03-03 08:29+0000\n"
"PO-Revision-Date: 2013-08-15 12:07+0100\n" "PO-Revision-Date: 2014-03-03 13:39+0100\n"
"Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n" "Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n"
"Language-Team: Friulian <fur@li.org>\n" "Language-Team: Friulian <fur@li.org>\n"
"Language: fur\n" "Language: fur\n"
@@ -57,6 +57,12 @@ msgstr ""
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Lûcs di lavôr dome sul visôr principâl" msgstr "Lûcs di lavôr dome sul visôr principâl"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr ""
"Tarde la mude dal focus te modalitât mouse fintremai che il pontadôr no si "
"ferme"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Dome miniaturis" msgstr "Dome miniaturis"
@@ -71,7 +77,7 @@ msgstr "Miniature e icone de aplicazion"
#: ../extensions/alternate-tab/prefs.js:37 #: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as" msgid "Present windows as"
msgstr "" msgstr "Mostre i barcons come"
#: ../extensions/alternate-tab/prefs.js:62 #: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace" msgid "Show only windows in the current workspace"
@@ -85,7 +91,7 @@ msgstr "Panoramiche ativitâts"
msgid "Favorites" msgid "Favorites"
msgstr "Preferîts" msgstr "Preferîts"
#: ../extensions/apps-menu/extension.js:276 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Aplicazions" msgstr "Aplicazions"
@@ -120,16 +126,15 @@ msgstr "Cree une gnove regule di corispondence"
msgid "Add" msgid "Add"
msgstr "Zonte" msgstr "Zonte"
#: ../extensions/drive-menu/extension.js:72 #: ../extensions/drive-menu/extension.js:106
#, c-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "No rivât a parâ fûr l'unitât «%s»:" msgstr "No rivât a parâ fûr l'unitât «%s»:"
#: ../extensions/drive-menu/extension.js:89 #: ../extensions/drive-menu/extension.js:123
msgid "Removable devices" msgid "Removable devices"
msgstr "Argagn rimovibil" msgstr "Argagn rimovibil"
#: ../extensions/drive-menu/extension.js:106 #: ../extensions/drive-menu/extension.js:150
msgid "Open File" msgid "Open File"
msgstr "Vierç File" msgstr "Vierç File"
@@ -150,8 +155,6 @@ msgstr ""
"Se no vueit, al ten il test che al vegnarà mostrât scliçant su le rie " "Se no vueit, al ten il test che al vegnarà mostrât scliçant su le rie "
"superiôr" "superiôr"
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -195,25 +198,25 @@ msgstr ""
"volte al compuartament normâl de shell, che lis place in bas.Cambiant cheste " "volte al compuartament normâl de shell, che lis place in bas.Cambiant cheste "
"impostazion a si scugne tornâ a inviâ la shell." "impostazion a si scugne tornâ a inviâ la shell."
#: ../extensions/places-menu/extension.js:77 #: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places" msgid "Places"
msgstr "Puescj" msgstr "Puescj"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:57
#, c-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "Inviament di «%s» falît" msgstr "Inviament di «%s» falît"
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer" msgid "Computer"
msgstr "Computer" msgstr "Computer"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:200
msgid "Home" msgid "Home"
msgstr "Cjase" msgstr "Cjase"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network" msgid "Browse Network"
msgstr "Esplore rêt" msgstr "Esplore rêt"
@@ -227,17 +230,63 @@ msgstr "Memorie"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name" msgid "Theme name"
msgstr "" msgstr "Non dal teme"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "" msgstr "Il non dal teme, che si cjame da ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:382 #: ../extensions/window-list/extension.js:104
msgid "Close"
msgstr "Siere"
#: ../extensions/window-list/extension.js:114
msgid "Unminimize"
msgstr "Gjave minimizazion"
#: ../extensions/window-list/extension.js:115
msgid "Minimize"
msgstr "Minimize"
#: ../extensions/window-list/extension.js:121
msgid "Unmaximize"
msgstr "Gjave massimizazion"
#: ../extensions/window-list/extension.js:122
msgid "Maximize"
msgstr "Massimize"
#: ../extensions/window-list/extension.js:294
msgid "Minimize all"
msgstr "Minimize ducj"
#: ../extensions/window-list/extension.js:302
msgid "Unminimize all"
msgstr "Gjave a ducj la minimizazion"
#: ../extensions/window-list/extension.js:310
msgid "Maximize all"
msgstr "Massimize ducj"
#: ../extensions/window-list/extension.js:319
msgid "Unmaximize all"
msgstr "Gjave a ducj la massimizazion"
#: ../extensions/window-list/extension.js:328
msgid "Close all"
msgstr "Siere ducj"
#: ../extensions/window-list/extension.js:638
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Indicatôr lûcs di lavôr" msgstr "Indicatôr lûcs di lavôr"
#: ../extensions/window-list/extension.js:792
#, fuzzy
#| msgid "Window Grouping"
msgid "Window List"
msgstr "Ingrumament balcons"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "Quant ingrumâ i balcons" msgstr "Quant ingrumâ i balcons"
@@ -275,30 +324,23 @@ msgid "Name"
msgstr "Non" msgstr "Non"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:186
#, c-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Lûc di lavôr %d" msgstr "Lûc di lavôr %d"
#: ../extensions/xrandr-indicator/extension.js:30 #~ msgid "Normal"
msgid "Normal" #~ msgstr "Normâl"
msgstr "Normâl"
#: ../extensions/xrandr-indicator/extension.js:31 #~ msgid "Left"
msgid "Left" #~ msgstr "Çampe"
msgstr "Çampe"
#: ../extensions/xrandr-indicator/extension.js:32 #~ msgid "Right"
msgid "Right" #~ msgstr "Diestre"
msgstr "Diestre"
#: ../extensions/xrandr-indicator/extension.js:33 #~ msgid "Upside-down"
msgid "Upside-down" #~ msgstr "Cui pîs pa'l'aiar"
msgstr "Cui pîs pa'l'aiar"
#: ../extensions/xrandr-indicator/extension.js:50 #~ msgid "Display"
msgid "Display" #~ msgstr "Visôr"
msgstr "Visôr"
#: ../extensions/xrandr-indicator/extension.js:87 #~ msgid "Display Settings"
msgid "Display Settings" #~ msgstr "Impostazions Visôr"
msgstr "Impostazions Visôr"
+9 -3
View File
@@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-15 17:23+0200\n" "POT-Creation-Date: 2013-09-23 22:20+0200\n"
"PO-Revision-Date: 2013-09-15 17:23+0200\n" "PO-Revision-Date: 2013-09-23 22:21+0200\n"
"Last-Translator: Fran Dieguez <frandieguez@gnome.org>\n" "Last-Translator: Fran Dieguez <frandieguez@gnome.org>\n"
"Language-Team: gnome-l10n-gl@gnome.org\n" "Language-Team: gnome-l10n-gl@gnome.org\n"
"Language: gl\n" "Language: gl\n"
@@ -54,6 +54,12 @@ msgstr "Activar o mosaico nos bordos ao arrastrar xanelas aos bordos da xanela"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Espazos de traballo só no monitor primario" 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 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Só miniaturas" msgstr "Só miniaturas"
@@ -82,7 +88,7 @@ msgstr "Vista xeral de actividades"
msgid "Favorites" msgid "Favorites"
msgstr "Favoritos" msgstr "Favoritos"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Aplicativos" msgstr "Aplicativos"
+8 -4
View File
@@ -8,15 +8,15 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions\n" "Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-16 22:11+0300\n" "POT-Creation-Date: 2013-09-23 13:20+0300\n"
"PO-Revision-Date: 2013-09-16 22:16+0300\n" "PO-Revision-Date: 2013-09-23 13:23+0300\n"
"Last-Translator: Yosef Or Boczko <yoseforb@gmail.com>\n" "Last-Translator: Yosef Or Boczko <yoseforb@gmail.com>\n"
"Language-Team: עברית <>\n" "Language-Team: עברית <>\n"
"Language: he\n" "Language: he\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n>2||n==0) ? 1 :2\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n>2||n==0) ? 1 : 2;\n"
"X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Gtranslator 2.91.6\n" "X-Generator: Gtranslator 2.91.6\n"
@@ -55,6 +55,10 @@ msgstr "Enable edge tiling when dropping windows on screen edges"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Workspaces only on primary monitor" msgstr "Workspaces only on primary 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 "Delay focus changes in mouse mode until the pointer stops moving"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "תמונות ממוזערות בלבד" msgstr "תמונות ממוזערות בלבד"
@@ -83,7 +87,7 @@ msgstr "סקירת פעילויות"
msgid "Favorites" msgid "Favorites"
msgstr "מועדפים" msgstr "מועדפים"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "יישומים" msgstr "יישומים"
+11 -5
View File
@@ -1,5 +1,5 @@
# Hungarian translation of # Hungarian translation of
# Copyright (C) 2011, 2012. Free Software Foundation, Inc. # Copyright (C) 2011, 2012, 2013. Free Software Foundation, Inc.
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# #
# Biró Balázs <arch.scar at gmail dot com>, 2011. # Biró Balázs <arch.scar at gmail dot com>, 2011.
@@ -8,9 +8,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"POT-Creation-Date: 2013-09-12 16:05+0200\n" "shell&keywords=I18N+L10N&component=extensions\n"
"PO-Revision-Date: 2013-09-12 16:05+0200\n" "POT-Creation-Date: 2013-09-27 14:18+0000\n"
"PO-Revision-Date: 2013-10-10 14:07+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n" "Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
"Language-Team: Hungarian <openscope at googlegroups dot com>\n" "Language-Team: Hungarian <openscope at googlegroups dot com>\n"
"Language: hu\n" "Language: hu\n"
@@ -56,6 +57,11 @@ msgstr "Szélek csempézésének engedélyezése ablakok képernyőszélekre ejt
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Munkaterületek megjelenítése csak az elsődleges monitoron" 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 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Csak bélyegkép" msgstr "Csak bélyegkép"
@@ -84,7 +90,7 @@ msgstr "Tevékenységek áttekintés"
msgid "Favorites" msgid "Favorites"
msgstr "Kedvencek" msgstr "Kedvencek"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Alkalmazások" msgstr "Alkalmazások"
+12 -3
View File
@@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-08-19 08:21+0000\n" "POT-Creation-Date: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-08-21 17:30+0700\n" "PO-Revision-Date: 2013-09-23 21:25+0700\n"
"Last-Translator: Andika Triwidada <andika@gmail.com>\n" "Last-Translator: Andika Triwidada <andika@gmail.com>\n"
"Language-Team: Indonesian <gnome@i15n.org>\n" "Language-Team: Indonesian <gnome@i15n.org>\n"
"Language: id\n" "Language: id\n"
@@ -57,6 +57,11 @@ msgstr "Aktifkan pengubinan tepi ketika menjatuhkan jendela ke tepi layar"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Ruang kerja hanya pada monitor primer" 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:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Hanya gambar mini" msgstr "Hanya gambar mini"
@@ -85,7 +90,7 @@ msgstr "Ringkasan Aktivitas"
msgid "Favorites" msgid "Favorites"
msgstr "Favorit" msgstr "Favorit"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Aplikasi" msgstr "Aplikasi"
@@ -280,6 +285,10 @@ msgstr "Tutup semua"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Indikator Ruang Kerja" 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 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "Kapan mengelompokkan jendela" msgstr "Kapan mengelompokkan jendela"
+11 -5
View File
@@ -3,15 +3,15 @@
# Copyright (C) 2012, 2013 The Free Software Foundation, Inc. # Copyright (C) 2012, 2013 The Free Software Foundation, Inc.
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# Giovanni Campagna <scampa.giovanni@gmail.com>, 2011 # Giovanni Campagna <scampa.giovanni@gmail.com>, 2011
# Milo Casagrande <milo@milo.name>, 2013. # Milo Casagrande <milo@ubuntu.com>, 2013.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions\n" "Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-16 09:00+0200\n" "POT-Creation-Date: 2013-09-23 12:25+0200\n"
"PO-Revision-Date: 2013-09-16 09:00+0200\n" "PO-Revision-Date: 2013-09-23 12:25+0200\n"
"Last-Translator: Milo Casagrande <milo@milo.name>\n" "Last-Translator: Milo Casagrande <milo@ubuntu.com>\n"
"Language-Team: Italian <tp@lists.linux.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n"
"Language: it\n" "Language: it\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -58,6 +58,12 @@ msgstr ""
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Spazi di lavoro solo sul monitor principale" msgstr "Spazi di lavoro solo sul monitor principale"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
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 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Solo la miniatura" msgstr "Solo la miniatura"
@@ -87,7 +93,7 @@ msgstr "Panoramica attività"
msgid "Favorites" msgid "Favorites"
msgstr "Preferiti" msgstr "Preferiti"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Applicazioni" msgstr "Applicazioni"
+35 -28
View File
@@ -4,14 +4,15 @@
# Takeshi AIHANA <takeshi.aihana@gmail.com>, 2011. # Takeshi AIHANA <takeshi.aihana@gmail.com>, 2011.
# Jiro Matsuzawa <jmatsuzawa@gnome.org>, 2011, 2013 # Jiro Matsuzawa <jmatsuzawa@gnome.org>, 2011, 2013
# Nishio Futoshi <fut_nis@d3.dion.ne.jp>, 2013. # Nishio Futoshi <fut_nis@d3.dion.ne.jp>, 2013.
# Ikuya Awashiro <ikuya@fruitsbasket.info>, 2014.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&keywords=I18N+L10N&component=extensions\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-08-27 19:46+0000\n" "POT-Creation-Date: 2014-03-29 20:57+0000\n"
"PO-Revision-Date: 2013-06-23 11:15+0900\n" "PO-Revision-Date: 2014-06-23 16:25+0900\n"
"Last-Translator: Nishio Futoshi <fut_nis@d3.dion.ne.jp>\n" "Last-Translator: Ikuya Awashiro <ikuya@fruitsbasket.info>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n" "Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
"Language: ja\n" "Language: ja\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -52,6 +53,10 @@ msgstr "ウィンドウを画面の端に移動させたときにタイル状に
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "プライマリモニターのみワークスペースを切り替える" msgstr "プライマリモニターのみワークスペースを切り替える"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "ポインターの動作が止まるまでマウスモードでのフォーカスの変更を遅らせる"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "サムネイルのみ" msgstr "サムネイルのみ"
@@ -80,7 +85,7 @@ msgstr "アクティビティ"
msgid "Favorites" msgid "Favorites"
msgstr "お気に入り" msgstr "お気に入り"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "アプリケーション" msgstr "アプリケーション"
@@ -113,16 +118,16 @@ msgstr "新規ルールの作成"
msgid "Add" msgid "Add"
msgstr "追加" msgstr "追加"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:106
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "ドライブ '%s' の取り出しに失敗しました:" msgstr "ドライブ '%s' の取り出しに失敗しました:"
#: ../extensions/drive-menu/extension.js:90 #: ../extensions/drive-menu/extension.js:123
msgid "Removable devices" msgid "Removable devices"
msgstr "リムーバブルデバイス" msgstr "リムーバブルデバイス"
#: ../extensions/drive-menu/extension.js:117 #: ../extensions/drive-menu/extension.js:150
msgid "Open File" msgid "Open File"
msgstr "ファイルを開く" msgstr "ファイルを開く"
@@ -138,8 +143,6 @@ msgstr "代わりの挨拶テキストです。"
msgid "If not empty, it contains the text that will be shown when clicking on the panel." msgid "If not empty, it contains the text that will be shown when clicking on the panel."
msgstr "空でない場合、指定したテキストが、パネルをクリックした時に表示されます。" msgstr "空でない場合、指定したテキストが、パネルをクリックした時に表示されます。"
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and as such it has little functionality on its own.\n" "Example aims to show how to build well behaved extensions for the Shell and as such it has little functionality on its own.\n"
@@ -173,21 +176,21 @@ msgstr "TRUE にすると、ウィンドウのサムネイルの上端にその
msgid "Places" msgid "Places"
msgstr "場所" msgstr "場所"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:57
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "\"%s\" の起動に失敗" msgstr "\"%s\" の起動に失敗"
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer" msgid "Computer"
msgstr "コンピューター" msgstr "コンピューター"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:200
msgid "Home" msgid "Home"
msgstr "ホーム" msgstr "ホーム"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network" msgid "Browse Network"
msgstr "ネットワークを表示" msgstr "ネットワークを表示"
@@ -207,51 +210,55 @@ msgstr "テーマの名前"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "テーマの名前です (~/.themes/name/gnome-shell 配下に格納します)" msgstr "テーマの名前です (~/.themes/name/gnome-shell 配下に格納します)"
#: ../extensions/window-list/extension.js:92 #: ../extensions/window-list/extension.js:104
msgid "Close" msgid "Close"
msgstr "閉じる" msgstr "閉じる"
#: ../extensions/window-list/extension.js:102 #: ../extensions/window-list/extension.js:114
msgid "Unminimize" msgid "Unminimize"
msgstr "最小化解除" msgstr "最小化解除"
#: ../extensions/window-list/extension.js:103 #: ../extensions/window-list/extension.js:115
msgid "Minimize" msgid "Minimize"
msgstr "最小化" msgstr "最小化"
#: ../extensions/window-list/extension.js:109 #: ../extensions/window-list/extension.js:121
msgid "Unmaximize" msgid "Unmaximize"
msgstr "最大化解除" msgstr "最大化解除"
#: ../extensions/window-list/extension.js:110 #: ../extensions/window-list/extension.js:122
msgid "Maximize" msgid "Maximize"
msgstr "最大化" msgstr "最大化"
#: ../extensions/window-list/extension.js:270 #: ../extensions/window-list/extension.js:294
msgid "Minimize all" msgid "Minimize all"
msgstr "全て最小化" msgstr "全て最小化"
#: ../extensions/window-list/extension.js:278 #: ../extensions/window-list/extension.js:302
msgid "Unminimize all" msgid "Unminimize all"
msgstr "全て最小化解除" msgstr "全て最小化解除"
#: ../extensions/window-list/extension.js:286 #: ../extensions/window-list/extension.js:310
msgid "Maximize all" msgid "Maximize all"
msgstr "全て最大化" msgstr "全て最大化"
#: ../extensions/window-list/extension.js:295 #: ../extensions/window-list/extension.js:319
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "全て最大化解除" msgstr "全て最大化解除"
#: ../extensions/window-list/extension.js:304 #: ../extensions/window-list/extension.js:328
msgid "Close all" msgid "Close all"
msgstr "全て閉じる" msgstr "全て閉じる"
#: ../extensions/window-list/extension.js:591 #: ../extensions/window-list/extension.js:638
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "ワークスペースインジケーター" msgstr "ワークスペースインジケーター"
#: ../extensions/window-list/extension.js:792
msgid "Window List"
msgstr "ウィンドウのリスト"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "ウインドウをグループ化する条件" msgstr "ウインドウをグループ化する条件"
@@ -285,7 +292,7 @@ msgid "Name"
msgstr "名前" msgstr "名前"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:186
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "ワークスペース %d" msgstr "ワークスペース %d"
+7 -3
View File
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-09-15 00:58+0000\n" "POT-Creation-Date: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-15 14:28+0600\n" "PO-Revision-Date: 2013-09-24 06:33+0600\n"
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n" "Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
"Language-Team: Kazakh <kk@li.org>\n" "Language-Team: Kazakh <kk@li.org>\n"
"Language: kk\n" "Language: kk\n"
@@ -55,6 +55,10 @@ msgstr ""
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Жұмыс орындары тек біріншілік мониторда" msgstr "Жұмыс орындары тек біріншілік мониторда"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "Тышқан режиміндегі фокусты ауыстыру курсор тоқтағанша дейін кідірту"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Тек үлгі" msgstr "Тек үлгі"
@@ -83,7 +87,7 @@ msgstr "Шолу көрінісі"
msgid "Favorites" msgid "Favorites"
msgstr "Таңдамалылар" msgstr "Таңдамалылар"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Қолданбалар" msgstr "Қолданбалар"
+326
View File
@@ -0,0 +1,326 @@
# Khmer translation for gnome-shell-extensions.
# Copyright (C) 2014 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
# Khoem Sokhem <sokhem@open.org.kh>, 2014.
# Sophea Sok <sophea@open.org.kh>, 2014.
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2014-04-02 07:59+0000\n"
"PO-Revision-Date: 2014-04-09 08:54+0700\n"
"Last-Translator: Sophea Sok <sophea@open.org.kh>\n"
"Language-Team: Khmer <>\n"
"Language: km\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: WordForge 0.8 RC1\n"
"X-Language: km-KH\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "GNOME Classic"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "សម័យ​នេះ​នឹង​ឲ្យ​អ្នក​ចូល GNOME Classic"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME Shell Classic"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "កំពុង​ចាប់ផ្ដើម​កម្មវិធី និង​ការ​គ្រប់គ្រង​បង្អួច"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "ភ្ជាប់​ប្រអប់​បែប​ទៅកាន់​បង្អួច​មេ"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr ""
"ពាក្យ​គន្លឹះ​នេះ​នឹង​បដិសេធ​​ពាក្យ​គន្លឹះ​នៅ​ក្នុង org.gnome.mutter "
"ពេល​ដំណើរការ GNOME សែល។"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "បើក​គម្រប​គែម​ពេល​ទម្លាក់​បង្អួច​នៅ​លើ​គែម​អេក្រង់"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "តំបន់​ធ្វើការ​មានតែ​នៅ​លើ​ម៉ូនីទ័រ​មេ​ប៉ុណ្ណោះ"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr ""
"ប្ដូរ​ការ​ពន្យារពេល​ផ្ដោត​នៅ​ក្នុង​របៀប​កណ្ដុរ​រហូតដល់​ព្រួញ​កណ្ដុរ​លែង​ផ្លា"
"ស់ទី"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "តែ​រូបភាព​តូច​ប៉ុណ្ណោះ"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "តែ​រូបតំណាង​កម្មវិធី​ប៉ុណ្ណោះ"
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "រូបតំណាង​កម្មវិធី និង​រូបភាព​តូច"
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "បង្ហាញ​វីនដូ​ជា"
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "បង្ហាញ​តែ​វីនដូ​ប៉ុណ្ណោះ​នៅ​ក្នុង​តំបន់​ធ្វើការ​បច្ចុប្បន្ន"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "សកម្មភាព​ទិដ្ឋភាព​ទូទៅ"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "ចំណូលចិត្ត"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "កម្មវិធី"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "កម្មវិធី និង​បញ្ជី​តំបន់​ធ្វើការ"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid ""
"A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number"
msgstr ""
"បញ្ជី​ខ្សែ​អក្សរ, បញ្ជី​នីមួយៗ​មាន​លេខ​សម្គាល់​កម្មវិធី (ឈ្មោះ​ឯកសារ​ផ្ទៃតុ) "
"តាម​ពីក្រោយ​ដោយ​សញ្ញា​ចុច​ពីរ និង​លេខ​តំបន់​ធ្វើការ"
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
msgstr "កម្មវិធី"
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "តំបន់​ធ្វើការ"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "បន្ថែម​ក្បួន"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "បង្កើត​ក្បួន​ផ្គូរផ្គង​ថ្មី"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "បន្ថែម"
#: ../extensions/drive-menu/extension.js:106
#, javascript-format
msgid "Ejecting drive '%s' failed:"
msgstr "បាន​បរាជ័យ​ក្នុង​ការ​ច្រាន់​ដ្រាយ '%s' ចេញ៖"
#: ../extensions/drive-menu/extension.js:123
msgid "Removable devices"
msgstr "ឧបករណ៍​ចល័ត"
#: ../extensions/drive-menu/extension.js:150
msgid "Open File"
msgstr "បើក​ឯកសារ"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
msgstr "សួស្ដី ពិភពលោក!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "អត្ថបទ​ស្វាគមន៍​ឆ្លាស់គ្នា។"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
msgid ""
"If not empty, it contains the text that will be shown when clicking on the "
"panel."
msgstr "បើ​មិន​ទទេ វា​គឺ​មាន​អត្ថបទ​ដែល​នឹង​បង្ហាញ​ពេល​ចុច​លើ​ស្លាបព្រឹល។"
#: ../extensions/example/prefs.js:30
msgid ""
"Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n"
"Nevertheless it's possible to customize the greeting message."
msgstr ""
"ឧទាហរណ៍៖ ដើម្បី​បង្ហាញ​របៀប​បង្កើត​ផ្នែក​បន្ថែម​ល្អ​សម្រាប់​សែល "
"វា​គឺ​ត្រូវ​មាន​មុខងារ​ផ្ទាល់ខ្លួន​របស់​វា។\nទោះ​យ៉ាងណា "
"វា​មិន​អាច​ប្ដូរ​សារ​ស្វាគមន៍​បាន​ទេ។"
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "សារ៖"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "ប្រើ​អេក្រង់​ច្រើន​សម្រាប់​បង្អួច"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
msgid ""
"Try to use more screen for placing window thumbnails by adapting to screen "
"aspect ratio, and consolidating them further to reduce the bounding box. "
"This setting applies only with the natural placement strategy."
msgstr ""
"សាកល្បង​ប្រើ​អេក្រង់​ច្រើន​សម្រាប់​ដាក់​រូបភាព​តូច​របស់​បង្អួច​ដោយ​យោង​តាម​ស"
"មាមាត្រ​អេក្រង់ រួច​បង្រួម​វា​ដើម្បី​បន្ថយ​ព្រំដែន​ប្រអប់។ "
"ការ​កំណត់​នេះ​អនុវត្ត​តែ​ជាមួយ​វិធីសាស្ត្រ​ជំនួស​ធម្មជាតិ​ប៉ុណ្ណោះ។"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "ដាក់​ចំណងជើង​បង្អួច​នៅ​ខាងលើ"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
msgid ""
"If true, place window captions on top the respective thumbnail, overriding "
"shell default of placing it at the bottom. Changing this setting requires "
"restarting the shell to have any effect."
msgstr ""
"ប្រសិនបើ​ពិត វា​នឹង​ដាក់​ចំណងជើង​បង្អួច​នៅ​ខាងលើ​រូបភាព​តូច "
"ហើយ​បដិសេធ​សែល​លំនាំដើម​ដែល​ដាក់​វា​នៅ​បាត។ ការ​ប្ដូរ​ការ​កំណត់​នេះ "
"តម្រូវ​ឲ្យ​ចាប់ផ្ដើម​សែល​ឡើងវិញ​ទើប​មាន​ប្រសិទ្ធភាព។"
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "ដាក់"
#: ../extensions/places-menu/placeDisplay.js:57
#, javascript-format
msgid "Failed to launch \"%s\""
msgstr "បាន​បរាជ័យ​ក្នុង​ការ​ចាប់ផ្ដើម \"%s\""
#: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer"
msgstr "កុំព្យូទ័រ"
#: ../extensions/places-menu/placeDisplay.js:200
msgid "Home"
msgstr "ផ្ទះ"
#: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network"
msgstr "រក​មើល​បណ្ដាញ"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "ស៊ីភីយូ"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "អង្គ​ចងចាំ"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "ឈ្មោះ​រូបរាង"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "ឈ្មោះ​រូបរាង​ដែល​ត្រូវ​ផ្ទុក​ចេញពី ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:104
msgid "Close"
msgstr "បិទ"
#: ../extensions/window-list/extension.js:114
msgid "Unminimize"
msgstr "មិន​បង្រួម​អប្បបរមា"
#: ../extensions/window-list/extension.js:115
msgid "Minimize"
msgstr "បង្រួម​អប្បបរមា"
#: ../extensions/window-list/extension.js:121
msgid "Unmaximize"
msgstr "មិន​ពង្រីក​អតិបរមា"
#: ../extensions/window-list/extension.js:122
msgid "Maximize"
msgstr "ពង្រីក​អតិបរមា"
#: ../extensions/window-list/extension.js:294
msgid "Minimize all"
msgstr "បង្រួម​អប្បបរមា​ទាំងអស់"
#: ../extensions/window-list/extension.js:302
msgid "Unminimize all"
msgstr "មិន​បង្រួម​អប្បបរមា​ទាំងអស់"
#: ../extensions/window-list/extension.js:310
msgid "Maximize all"
msgstr "ពង្រីក​អតិបរមា​ទាំងអស់"
#: ../extensions/window-list/extension.js:319
msgid "Unmaximize all"
msgstr "មិន​ពង្រីក​អតិបរមា​ទាំងអស់"
#: ../extensions/window-list/extension.js:328
msgid "Close all"
msgstr "បិទ​ទាំងអស់"
#: ../extensions/window-list/extension.js:638
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "ទ្រនិច​បង្ហាញ​តំបន់​ធ្វើការ"
#: ../extensions/window-list/extension.js:792
msgid "Window List"
msgstr "បញ្ជី​បង្អួច"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "ពេល​ដាក់​បង្អួច​ជាក្រុម"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"."
msgstr ""
"សម្រេចចិត្ត​ថា​តើ​ពេល​ណា​ដែល​ត្រូវ​ដាក់​បង្អួច​ជា​ក្រុម​ចេញពី​កម្មវិធី​ដូចគ្"
"នា​នៅ​លើ​បញ្ជី​បង្អួច។ តម្លៃ​ដែល​អាច​ប្រើ​បាន​គឺ៖ \"កុំ\", \"ស្វ័យប្រវត្តិ\" និង "
"\"ជានិច្ច\" ។"
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "ដាក់​បង្អួច​ជា​ក្រុម"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "កុំ​ដាក់​បង្អួច​ជា​ក្រុម"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "ដាក់​បង្អួច​ជា​ក្រុម​ពេល​ទំហំ​មាន​ដែន​កំណត់"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "ដាក់​បង្អួច​ជា​ក្រុម​ជានិច្ច"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "ឈ្មោះ​តំបន់​ធ្វើការ៖"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "ឈ្មោះ"
#: ../extensions/workspace-indicator/prefs.js:186
#, javascript-format
msgid "Workspace %d"
msgstr "តំបន់​ធ្វើការ %d"
+330
View File
@@ -0,0 +1,330 @@
# 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 "ಪ್ರದರ್ಶಕದ ಸಿದ್ಧತೆಗಳು"
+31 -29
View File
@@ -3,15 +3,15 @@
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# #
# Seong-ho Cho <darkcircle.0426@gmail.com>, 2012. # Seong-ho Cho <darkcircle.0426@gmail.com>, 2012.
# Changwoo Ryu <cwryu@debian.org>, 2013. # Changwoo Ryu <cwryu@debian.org>, 2013-2014.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions\n" "Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-09-15 00:43+0000\n" "POT-Creation-Date: 2014-03-05 08:31+0000\n"
"PO-Revision-Date: 2013-09-16 03:25+0900\n" "PO-Revision-Date: 2014-03-05 20:11+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <gnome-kr@googlegroups.com>\n" "Language-Team: Korean <gnome-kr@googlegroups.com>\n"
"Language: ko\n" "Language: ko\n"
@@ -54,6 +54,10 @@ msgstr "화면 가장자리에 창을 놓을 때 가장자리 맞추기 기능
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "주 모니터에만 작업 공간 사용" msgstr "주 모니터에만 작업 공간 사용"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "마우스 포인터가 움직이지 않을 때까지 포커스 전환을 미루기"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "섬네일만" msgstr "섬네일만"
@@ -82,7 +86,7 @@ msgstr "현재 활동"
msgid "Favorites" msgid "Favorites"
msgstr "즐겨찾기" msgstr "즐겨찾기"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "프로그램" msgstr "프로그램"
@@ -119,16 +123,16 @@ msgstr "새 일치 규칙 만들기"
msgid "Add" msgid "Add"
msgstr "추가" msgstr "추가"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:106
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "'%s' 드라이브를 빼는데 실패했습니다:" msgstr "'%s' 드라이브를 빼는데 실패했습니다:"
#: ../extensions/drive-menu/extension.js:90 #: ../extensions/drive-menu/extension.js:123
msgid "Removable devices" msgid "Removable devices"
msgstr "이동식 장치" msgstr "이동식 장치"
#: ../extensions/drive-menu/extension.js:117 #: ../extensions/drive-menu/extension.js:150
msgid "Open File" msgid "Open File"
msgstr "파일 열기" msgstr "파일 열기"
@@ -146,8 +150,6 @@ msgid ""
"panel." "panel."
msgstr "빈 값이 아니면, 패널을 눌렀을때 보일 텍스트입니다." msgstr "빈 값이 아니면, 패널을 눌렀을때 보일 텍스트입니다."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -195,21 +197,21 @@ msgstr ""
msgid "Places" msgid "Places"
msgstr "위치" msgstr "위치"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:57
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "\"%s\" 실행에 실패했습니다" msgstr "\"%s\" 실행에 실패했습니다"
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer" msgid "Computer"
msgstr "컴퓨터" msgstr "컴퓨터"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:200
msgid "Home" msgid "Home"
msgstr "홈" msgstr "홈"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network" msgid "Browse Network"
msgstr "네트워크 찾아보기" msgstr "네트워크 찾아보기"
@@ -229,52 +231,52 @@ msgstr "테마 이름"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "테마 이름, ~/.themes/name/gnome-shell 아래에서 읽어들입니다." msgstr "테마 이름, ~/.themes/name/gnome-shell 아래에서 읽어들입니다."
#: ../extensions/window-list/extension.js:92 #: ../extensions/window-list/extension.js:104
msgid "Close" msgid "Close"
msgstr "닫기" msgstr "닫기"
#: ../extensions/window-list/extension.js:102 #: ../extensions/window-list/extension.js:114
msgid "Unminimize" msgid "Unminimize"
msgstr "최소화 취소" msgstr "최소화 취소"
#: ../extensions/window-list/extension.js:103 #: ../extensions/window-list/extension.js:115
msgid "Minimize" msgid "Minimize"
msgstr "최소화" msgstr "최소화"
#: ../extensions/window-list/extension.js:109 #: ../extensions/window-list/extension.js:121
msgid "Unmaximize" msgid "Unmaximize"
msgstr "최대화 취소" msgstr "최대화 취소"
#: ../extensions/window-list/extension.js:110 #: ../extensions/window-list/extension.js:122
msgid "Maximize" msgid "Maximize"
msgstr "최대화" msgstr "최대화"
#: ../extensions/window-list/extension.js:270 #: ../extensions/window-list/extension.js:294
msgid "Minimize all" msgid "Minimize all"
msgstr "모두 최소화" msgstr "모두 최소화"
#: ../extensions/window-list/extension.js:278 #: ../extensions/window-list/extension.js:302
msgid "Unminimize all" msgid "Unminimize all"
msgstr "모두 최소화 취소" msgstr "모두 최소화 취소"
#: ../extensions/window-list/extension.js:286 #: ../extensions/window-list/extension.js:310
msgid "Maximize all" msgid "Maximize all"
msgstr "모두 최대화" msgstr "모두 최대화"
#: ../extensions/window-list/extension.js:295 #: ../extensions/window-list/extension.js:319
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "모두 최대화 취소" msgstr "모두 최대화 취소"
#: ../extensions/window-list/extension.js:304 #: ../extensions/window-list/extension.js:328
msgid "Close all" msgid "Close all"
msgstr "모두 닫기" msgstr "모두 닫기"
#: ../extensions/window-list/extension.js:591 #: ../extensions/window-list/extension.js:638
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "작업 공간 표시" msgstr "작업 공간 표시"
#: ../extensions/window-list/extension.js:743 #: ../extensions/window-list/extension.js:792
msgid "Window List" msgid "Window List"
msgstr "창 목록" msgstr "창 목록"
@@ -315,6 +317,6 @@ msgid "Name"
msgstr "이름" msgstr "이름"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:186
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "작업 공간 %d" msgstr "작업 공간 %d"
+11 -5
View File
@@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: lt\n" "Project-Id-Version: lt\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-08-19 08:21+0000\n" "POT-Creation-Date: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-08-26 22:59+0300\n" "PO-Revision-Date: 2013-09-24 22:15+0300\n"
"Last-Translator: Aurimas Černius <aurisc4@gmail.com>\n" "Last-Translator: Aurimas Černius <aurisc4@gmail.com>\n"
"Language-Team: Lietuvių <gnome-lt@lists.akl.lt>\n" "Language-Team: Lietuvių <gnome-lt@lists.akl.lt>\n"
"Language: \n" "Language: \n"
@@ -53,10 +53,13 @@ msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Įjungti išplėtimą kraštuose nutempiant langus į ekrano kraštus" msgstr "Įjungti išplėtimą kraštuose nutempiant langus į ekrano kraštus"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid "Workspace Indicator"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Darbalaukiai tik pagrindiniame monitoriuje" 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 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Tik miniatiūros" msgstr "Tik miniatiūros"
@@ -85,7 +88,7 @@ msgstr "Veiklų apžvalga"
msgid "Favorites" msgid "Favorites"
msgstr "Mėgiamiausi" msgstr "Mėgiamiausi"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Programos" msgstr "Programos"
@@ -278,6 +281,10 @@ msgstr "Užverti visus"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Darbalaukio indikatorius" 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 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "Kada grupuoti langus" msgstr "Kada grupuoti langus"
@@ -318,4 +325,3 @@ msgstr "Pavadinimas"
#, c-format #, c-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Darbalaukis %d" msgstr "Darbalaukis %d"
+11 -8
View File
@@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-08-19 08:21+0000\n" "POT-Creation-Date: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-10 21:45+0300\n" "PO-Revision-Date: 2013-09-26 23:31+0300\n"
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n" "Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian <lata-l10n@googlegroups.com>\n" "Language-Team: Latvian <lata-l10n@googlegroups.com>\n"
"Language: lv\n" "Language: lv\n"
@@ -35,7 +35,6 @@ msgid "GNOME Shell Classic"
msgstr "Klasiskā GNOME čaula" msgstr "Klasiskā GNOME čaula"
#: ../data/gnome-shell-classic.desktop.in.in.h:2 #: ../data/gnome-shell-classic.desktop.in.in.h:2
#| msgid "Thumbnail and application icon"
msgid "Window management and application launching" msgid "Window management and application launching"
msgstr "Logu pārvaldība un lietotņu palaišana" msgstr "Logu pārvaldība un lietotņu palaišana"
@@ -53,10 +52,13 @@ msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Aktivēt logu sānisko izklāšanu, kad to nomet uz ekrāna malas" msgstr "Aktivēt logu sānisko izklāšanu, kad to nomet uz ekrāna malas"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid "Workspace Indicator"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Darbvietas tikai uz galvenā monitora" msgstr "Darbvietas tikai uz galvenā monitora"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
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:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Tikai sīktēli" msgstr "Tikai sīktēli"
@@ -82,12 +84,10 @@ msgid "Activities Overview"
msgstr "Aktivitāšu pārskats" msgstr "Aktivitāšu pārskats"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:113
#| msgid "Add to Favorites"
msgid "Favorites" msgid "Favorites"
msgstr "Izlase" msgstr "Izlase"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
#| msgid "Application"
msgid "Applications" msgid "Applications"
msgstr "Lietotnes" msgstr "Lietotnes"
@@ -218,7 +218,6 @@ msgid "Home"
msgstr "Mājas" msgstr "Mājas"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:286
#| msgid "Browse network"
msgid "Browse Network" msgid "Browse Network"
msgstr "Pārlūkot tīklu" msgstr "Pārlūkot tīklu"
@@ -283,6 +282,10 @@ msgstr "Aizvērt visu"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Darbvietu indikators" 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 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "Kad grupēt logus" msgstr "Kad grupēt logus"
+13 -4
View File
@@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions\n" "Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-08 19:50+0200\n" "POT-Creation-Date: 2013-09-28 14:53+0200\n"
"PO-Revision-Date: 2013-09-08 19:51+0200\n" "PO-Revision-Date: 2013-09-28 14:54+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n" "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n" "Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
"Language: \n" "Language: \n"
@@ -40,7 +40,8 @@ msgstr "Fest modal dialog til opphavsvindu"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
msgid "" msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell." "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr "Denne nøkkelen overstyrer nøkkelen i org.gnome.mutter når GNOME Shell kjører." 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 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
@@ -50,6 +51,10 @@ msgstr ""
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Arbeidsområder kun på hovedskjerm" msgstr "Arbeidsområder kun på hovedskjerm"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr ""
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Kun miniatyr" msgstr "Kun miniatyr"
@@ -78,7 +83,7 @@ msgstr "Aktivitetsoversikt"
msgid "Favorites" msgid "Favorites"
msgstr "Favoritter" msgstr "Favoritter"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Programmer" msgstr "Programmer"
@@ -261,6 +266,10 @@ msgstr "Lukk alle"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Arbeidsområdeindikator" 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 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "Når vinduer skal grupperes" msgstr "Når vinduer skal grupperes"
+8 -4
View File
@@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-15 22:18+0200\n" "POT-Creation-Date: 2013-10-12 20:00+0200\n"
"PO-Revision-Date: 2013-09-15 22:19+0000\n" "PO-Revision-Date: 2013-10-12 20:00+0200\n"
"Last-Translator: Reinout van Schouwen <reinouts@gnome.org>\n" "Last-Translator: Wouter Bolsterlee <wbolster@gnome.org>\n"
"Language-Team: Dutch <gnome-nl-list@gnome.org>\n" "Language-Team: Dutch <gnome-nl-list@gnome.org>\n"
"Language: nl\n" "Language: nl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -53,6 +53,10 @@ msgstr "Randtegels inschakelen bij het slepen van vensters naar schermranden"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Werkbladen alleen op primaire beeldscherm" 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 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Alleen miniatuur" msgstr "Alleen miniatuur"
@@ -81,7 +85,7 @@ msgstr "Activiteitenoverzicht"
msgid "Favorites" msgid "Favorites"
msgstr "Favorieten" msgstr "Favorieten"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Toepassingen" msgstr "Toepassingen"
+323
View File
@@ -0,0 +1,323 @@
# Manoj Kumar Giri <mgiri@redhat.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-08-06 14:45+0530\n"
"PO-Revision-Date: 2013-11-05 12:06-0500\n"
"Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n"
"Language-Team: Oriya <oriya-it@googlegroups.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: or\n"
"X-Generator: Zanata 3.2.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "GNOME କ୍ଲାସିକ"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "ଏହି ଅଧିବେଶନ ଆପଣଙ୍କୁ GNOME କ୍ଲାସିକରେ ଲଗ କରାଇଥାଏ"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME ସେଲ କ୍ଲାସିକ"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "ୱିଣ୍ଡୋ ପରିଚାଳନା ଏବଂ ପ୍ରୟୋଗ ପ୍ରାରମ୍ଭ"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "ମୂଖ୍ୟ ୱିଣ୍ଡୋରେ ମଡେଲ ସଂଳାପକୁ ଲଗାନ୍ତୁ"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr "ଏହି କି org.gnome.mutter ରେ GNOME ସେଲ ଚାଲୁଥିବା ସମୟରେ ନବଲିଖନ କରିଥାଏ।"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "ୱିଣ୍ଡୋଗୁଡ଼ିକୁ ପରଦା ଧାରରେ ରଖିବା ସମୟରେ ଧାର ଟାଇଲକୁ ସକ୍ରିୟ କରନ୍ତୁ"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "କାର୍ଯ୍ୟକ୍ଷେତ୍ର କେବଳ ପ୍ରାଥମିକ ମନିଟରରେ ଥାଏ"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "କେବଳ ସଂକ୍ଷିପ୍ତ ଲିଖନ"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "କେବଳ ପ୍ରୟୋଗ ଚିତ୍ର ସଂକେତ"
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "ସଂକ୍ଷେପ ଲିଖନ ଏବଂ ପ୍ରୟୋଗ ଚିତ୍ର ସଂକେତ"
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "ଉପସ୍ଥିତ ୱିଣ୍ଡୋ ଯେପରିକି"
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "ପ୍ରଚଳିତ କାର୍ଯ୍ୟକ୍ଷେତ୍ରରେ କେବଳ ୱିଣ୍ଡୋଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:125
msgid "Suspend"
msgstr "ନିଲମ୍ବନ କରନ୍ତୁ"
#: ../extensions/alternative-status-menu/extension.js:128
msgid "Hibernate"
msgstr "ନିଷ୍କ୍ରିୟ କରନ୍ତୁ"
#: ../extensions/alternative-status-menu/extension.js:131
msgid "Power Off"
msgstr "ବିଦ୍ୟୁତ ପ୍ରବାହ ବନ୍ଦ କରନ୍ତୁ"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "ନିଲମ୍ବନକୁ ସକ୍ରିୟ କରନ୍ତୁ"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:2
msgid "Control the visibility of the Suspend menu item"
msgstr "ନିଲମ୍ବିତ ତାଲିକା ବସ୍ତୁର ଦୃଶ୍ୟମାନ୍ୟତାକୁ ନିୟନ୍ତ୍ରଣ କରନ୍ତୁ"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "ହାଇବରନେଟକୁ ସକ୍ଷମ କରନ୍ତୁ"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:4
msgid "Control the visibility of the Hibernate menu item"
msgstr "ହାଇବରନେଟ ତାଲିକା ବସ୍ତୁର ଦୃଶ୍ୟମାନ୍ୟତାକୁ ନିୟନ୍ତ୍ରଣ କରନ୍ତୁ"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "କାର୍ଯ୍ୟକଳାପଗୁଡ଼ିକର ସମୀକ୍ଷା"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "ମନପସନ୍ଦ"
#: ../extensions/apps-menu/extension.js:278
msgid "Applications"
msgstr "ପ୍ରୟୋଗ"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "ପ୍ରୟୋଗ ଏବଂ କାର୍ଯ୍ୟକ୍ଷେତ୍ର ତାଲିକା"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid ""
"A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number"
msgstr ""
"ବାକ୍ୟଖଣ୍ଡଗୁଡ଼ିକର ଗୋଟିଏ ତାଲିକା, ପ୍ରତ୍ୟେକ ଗୋଟିଏ ପ୍ରୟୋଗ id ଧାରଣ କରିଅଛି (ଡେସ୍କଟପ "
"ଫାଇଲ ନାମ), ଏହାପରେ ଏକ ବିରାମ ଚିହ୍ନ ଏବଂ କାର୍ଯ୍ୟକ୍ଷେତ୍ର କ୍ରମ ସଂଖ୍ୟା"
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
msgstr "ପ୍ରୟୋଗ"
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "କାର୍ୟ୍ଯସ୍ଥାନ"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "ନିୟମ ଯୋଗକରନ୍ତୁ"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "ନୂଆ ମେଳଖାଉଥିବା ନିୟମ ସୃଷ୍ଟି କରନ୍ତୁ"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "ଯୋଗ କରନ୍ତୁ"
#: ../extensions/drive-menu/extension.js:72
#, c-format
msgid "Ejecting drive '%s' failed:"
msgstr "ଡ୍ରାଇଭ '%s' କୁ ବାହାର କରିବା ବିଫଳ ହୋଇଛି:"
#: ../extensions/drive-menu/extension.js:89
msgid "Removable devices"
msgstr "କଢ଼ାଯୋଗ୍ୟ ଉପକରଣଗୁଡ଼ିକ"
#: ../extensions/drive-menu/extension.js:106
msgid "Open File"
msgstr "ଫାଇଲକୁ ଖୋଲନ୍ତୁ"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
msgstr "ହେଲୋ, ୱାର୍ଲଡ!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "ବୈକଳ୍ପିକ ଅବିନନ୍ଦନ ପାଠ୍ୟ।"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
msgid ""
"If not empty, it contains the text that will be shown when clicking on the "
"panel."
msgstr ""
"ଯଦି ଖାଲିନଥାଏ, ତେବେ ପ୍ୟାନେଲ ଉପରେ କ୍ଲିକ କରିବା ସମୟରେ ଦର୍ଶାଇବାକୁ ଥିବା ପାଠ୍ୟ ଧାରଣ "
"କରିଥାଏ।"
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30
msgid ""
"Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n"
"Nevertheless it's possible to customize the greeting message."
msgstr ""
"ଏହି ଉଦାହରଣର ଲକ୍ଷ୍ଯ ହେଉଛି ସେଲ ପାଇଁ ଉତ୍ତମ ଅନୁଲଗ୍ନଗୁଡ଼ିକୁ ନିର୍ମାଣ କରିବା ଯେପରିକି "
"ଏଥିରେ ନିଜର ବହୁତ କମ କାର୍ଯ୍ୟକାରିତା ଥାଏ।\n"
"ଅନ୍ୟଥା ଅଭିନନ୍ଦନ ସନ୍ଦେଶକୁ ଇଚ୍ଛାରୂପଣ କରିବା ସମ୍ଭବ ହୋଇଥାଏ।"
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "ସନ୍ଦେଶ:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "ୱିଣ୍ଡୋଗୁଡ଼ିକ ପାଇଁ ଅଧିକ ପରଦା ବ୍ୟବହାର କରନ୍ତୁ"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
msgid ""
"Try to use more screen for placing window thumbnails by adapting to screen "
"aspect ratio, and consolidating them further to reduce the bounding box. "
"This setting applies only with the natural placement strategy."
msgstr ""
"ପରଦା ବିଭେଦନକୁ ଗ୍ରହଣ କରି ୱିଣ୍ଡୋକୁ ରଖିବାକୁ ଅଧିକ ପରଦା ବ୍ୟବହାର କରିବାକୁ ଚେଷ୍ଟା "
"କରନ୍ତୁ, ଏବଂ ବାକ୍ସର ସୀମାକୁ କମ କରିବାକୁ ସେମାନଙ୍କୁ ଏକତ୍ରିତ କରିଥାଏ। ଏହି ସଂରଚନା "
"କେବଳ ପ୍ରାକୃତିକ କୌଶଳ ସହିତ ପ୍ରୟୋଗ ହୋଇଥାଏ।"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "ୱିଣ୍ଡୋ ଶୀର୍ଷକକୁ ଉପରେ ରଖନ୍ତୁ"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
msgid ""
"If true, place window captions on top the respective thumbnail, overriding "
"shell default of placing it at the bottom. Changing this setting requires "
"restarting the shell to have any effect."
msgstr ""
"ଯଦି true, ତେବେ ୱିଣ୍ଡୋ ଶୀର୍ଷକକୁ ଉଚିତ ସଂକ୍ଷିପ୍ତ ଲିଖନ ଉପରେ ରଖନ୍ତୁ, ସେଲ "
"ପୂର୍ବନିର୍ଦ୍ଧାରିତକୁ ତଳେ ରଖିକରି ନବଲିଖନ କରୁଅଛି। ଏହି ସେଟିଙ୍ଗକୁ ପରିବର୍ତ୍ତନ କରିବା "
"ପାଇଁ ସେଲକୁ ପୁନଃଚାଳନ କରିବା ଆବଶ୍ୟକ ହୋଇଥାଏ।"
#: ../extensions/places-menu/extension.js:77
msgid "Places"
msgstr "ସ୍ଥାନଗୁଡିକ"
#: ../extensions/places-menu/placeDisplay.js:56
#, c-format
msgid "Failed to launch \"%s\""
msgstr "\"%s\" କୁ ଆରମ୍ଭ କରିବାରେ ବିଫଳ"
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "କମ୍ପୁଟର"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "ମୂଳ ସ୍ଥାନ"
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
msgstr "ନେଟୱାର୍କ ବ୍ରାଉଜ କରନ୍ତୁ"
#: ../extensions/systemMonitor/extension.js:213
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:266
msgid "Memory"
msgstr "ସ୍ମୃତିସ୍ଥାନ"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "ପ୍ରସଙ୍ଗ ନାମ"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "~/.themes/name/gnome-shell ରୁ ଧାରଣ ହେବାକୁ ଥିବା ପ୍ରସଙ୍ଗର ନାମ"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "ୱିଣ୍ଡୋଗୁଡିକୁ କେତେବେଳେ ସମୂହିତ କରାଯିବ"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"."
msgstr ""
"ସ୍ଥିର କରେ ଗୋଟିଏ ପ୍ରୟୋଗର ୱିଣ୍ଡୋଗୁଡିକ କେତେବେଳେ ୱିଣ୍ଡୋ ତାଲିକାରେ ସମୂହିତ କରାଯିବ। "
"ସାମ୍ଭାବ୍ଯ ମୂଲ୍ଯ ହେଲା \"କଦାପି ନୁହଁ\", \"ସ୍ୱୟଂଚାଳିତ\" ଏବଂ \"ସର୍ବଦା\"।"
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "ୱିଣ୍ଡୋ ସମୂହ କରାଯାଉଛି"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "ୱିଣ୍ଡୋଗୁଡିକୁ କଦାପି ସମୂହିତ କରାଯିବ ନାହିଁ"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "ସ୍ଥାନ ସୀମିତ ଥିଲେ ୱିଣ୍ଡୋଗୁଡ଼ିକୁ ସମୂହିତ କରନ୍ତୁ"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "ସର୍ବଦା ୱିଣ୍ଡୋଗୁଡିକୁ ସମୂହିତ କରାଯିବ"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "କାର୍ଯ୍ୟକ୍ଷେତ୍ର ସୂଚକ"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "କାର୍ଯ୍ଯକ୍ଷେତ୍ର ନାମ:"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "ନାମ"
#: ../extensions/workspace-indicator/prefs.js:186
#, c-format
msgid "Workspace %d"
msgstr "କାର୍ଯ୍ଯକ୍ଷେତ୍ର %d"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "ସ୍ବାଭାବିକ"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "ବାମ"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "ଡାହାଣ"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "ଉପରୁ ତଳକୁ"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "ଦେଖାଅ"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "ସେଟିଙ୍ଗଗୁଡିକ ଦର୍ଶାନ୍ତୁ"
+22 -11
View File
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: gnome-shell-extensions gnome-3-0\n" "Project-Id-Version: gnome-shell-extensions gnome-3-0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-08-19 08:21+0000\n" "POT-Creation-Date: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-09 14:13-0500\n" "PO-Revision-Date: 2013-09-24 07:53-0500\n"
"Last-Translator: A S Alam <aalam@users.sf.net>\n" "Last-Translator: A S Alam <aalam@users.sf.net>\n"
"Language-Team: Punjabi/Panjabi <punjabi-users@lists.sf.net>\n" "Language-Team: Punjabi/Panjabi <punjabi-users@lists.sf.net>\n"
"Language: pa\n" "Language: pa\n"
@@ -33,7 +33,6 @@ msgid "GNOME Shell Classic"
msgstr "ਗਨੋਮ ਸ਼ੈਲ ਕਲਾਸਿਕ" msgstr "ਗਨੋਮ ਸ਼ੈਲ ਕਲਾਸਿਕ"
#: ../data/gnome-shell-classic.desktop.in.in.h:2 #: ../data/gnome-shell-classic.desktop.in.in.h:2
#| msgid "Thumbnail and application icon"
msgid "Window management and application launching" msgid "Window management and application launching"
msgstr "ਵਿੰਡੋ ਪਰਬੰਧ ਅਤੇ ਐਪਲੀਕੇਸ਼ਨ ਚਲਾਓ" msgstr "ਵਿੰਡੋ ਪਰਬੰਧ ਅਤੇ ਐਪਲੀਕੇਸ਼ਨ ਚਲਾਓ"
@@ -52,10 +51,13 @@ msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "ਕੋਨਾ ਟਿਲਿੰਗ ਚਾਲੂ, ਜਦੋਂ ਵਿੰਡੋਜ਼ ਨੂੰ ਸਕਰੀਨ ਕੋਨਿਆਂ ਤੋਂ ਡਰਾਪ ਕਰਨਾ ਹੋਵੇ" msgstr "ਕੋਨਾ ਟਿਲਿੰਗ ਚਾਲੂ, ਜਦੋਂ ਵਿੰਡੋਜ਼ ਨੂੰ ਸਕਰੀਨ ਕੋਨਿਆਂ ਤੋਂ ਡਰਾਪ ਕਰਨਾ ਹੋਵੇ"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid "Workspace Indicator"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "ਪ੍ਰਾਈਮਰੀ ਮਾਨੀਟਰ ਉੱਤੇ ਕੇਵਲ ਵਰਕਸਪੇਸ" msgstr "ਪ੍ਰਾਈਮਰੀ ਮਾਨੀਟਰ ਉੱਤੇ ਕੇਵਲ ਵਰਕਸਪੇਸ"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "ਪੁਆਇੰਟਰ ਦੇ ਹਿਲਣ ਤੋਂ ਰੁਕਣ ਤੱਕ ਮਾਊਸ ਮੋਡ ਵਿੱਚ ਫੋਕਸ ਬਦਲਾਅ ਵਿੱਚ ਦੇਰੀ"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "ਕੇਵਲ ਥੰਮਨੇਲ ਹੀ" msgstr "ਕੇਵਲ ਥੰਮਨੇਲ ਹੀ"
@@ -81,12 +83,10 @@ msgid "Activities Overview"
msgstr "ਸਰਗਰਮੀ ਝਲਕ" msgstr "ਸਰਗਰਮੀ ਝਲਕ"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:113
#| msgid "Add to Favorites"
msgid "Favorites" msgid "Favorites"
msgstr "ਪਸੰਦੀਦਾ" msgstr "ਪਸੰਦੀਦਾ"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
#| msgid "Application"
msgid "Applications" msgid "Applications"
msgstr "ਐਪਲੀਕੇਸ਼ਨ" msgstr "ਐਪਲੀਕੇਸ਼ਨ"
@@ -161,6 +161,10 @@ msgid ""
"as such it has little functionality on its own.\n" "as such it has little functionality on its own.\n"
"Nevertheless it's possible to customize the greeting message." "Nevertheless it's possible to customize the greeting message."
msgstr "" msgstr ""
"Example ਦਾ ਮਕਸਦ ਸ਼ੈਲ ਲਈ ਇੱਕ ਵਧੀਆ ਕੰਮ ਕਰਦੀ ਇਕਸਟੈਸ਼ਨ ਬਣਾਉਣ ਦੀ ਉਦਾਹਰਨ ਦੇਣਾ ਹੈ ਅਤੇ "
"ਇਸ ਦਾ "
"ਖੁਦ ਕੋਈ ਬਹੁਤਾ ਕੰਮ ਨਹੀਂ ਹੈ।\n"
"ਫੇਰ ਵੀ ਸਵਾਗਤੀ ਸੁਨੇਹੇ ਨੂੰ ਬਦਲਣਾ ਸੰਭਵ ਹੈ।"
#: ../extensions/example/prefs.js:36 #: ../extensions/example/prefs.js:36
msgid "Message:" msgid "Message:"
@@ -176,6 +180,11 @@ msgid ""
"aspect ratio, and consolidating them further to reduce the bounding box. " "aspect ratio, and consolidating them further to reduce the bounding box. "
"This setting applies only with the natural placement strategy." "This setting applies only with the natural placement strategy."
msgstr "" msgstr ""
"ਸਕਰੀਨ ਆਕਾਰ ਅਨੁਪਾਤ ਨੂੰ ਧਿਆਨ ਵਿੱਚ ਰੱਖ ਕੇ ਵਿੰਡੋ ਥੰਮਨੇਲ ਨੂੰ ਰੱਖ ਕੇ ਹੋਰ ਸਕਰੀਨ ਵਰਤਣ "
"ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰੋ ਅਤੇ "
"ਉਹਨਾਂ ਨੂੰ ਬਾਊਂਡ ਬਕਸ ਘਟਾਉਣ ਲਈ ਹੋਰ ਵੀ ਸੰਘਣਾ ਕਰੋ। ਇਹ ਸੈਟਿੰਗ ਕੇਵਲ ਸੁਭਾਵਿਕ ਥਾਂ "
"ਨੀਤੀ ਨਾਲ ਹੀ "
"ਲਾਗੂ ਹੁੰਦੀ ਹੈ।"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top" msgid "Place window captions on top"
@@ -188,9 +197,8 @@ msgid ""
"restarting the shell to have any effect." "restarting the shell to have any effect."
msgstr "" msgstr ""
"ਜੇ ਚੋਣ ਕੀਤੀ ਤਾਂ ਵਿੰਡੋ ਸੁਰਖੀਆਂ ਨੂੰ ਅਨੁਸਾਰੀ ਥੰਮਨੇਲ ਉੱਤੇ ਰੱਖਿਆ ਜਾਂਦਾ ਹੈ, ਜੋ ਕਿ " "ਜੇ ਚੋਣ ਕੀਤੀ ਤਾਂ ਵਿੰਡੋ ਸੁਰਖੀਆਂ ਨੂੰ ਅਨੁਸਾਰੀ ਥੰਮਨੇਲ ਉੱਤੇ ਰੱਖਿਆ ਜਾਂਦਾ ਹੈ, ਜੋ ਕਿ "
"ਸ਼ੈਲ ਮੂਲ ਰੂਪ (ਹੇਠਾਂ) " "ਸ਼ੈਲ ਮੂਲ ਰੂਪ (ਹੇਠਾਂ) ਰੱਖਣ "
"ਰੱਖਣ ਨੂੰ ਅਣਡਿੱਠਾ ਕਰਦਾ ਹੈ। ਇਹ ਸੈਟਿੰਗ ਬਦਲਾਅ ਦੇ ਚਾਲੂ ਹੋਣ ਲਈ ਸ਼ੈਲ ਨੂੰ ਮੁੜ-ਚਾਲੂ ਕਰਨ " "ਨੂੰ ਅਣਡਿੱਠਾ ਕਰਦਾ ਹੈ। ਇਹ ਸੈਟਿੰਗ ਬਦਲਾਅ ਦੇ ਚਾਲੂ ਹੋਣ ਲਈ ਸ਼ੈਲ ਨੂੰ ਮੁੜ-ਚਾਲੂ ਕਰਨ ਦੀ "
"ਦੀ "
"ਲੋੜ ਹੈ।" "ਲੋੜ ਹੈ।"
#: ../extensions/places-menu/extension.js:78 #: ../extensions/places-menu/extension.js:78
@@ -213,7 +221,6 @@ msgid "Home"
msgstr "ਘਰ" msgstr "ਘਰ"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:286
#| msgid "Browse network"
msgid "Browse Network" msgid "Browse Network"
msgstr "ਨੈੱਟਵਰਕ ਝਲਕ ਵੇਖੋ" msgstr "ਨੈੱਟਵਰਕ ਝਲਕ ਵੇਖੋ"
@@ -278,6 +285,10 @@ msgstr "ਸਭ ਬੰਦ ਕਰੋ"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "ਵਰਕਸਪੇਸ ਇੰਡੀਕੇਟਰ" msgstr "ਵਰਕਸਪੇਸ ਇੰਡੀਕੇਟਰ"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "ਵਿੰਡੋਜ਼ ਲਿਸਟ"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "ਵਿੰਡੋਜ਼ ਗਰੁੱਪ ਕਦੋਂ ਬਣਾਉਣਾ ਹੈ" msgstr "ਵਿੰਡੋਜ਼ ਗਰੁੱਪ ਕਦੋਂ ਬਣਾਉਣਾ ਹੈ"
+8 -2
View File
@@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions\n" "Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-15 02:40+0200\n" "POT-Creation-Date: 2013-09-23 20:36+0200\n"
"PO-Revision-Date: 2013-09-15 02:42+0200\n" "PO-Revision-Date: 2013-09-15 02:42+0200\n"
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n" "Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
"Language-Team: Polish <gnomepl@aviary.pl>\n" "Language-Team: Polish <gnomepl@aviary.pl>\n"
@@ -61,6 +61,12 @@ msgstr ""
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Obszary robocze tylko na pierwszym monitorze" 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 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Tylko miniatury" msgstr "Tylko miniatury"
@@ -89,7 +95,7 @@ msgstr "Ekran podglądu"
msgid "Favorites" msgid "Favorites"
msgstr "Ulubione" msgstr "Ulubione"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Programy" msgstr "Programy"
+328 -62
View File
@@ -1,23 +1,102 @@
# gnome-shell-extensions' Portuguese translation. # gnome-shell-extensions' Portuguese translation.
# Copyright © 2011 gnome-shell-extensions # Copyright © 2011 gnome-shell-extensions
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# Duarte Loreto <happyguy_pt@hotmail.com>, 2011. # Duarte Loreto <happyguy_pt@hotmail.com>, 2011.
# # Fernando Carvalho <phaetonkde@gmail.com>, 2013.
# António Lima <amrlima@gmail.com>, 2013.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0\n" "Project-Id-Version: 3.10\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: \n"
"shell&keywords=I18N+L10N&component=extensions\n" "POT-Creation-Date: 2013-10-13 12:24+0100\n"
"POT-Creation-Date: 2011-04-01 16:40+0000\n" "PO-Revision-Date: 2013-10-12 20:42+0000\n"
"PO-Revision-Date: 2011-04-02 00:20+0000\n" "Last-Translator: António Lima <amrlima@gmail.com>\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n" "Language-Team: gnome_pt@yahoogroups.com\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
"Language: pt\n" "Language: pt\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"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 #: ../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 "" msgid ""
"A list of strings, each containing an application id (desktop file name), " "A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number" "followed by a colon and the workspace number"
@@ -25,78 +104,265 @@ msgstr ""
"Uma lista de expressões, cada uma contendo o id de uma aplicação (nome do " "Uma lista de expressões, cada uma contendo o id de uma aplicação (nome do "
"ficheiro desktop), seguido de dois pontos e o número da área de trabalho" "ficheiro desktop), seguido de dois pontos e o número da área de trabalho"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2 #: ../extensions/auto-move-windows/prefs.js:55
msgid "Application and workspace list" msgid "Application"
msgstr "Lista de aplicações e áreas de trabalho" msgstr "Aplicação"
#: ../extensions/dock/extension.js:116 #: ../extensions/auto-move-windows/prefs.js:64
msgid "Drag here to add favorites" #: ../extensions/auto-move-windows/prefs.js:106
msgstr "Arrastar para aqui para adicionar favoritos" msgid "Workspace"
msgstr "Área de Trabalho"
#: ../extensions/dock/extension.js:417 #: ../extensions/auto-move-windows/prefs.js:80
msgid "New Window" msgid "Add rule"
msgstr "Nova Janela" msgstr "Adicionar regra"
#: ../extensions/dock/extension.js:419 #: ../extensions/auto-move-windows/prefs.js:94
msgid "Quit Application" msgid "Create new matching rule"
msgstr "Sair da Aplicação" msgstr "Criar uma nova regra de correspondência"
#: ../extensions/dock/extension.js:424 #: ../extensions/auto-move-windows/prefs.js:98
msgid "Remove from Favorites" msgid "Add"
msgstr "Remover dos Favoritos" msgstr "Adicionar"
#: ../extensions/dock/extension.js:425 #: ../extensions/drive-menu/extension.js:73
msgid "Add to Favorites" #, c-format
msgstr "Adicionar aos Favoritos" msgid "Ejecting drive '%s' failed:"
msgstr "Falha ao ejetar a unidade '%s':"
#: ../extensions/example/extension.js:11 #: ../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
msgid "Hello, world!" msgid "Hello, world!"
msgstr "Olá, mundo!" msgstr "Olá, mundo!"
#: ../extensions/gajim/extension.js:219 #: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
#, c-format msgid "Alternative greeting text."
msgid "%s is away." msgstr "Texto de saudação alternativo."
msgstr "%s está ausente."
#: ../extensions/gajim/extension.js:222 #: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
#, c-format msgid ""
msgid "%s is offline." "If not empty, it contains the text that will be shown when clicking on the "
msgstr "%s está desligado." "panel."
msgstr ""
"Se não estiver vazio, contém o texto que será apresentado ao se clicar no "
"painel."
#: ../extensions/gajim/extension.js:225 #. TRANSLATORS: Example is the name of the extension, should not be
#, c-format #. translated
msgid "%s is online." #: ../extensions/example/prefs.js:30
msgstr "%s está ligado." 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/gajim/extension.js:228 #: ../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
#, c-format #, c-format
msgid "%s is busy." msgid "Failed to launch \"%s\""
msgstr "%s está ocupado." msgstr "Falha ao iniciar \"%s\""
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Computador"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Página Inicial"
#: ../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/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "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/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "Theme name" msgid "Theme name"
msgstr "Nome do tema" msgstr "Nome do tema"
#: ../extensions/xrandr-indicator/extension.js:26 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "Normal" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Normal" msgstr "O nome do tema, a ser lido de ~/.themes/name/gnome-shell"
#: ../extensions/xrandr-indicator/extension.js:27 #: ../extensions/window-list/extension.js:92
msgid "Left" msgid "Close"
msgstr "Esquerda" msgstr "Fechar"
#: ../extensions/xrandr-indicator/extension.js:28 #: ../extensions/window-list/extension.js:102
msgid "Right" msgid "Unminimize"
msgstr "Direita" msgstr "Desminimizar"
#: ../extensions/xrandr-indicator/extension.js:29 #: ../extensions/window-list/extension.js:103
msgid "Upside-down" msgid "Minimize"
msgstr "Pernas para o ar" msgstr "Minimizar"
#: ../extensions/xrandr-indicator/extension.js:78 #: ../extensions/window-list/extension.js:109
msgid "Configure display settings..." msgid "Unmaximize"
msgstr "Configurar as definições de ecrã..." msgstr "Desmaximizar"
#: ../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 "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"
+9 -5
View File
@@ -15,16 +15,16 @@ msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-09-15 00:43+0000\n" "POT-Creation-Date: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-14 21:50-0300\n" "PO-Revision-Date: 2013-09-23 07:34-0300\n"
"Last-Translator: Enrico Nicoletto <liverig@gmail.com>\n" "Last-Translator: Rafael Ferreira <rafael.f.f1@gmail.com>\n"
"Language-Team: Brazilian Portuguese <gnome-pt_br-list@gnome.org>\n" "Language-Team: Brazilian Portuguese <gnome-pt_br-list@gnome.org>\n"
"Language: pt_BR\n" "Language: pt_BR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 1.5.4\n" "X-Generator: Poedit 1.5.7\n"
"X-Project-Style: gnome\n" "X-Project-Style: gnome\n"
#: ../data/gnome-classic.desktop.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
@@ -65,6 +65,10 @@ msgstr ""
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Espaços de trabalho apenas no monitor primário" 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"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Somente miniatura" msgstr "Somente miniatura"
@@ -93,7 +97,7 @@ msgstr "Panorama de atividades"
msgid "Favorites" msgid "Favorites"
msgstr "Favoritos" msgstr "Favoritos"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Aplicativos" msgstr "Aplicativos"
+31 -55
View File
@@ -7,19 +7,17 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions gnome-3-0\n" "Project-Id-Version: gnome-shell-extensions gnome-3-0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&keywords=I18N+L10N&component=extensions\n"
"shell&keywords=I18N+L10N&component=extensions\n" "POT-Creation-Date: 2013-09-23 14:27+0000\n"
"POT-Creation-Date: 2013-09-03 10:36+0000\n" "PO-Revision-Date: 2013-09-24 12:21+0300\n"
"PO-Revision-Date: 2013-09-04 00:58+0300\n" "Last-Translator: Yuri Myasoedov <omerta13@yandex.ru>\n"
"Last-Translator: Stas Solovey <whats_up@tut.by>\n"
"Language-Team: Русский <gnome-cyr@gnome.org>\n" "Language-Team: Русский <gnome-cyr@gnome.org>\n"
"Language: ru\n" "Language: ru\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" "X-Generator: Poedit 1.5.7\n"
"X-Generator: Gtranslator 2.91.6\n"
#: ../data/gnome-classic.desktop.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1 #: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -43,20 +41,21 @@ msgid "Attach modal dialog to the parent window"
msgstr "Прикреплять модальное диалоговое окно к родительскому окну" msgstr "Прикреплять модальное диалоговое окно к родительскому окну"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
msgid "" msgid "This key overrides the key in org.gnome.mutter when running GNOME Shell."
"This key overrides the key in org.gnome.mutter when running GNOME Shell." msgstr "Этот ключ переопределяет ключ в org.gnome.mutter при запуске GNOME Shell."
msgstr ""
"Этот ключ переопределяет ключ в org.gnome.mutter при запуске GNOME Shell."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "" msgstr "Автоматически изменять размеры окна при перемещении окна к краям экрана"
"Автоматически изменять размеры окна при перемещении окна к краям экрана"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Рабочие места только на основном мониторе" msgstr "Рабочие места только на основном мониторе"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "Задержка изменения фокуса в режиме мыши после остановки указателя"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Только миниатюры" msgstr "Только миниатюры"
@@ -85,7 +84,7 @@ msgstr "Обзор"
msgid "Favorites" msgid "Favorites"
msgstr "Избранное" msgstr "Избранное"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Приложения" msgstr "Приложения"
@@ -94,12 +93,8 @@ msgid "Application and workspace list"
msgstr "Приложение и список рабочих областей" msgstr "Приложение и список рабочих областей"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2 #: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid "" msgid "A list of strings, each containing an application id (desktop file name), followed by a colon and the workspace number"
"A list of strings, each containing an application id (desktop file name), " msgstr "Список строк, содержащих идентификатор приложения (имя desktop-файла), за которым следует двоеточие и номер рабочего места"
"followed by a colon and the workspace number"
msgstr ""
"Список строк, содержащих идентификатор приложения (имя desktop-файла), за "
"которым следует двоеточие и номер рабочего места"
#: ../extensions/auto-move-windows/prefs.js:55 #: ../extensions/auto-move-windows/prefs.js:55
msgid "Application" msgid "Application"
@@ -144,23 +139,17 @@ msgid "Alternative greeting text."
msgstr "Альтернативный текст приветствия." msgstr "Альтернативный текст приветствия."
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2 #: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
msgid "" msgid "If not empty, it contains the text that will be shown when clicking on the panel."
"If not empty, it contains the text that will be shown when clicking on the " msgstr "Если строка не пуста, то содержащийся в ней текст будет показан при нажатии на панель."
"panel."
msgstr ""
"Если строка не пуста, то содержащийся в ней текст будет показан при нажатии "
"на панель."
#. TRANSLATORS: Example is the name of the extension, should not be #. TRANSLATORS: Example is the name of the extension, should not be
#. translated #. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and as such it has little functionality on its own.\n"
"as such it has little functionality on its own.\n"
"Nevertheless it's possible to customize the greeting message." "Nevertheless it's possible to customize the greeting message."
msgstr "" msgstr ""
"Цель расширения Example — показать, как создавать расширения для Shell, само " "Цель расширения Example — показать, как создавать расширения для Shell, само по себе оно имеет малую функциональность.\n"
"по себе оно имеет малую функциональность.\n"
"Тем не менее, можно настроить приветственное сообщение." "Тем не менее, можно настроить приветственное сообщение."
#: ../extensions/example/prefs.js:36 #: ../extensions/example/prefs.js:36
@@ -172,29 +161,16 @@ msgid "Use more screen for windows"
msgstr "Использовать дополнительную область экрана для окон" msgstr "Использовать дополнительную область экрана для окон"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
msgid "" 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."
"Try to use more screen for placing window thumbnails by adapting to screen " msgstr "Использовать дополнительную область экрана для расположения миниатюр, изменяя соотношение сторон экрана и уплотняя размещение для уменьшения размеров ограничивающей рамки. Этот параметр применяется только при использовании алгоритма расположения миниатюр «natural»."
"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 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top" msgid "Place window captions on top"
msgstr "Размещать заголовки окон сверху" msgstr "Размещать заголовки окон сверху"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
msgid "" msgid "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."
"If true, place window captions on top the respective thumbnail, overriding " msgstr "Если выбрано, то заголовки будет располагаться в верхней части миниатюры (по умолчанию заголовки располагаются снизу). При изменении этого параметра, чтобы оно вступило в силу, необходимо перезапустить Shell."
"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:78
#: ../extensions/places-menu/extension.js:81 #: ../extensions/places-menu/extension.js:81
@@ -282,18 +258,17 @@ msgstr "Закрыть все"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Индикатор рабочей области" msgstr "Индикатор рабочей области"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Список окон"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "Когда группировать окна" msgstr "Когда группировать окна"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
msgid "" msgid "Decides when to group windows from the same application on the window list. Possible values are \"never\", \"auto\" and \"always\"."
"Decides when to group windows from the same application on the window list. " msgstr "Определяет, когда группировать окна одного и того же приложения в списке окон. Возможные значения: «never» — никогда; «auto» — автоматически; «always» — всегда."
"Possible values are \"never\", \"auto\" and \"always\"."
msgstr ""
"Определяет, когда группировать окна одного и того же приложения в списке "
"окон. Возможные значения: «never» — никогда; «auto» — автоматически; "
"«always» — всегда."
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/prefs.js:30
msgid "Window Grouping" msgid "Window Grouping"
@@ -323,3 +298,4 @@ msgstr "Название"
#, c-format #, c-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Рабочая область %d" msgstr "Рабочая область %d"
+14 -11
View File
@@ -1,16 +1,16 @@
# Slovak translation for gnome-shell-extensions. # Slovak translation for gnome-shell-extensions.
# Copyright (C) 2012 Free Software Foundation, Inc. # Copyright (C) 2012-2013 Free Software Foundation, Inc.
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# Pavol Klačanský <pavol@klacansky.com>, 2012. # Pavol Klačanský <pavol@klacansky.com>, 2012.
# Dušan Kazik <prescott66@gmail.com>, 2012. # Dušan Kazik <prescott66@gmail.com>, 2012, 2013.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions\n" "Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-09-15 00:43+0000\n" "POT-Creation-Date: 2013-09-27 14:18+0000\n"
"PO-Revision-Date: 2013-08-21 12:30+0100\n" "PO-Revision-Date: 2013-09-27 17:42+0100\n"
"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n" "Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
"Language-Team: Slovak <gnome-sk-list@gnome.org>\n" "Language-Team: Slovak <gnome-sk-list@gnome.org>\n"
"Language: sk\n" "Language: sk\n"
@@ -62,6 +62,12 @@ msgstr ""
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Pracovné priestory iba na primárnom monitore" 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í"
# RadioButton label # RadioButton label
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
@@ -96,7 +102,7 @@ msgid "Favorites"
msgstr "Obľúbené" msgstr "Obľúbené"
# TreeViewColumn # TreeViewColumn
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Aplikácie" msgstr "Aplikácie"
@@ -142,7 +148,7 @@ msgstr "Pridať"
# https://bugzilla.gnome.org/show_bug.cgi?id=687590 # https://bugzilla.gnome.org/show_bug.cgi?id=687590
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:73
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Zlyhalo vysúvanie jednotky „%s“:" msgstr "Zlyhalo vysúvanie jednotky „%s“:"
@@ -176,8 +182,6 @@ msgid ""
msgstr "Obsahuje text, ktorý bude zobrazený po kliknutí na panel." msgstr "Obsahuje text, ktorý bude zobrazený po kliknutí na panel."
# PM: podľa mňa chýba preklad druhej časti prvej vety # 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 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -231,7 +235,7 @@ msgid "Places"
msgstr "Miesta" msgstr "Miesta"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:56
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "Zlyhalo spustenie „%s“" msgstr "Zlyhalo spustenie „%s“"
@@ -326,7 +330,6 @@ msgid "Workspace Indicator"
msgstr "Indikátor pracovného priestoru" msgstr "Indikátor pracovného priestoru"
#: ../extensions/window-list/extension.js:743 #: ../extensions/window-list/extension.js:743
#| msgid "Window Grouping"
msgid "Window List" msgid "Window List"
msgstr "Zoznam okien" msgstr "Zoznam okien"
@@ -370,6 +373,6 @@ msgstr "Názov"
# store label # store label
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:186
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Pracovný priestor č. %d" msgstr "Pracovný priestor č. %d"
+13 -3
View File
@@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-08-19 18:52+0000\n" "POT-Creation-Date: 2013-09-23 18:38+0000\n"
"PO-Revision-Date: 2013-08-19 21:53+0100\n" "PO-Revision-Date: 2013-09-23 21:09+0100\n"
"Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n" "Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
"Language-Team: Slovenian GNOME Translation Team <gnome-si@googlegroups.com>\n" "Language-Team: Slovenian GNOME Translation Team <gnome-si@googlegroups.com>\n"
"Language: sl_SI\n" "Language: sl_SI\n"
@@ -58,6 +58,12 @@ msgstr "Omogoči prilagajanje velikosti okna ob dotiku robov zaslona"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Delovne površine so le na osnovnem zaslonu" 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 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Le sličice" msgstr "Le sličice"
@@ -86,7 +92,7 @@ msgstr "Pregled dejavnosti"
msgid "Favorites" msgid "Favorites"
msgstr "Priljubljeno" msgstr "Priljubljeno"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Programi" msgstr "Programi"
@@ -280,6 +286,10 @@ msgstr "Zapri vse"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Kazalnik delovnih površin" 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 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "Kdaj naj se okna združujejo" msgstr "Kdaj naj se okna združujejo"
+17 -10
View File
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-08-25 15:34+0000\n" "POT-Creation-Date: 2013-09-27 14:18+0000\n"
"PO-Revision-Date: 2013-09-04 06:29+0200\n" "PO-Revision-Date: 2013-10-05 06:14+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n" "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <gnom@prevod.org>\n" "Language-Team: Serbian <gnom@prevod.org>\n"
"Language: sr\n" "Language: sr\n"
@@ -49,13 +49,17 @@ msgstr ""
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Укључује поплочавање ивице приликом отпуштања прозора на ивицама екрана" msgstr ""
"Укључује поплочавање ивице приликом отпуштања прозора на ивицама екрана"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid "Workspace Indicator"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Радни простори само на примарном монитору" msgstr "Радни простори само на примарном монитору"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "Застој првог плана се мења у режиму миша док се показивач не заустави"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Само сличице" msgstr "Само сличице"
@@ -84,7 +88,7 @@ msgstr "Преглед активности"
msgid "Favorites" msgid "Favorites"
msgstr "Омиљено" msgstr "Омиљено"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Програми" msgstr "Програми"
@@ -122,7 +126,7 @@ msgid "Add"
msgstr "Додај" msgstr "Додај"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:73
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Нисам успео да избацим уређај „%s“:" msgstr "Нисам успео да избацим уређај „%s“:"
@@ -149,8 +153,6 @@ msgid ""
msgstr "" msgstr ""
"Уколико упишете текст овде, он ће бити приказан када кликнете на панел." "Уколико упишете текст овде, он ће бити приказан када кликнете на панел."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -199,7 +201,7 @@ msgid "Places"
msgstr "Места" msgstr "Места"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:56
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "Нисам успео да покренем „%s“" msgstr "Нисам успео да покренем „%s“"
@@ -277,6 +279,11 @@ msgstr "Затвори све"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Показатељ радних простора" msgstr "Показатељ радних простора"
#: ../extensions/window-list/extension.js:743
#| msgid "Window Grouping"
msgid "Window List"
msgstr "Списак прозора"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "Када груписати прозоре" msgstr "Када груписати прозоре"
@@ -315,6 +322,6 @@ msgid "Name"
msgstr "Назив" msgstr "Назив"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:186
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "%d. радни простор" msgstr "%d. радни простор"
+17 -10
View File
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-08-25 15:34+0000\n" "POT-Creation-Date: 2013-09-27 14:18+0000\n"
"PO-Revision-Date: 2013-09-04 06:29+0200\n" "PO-Revision-Date: 2013-10-05 06:14+0200\n"
"Last-Translator: Miroslav Nikolić <miroslavnikolic@rocketmail.com>\n" "Last-Translator: Miroslav Nikolić <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <gnom@prevod.org>\n" "Language-Team: Serbian <gnom@prevod.org>\n"
"Language: sr\n" "Language: sr\n"
@@ -49,13 +49,17 @@ msgstr ""
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Uključuje popločavanje ivice prilikom otpuštanja prozora na ivicama ekrana" msgstr ""
"Uključuje popločavanje ivice prilikom otpuštanja prozora na ivicama ekrana"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid "Workspace Indicator"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Radni prostori samo na primarnom monitoru" msgstr "Radni prostori samo na primarnom 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 "Zastoj prvog plana se menja u režimu miša dok se pokazivač ne zaustavi"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Samo sličice" msgstr "Samo sličice"
@@ -84,7 +88,7 @@ msgstr "Pregled aktivnosti"
msgid "Favorites" msgid "Favorites"
msgstr "Omiljeno" msgstr "Omiljeno"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Programi" msgstr "Programi"
@@ -122,7 +126,7 @@ msgid "Add"
msgstr "Dodaj" msgstr "Dodaj"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:73
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Nisam uspeo da izbacim uređaj „%s“:" msgstr "Nisam uspeo da izbacim uređaj „%s“:"
@@ -149,8 +153,6 @@ msgid ""
msgstr "" msgstr ""
"Ukoliko upišete tekst ovde, on će biti prikazan kada kliknete na panel." "Ukoliko upišete tekst ovde, on će biti prikazan kada kliknete na panel."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -199,7 +201,7 @@ msgid "Places"
msgstr "Mesta" msgstr "Mesta"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:56
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "Nisam uspeo da pokrenem „%s“" msgstr "Nisam uspeo da pokrenem „%s“"
@@ -277,6 +279,11 @@ msgstr "Zatvori sve"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Pokazatelj radnih prostora" msgstr "Pokazatelj radnih prostora"
#: ../extensions/window-list/extension.js:743
#| msgid "Window Grouping"
msgid "Window List"
msgstr "Spisak prozora"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "Kada grupisati prozore" msgstr "Kada grupisati prozore"
@@ -315,6 +322,6 @@ msgid "Name"
msgstr "Naziv" msgstr "Naziv"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:186
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "%d. radni prostor" msgstr "%d. radni prostor"
+55 -30
View File
@@ -1,22 +1,24 @@
# Tamil translation for gnome-shell-extensions. # Tamil translation for gnome-shell-extensions.
# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER # Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# தங்கமணி அருண் <thangam.arunx@gmail.com>, 2013.
# #
# தங்கமணி அருண் <thangam.arunx@gmail.com>, 2013.
# Shantha kumar <shkumar@redhat.com>, 2013.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-08-19 13:01+0000\n" "POT-Creation-Date: 2013-11-10 03:36+0000\n"
"PO-Revision-Date: 2013-09-03 16:00+0530\n" "PO-Revision-Date: 2013-11-25 14:00+0530\n"
"Last-Translator: Shantha kumar <shkumar@redhat.com>\n" "Last-Translator: Shantha kumar <shkumar@redhat.com>\n"
"Language-Team: Tamil <ta@li.org>\n" "Language-Team: Tamil <>\n"
"Language: ta\n" "Language: ta\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\n" "X-Generator: Lokalize 1.5\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
#: ../data/gnome-classic.desktop.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1 #: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -43,17 +45,25 @@ msgstr "சேய் உரையாடலை பெற்றோர் சா
msgid "" msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell." "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr "" msgstr ""
"இந்த திறப்பானது GNOME செல்லை இயக்கும் போது, org.gnome.mutter இல் உள்ள திறப்பைப் " "இந்த திறப்பானது GNOME செல்லை இயக்கும் போது, org.gnome.mutter இல் உள்ள "
"திறப்பைப் "
"புறக்கணிக்கிறது." "புறக்கணிக்கிறது."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "சாளரங்களை திரை விளிம்புகளில் விடும் போது, விளிம்பு சட்டமாக்கலை செயற்படுத்து" msgstr ""
"சாளரங்களை திரை விளிம்புகளில் விடும் போது, விளிம்பு சட்டமாக்கலை செயற்படுத்து"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "முதன்மை திரையில் மட்டும் பணியிடங்கள்" msgstr "முதன்மை திரையில் மட்டும் பணியிடங்கள்"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr ""
"சொடுக்கி பயன்முறையில் சுட்டி நகர்வது நிற்கும் வரை கவனப் பகுதி மாறுவதைத் "
"தாமதிக்கவும்"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "சிறுபடம் மட்டும்" msgstr "சிறுபடம் மட்டும்"
@@ -82,7 +92,7 @@ msgstr "செயல்பாடுகளின் கண்ணோட்ட
msgid "Favorites" msgid "Favorites"
msgstr "பிடித்தவை" msgstr "பிடித்தவை"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "பயன்பாடுகள்" msgstr "பயன்பாடுகள்"
@@ -95,7 +105,8 @@ msgid ""
"A list of strings, each containing an application id (desktop file name), " "A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number" "followed by a colon and the workspace number"
msgstr "" msgstr ""
"பயன்பாட்டு id (பணிமேடை கோப்பு பெயர்), அதைத்தொடர்ந்து ஒரு முக்காற் குறி மற்றும் பணியிட " "பயன்பாட்டு id (பணிமேடை கோப்பு பெயர்), அதைத்தொடர்ந்து ஒரு முக்காற் குறி "
"மற்றும் பணியிட "
"எண் ஆகியவற்றைக் கொண்டிருக்கும் சரங்களின் பட்டியல்" "எண் ஆகியவற்றைக் கொண்டிருக்கும் சரங்களின் பட்டியல்"
#: ../extensions/auto-move-windows/prefs.js:55 #: ../extensions/auto-move-windows/prefs.js:55
@@ -120,7 +131,7 @@ msgid "Add"
msgstr "சேர்" msgstr "சேர்"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:73
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "இயக்கியை '%s' வெளித்தள்ளுவதில் தோல்வியடைந்தது:" msgstr "இயக்கியை '%s' வெளித்தள்ளுவதில் தோல்வியடைந்தது:"
@@ -145,19 +156,20 @@ msgid ""
"If not empty, it contains the text that will be shown when clicking on the " "If not empty, it contains the text that will be shown when clicking on the "
"panel." "panel."
msgstr "" msgstr ""
"காலியாக இல்லாவிட்டால், பலகத்தின் மீது சொடுக்கும் போது காண்பிக்கப்படும் உரையைக் " "காலியாக இல்லாவிட்டால், பலகத்தின் மீது சொடுக்கும் போது காண்பிக்கப்படும் "
"உரையைக் "
"கொண்டிருக்கும்." "கொண்டிருக்கும்."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n" "as such it has little functionality on its own.\n"
"Nevertheless it's possible to customize the greeting message." "Nevertheless it's possible to customize the greeting message."
msgstr "" msgstr ""
"செல்லுக்கான சிறப்பாக செயல்படும் நீட்சிகளை எப்படி திறம்பட கட்டமைப்பது என்பதைக் காண்பிப்பதே " "செல்லுக்கான சிறப்பாக செயல்படும் நீட்சிகளை எப்படி திறம்பட கட்டமைப்பது என்பதைக் "
"Example இன் குறிக்கோளாகும் மேலும் அதுவும் மிகக் குறைந்த செயலம்சத்தையே கொண்டுள்ளது.\n" "காண்பிப்பதே "
"Example இன் குறிக்கோளாகும் மேலும் அதுவும் மிகக் குறைந்த செயலம்சத்தையே "
"கொண்டுள்ளது.\n"
"இருப்பினும், வாழ்த்துச்செய்தியை தனிப்பயனாக்கம் செய்யமுடியும்." "இருப்பினும், வாழ்த்துச்செய்தியை தனிப்பயனாக்கம் செய்யமுடியும்."
#: ../extensions/example/prefs.js:36 #: ../extensions/example/prefs.js:36
@@ -174,9 +186,12 @@ msgid ""
"aspect ratio, and consolidating them further to reduce the bounding box. " "aspect ratio, and consolidating them further to reduce the bounding box. "
"This setting applies only with the natural placement strategy." "This setting applies only with the natural placement strategy."
msgstr "" msgstr ""
"திரையின் தன்மை விகிதத்திற்கு ஏற்ப தகவமைப்பதன் மூலமும் சாளர சிறுபடங்களை உட்கொண்டிருக்கும் " "திரையின் தன்மை விகிதத்திற்கு ஏற்ப தகவமைப்பதன் மூலமும் சாளர சிறுபடங்களை "
"பெட்டியை மேலும் குறைப்பதற்காக அவற்றை வகைபிரித்தமைப்பதன் மூலமும் சாளர சிறுபடங்களை " "உட்கொண்டிருக்கும் "
"வைப்பதற்கு அதிக திரையைப் பயன்படுத்தவும். இந்த அமைவு இயல்பான இடவமைத்தல் உத்திக்கு மட்டுமே " "பெட்டியை மேலும் குறைப்பதற்காக அவற்றை வகைபிரித்தமைப்பதன் மூலமும் சாளர "
"சிறுபடங்களை "
"வைப்பதற்கு அதிக திரையைப் பயன்படுத்தவும். இந்த அமைவு இயல்பான இடவமைத்தல் "
"உத்திக்கு மட்டுமே "
"பொருந்தும்." "பொருந்தும்."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
@@ -189,30 +204,33 @@ msgid ""
"shell default of placing it at the bottom. Changing this setting requires " "shell default of placing it at the bottom. Changing this setting requires "
"restarting the shell to have any effect." "restarting the shell to have any effect."
msgstr "" msgstr ""
"true என இருப்பின், சாளர தலைப்புகளை அடிப்பகுதியில் வைக்கும் செல்லின் முன்னிருப்பான " "true என இருப்பின், சாளர தலைப்புகளை அடிப்பகுதியில் வைக்கும் செல்லின் "
"குணத்தைப் புறக்கணித்து, சாளர தலைப்புகளை அந்தந்த சிறுபடத்தின் மேல் பகுதியில் வைக்கும். இந்த " "முன்னிருப்பான "
"அமைவில் மாற்றம் செய்தால், மாற்றம் விளைவை ஏற்படத்த செல்லை மறுதொடக்கம் செய்ய வேண்டும்." "குணத்தைப் புறக்கணித்து, சாளர தலைப்புகளை அந்தந்த சிறுபடத்தின் மேல் பகுதியில் "
"வைக்கும். இந்த "
"அமைவில் மாற்றம் செய்தால், மாற்றம் விளைவை ஏற்படுத்த செல்லை மறுதொடக்கம் செய்ய "
"வேண்டும்."
#: ../extensions/places-menu/extension.js:78 #: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81 #: ../extensions/places-menu/extension.js:81
msgid "Places" msgid "Places"
msgstr "இடங்கள்" msgstr "இடங்கள்"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:58
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "\"%s\" ஐத் தொடங்குவதில் தோல்வியடைந்தது" msgstr "\"%s\" ஐத் தொடங்குவதில் தோல்வியடைந்தது"
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:100
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:123
msgid "Computer" msgid "Computer"
msgstr "கணினி" msgstr "கணினி"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:201
msgid "Home" msgid "Home"
msgstr "இல்லம்" msgstr "இல்லம்"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:288
msgid "Browse Network" msgid "Browse Network"
msgstr "பிணையத்தை உலாவு" msgstr "பிணையத்தை உலாவு"
@@ -277,6 +295,11 @@ msgstr "அனைத்தையும் மூடு"
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "பணியிடம் காட்டி" msgstr "பணியிடம் காட்டி"
#: ../extensions/window-list/extension.js:743
#| msgid "Window Grouping"
msgid "Window List"
msgstr "சாளர பட்டியல்"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "சாளரங்களை எப்பொழுது குழுவாக்க வேண்டும்" msgstr "சாளரங்களை எப்பொழுது குழுவாக்க வேண்டும்"
@@ -286,8 +309,10 @@ msgid ""
"Decides when to group windows from the same application on the window list. " "Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"." "Possible values are \"never\", \"auto\" and \"always\"."
msgstr "" msgstr ""
"சாளர பட்டியலில், ஒரே பயன்பாட்டுக்கு உரிய சாளரங்களை எப்போது குழுவாக்க வேண்டும் என " "சாளர பட்டியலில், ஒரே பயன்பாட்டுக்கு உரிய சாளரங்களை எப்போது குழுவாக்க வேண்டும் "
"முடிவுச்செய்கிறது. சாத்தியமான மதிப்புகள் \"ஒருபோதும் வேண்டாம்\", \"தானாக\" மற்றும் " "என "
"முடிவுச்செய்கிறது. சாத்தியமான மதிப்புகள் \"ஒருபோதும் வேண்டாம்\", \"தானாக\" "
"மற்றும் "
"\"எப்பொழுதும்\"." "\"எப்பொழுதும்\"."
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/prefs.js:30
@@ -315,7 +340,7 @@ msgid "Name"
msgstr "பெயர்" msgstr "பெயர்"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:186
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "பணியிடம் %d" msgstr "பணியிடம் %d"
+287 -203
View File
@@ -2,271 +2,355 @@
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER # Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# Praveen Illa <mail2ipn@gmail.com>, 2011. # Praveen Illa <mail2ipn@gmail.com>, 2011.
# # Krishnababu Krothapalli <kkrothap@redhat.com>, 2013.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2011-09-19 17:46+0000\n" "POT-Creation-Date: 2013-11-25 08:31+0000\n"
"PO-Revision-Date: 2011-09-25 15:01+0530\n" "PO-Revision-Date: 2013-10-01 04:16-0400\n"
"Last-Translator: Praveen Illa <mail2ipn@gmail.com>\n" "Last-Translator: Krishnababu Krothapalli <kkrothap@redhat.com>\n"
"Language-Team: Telugu <indlinux-telugu@lists.sourceforge.net>\n" "Language-Team: Telugu <kde-i18n-doc@kde.org>\n"
"Language: te\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Zanata 3.1.2\n"
#: ../extensions/alternative-status-menu/extension.js:44 #: ../data/gnome-classic.desktop.in.h:1
msgid "Notifications" #: ../data/gnome-classic.session.desktop.in.in.h:1
msgstr "ప్రకటనలు" msgid "GNOME Classic"
msgstr "గ్నోమ్ క్లాసిక్"
#: ../extensions/alternative-status-menu/extension.js:52 #: ../data/gnome-classic.desktop.in.h:2
msgid "Online Accounts" msgid "This session logs you into GNOME Classic"
msgstr "ఆన్‌లైన్ ఖాతాలు" msgstr "ఈ సెషన్ గ్నోమ్‌ క్లాసిక్ లోనికి లాగ్ చేస్తుంది"
#: ../extensions/alternative-status-menu/extension.js:56 #: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "System Settings" msgid "GNOME Shell Classic"
msgstr "వ్యవస్థ అమరికలు" msgstr "గ్నోమ్ షెల్ క్లాసిక్"
#: ../extensions/alternative-status-menu/extension.js:63 #: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Lock Screen" msgid "Window management and application launching"
msgstr "తెరకు తాళంవేయి" msgstr "కిటికీ నిర్వాహణ మరియు అనువర్తనము ప్రారంభించుట"
#: ../extensions/alternative-status-menu/extension.js:68 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Switch User" msgid "Attach modal dialog to the parent window"
msgstr "వాడుకరిని మార్చు" msgstr "పేరెంట్ విండోనకు మోడల్ డైలాగ్ అనుబందించు"
#: ../extensions/alternative-status-menu/extension.js:73 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
msgid "Log Out..."
msgstr "నిష్క్రమించు..."
#: ../extensions/alternative-status-menu/extension.js:81
msgid "Suspend"
msgstr "తాత్కాలికంగా నిలిపివేయి"
#: ../extensions/alternative-status-menu/extension.js:87
msgid "Hibernate"
msgstr "సుప్తావస్థ"
#: ../extensions/alternative-status-menu/extension.js:93
msgid "Power Off..."
msgstr "విద్యుత్ ఆపు..."
#: ../extensions/alternate-tab/extension.js:44
msgid "" msgid ""
"This is the first time you use the Alternate Tab extension. \n" "This key overrides the key in org.gnome.mutter when running GNOME Shell."
"Please choose your preferred behaviour:\n" msgstr "గ్నోమ్ షెల్ నందు నడుచునప్పుడు ఈ కీ org.gnome.mutter నందలి కీను వోవర్‌రైడ్ చేయును."
"\n"
"All & Thumbnails:\n" #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
" This mode presents all applications from all workspaces in one " msgid "Enable edge tiling when dropping windows on screen edges"
"selection \n" msgstr "తెర అంచులనందు విండోలను విడువునప్పుడు ఎడ్జ్ టైటిలింగ్ చేతనం చేయి"
" list. Instead of using the application icon of every window, it uses "
"small \n" #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
" thumbnails resembling the window itself. \n" msgid "Workspaces only on primary monitor"
"\n" msgstr "ప్రాధమిక మానిటర్ పైని కార్యక్షేత్రాలు మాత్రమే"
"Workspace & Icons:\n"
" This mode let's you switch between the applications of your current \n" #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
" workspace and gives you additionally the option to switch to the last " msgid "Delay focus changes in mouse mode until the pointer stops moving"
"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 "" msgstr ""
#: ../extensions/alternate-tab/extension.js:269 #: ../extensions/alternate-tab/prefs.js:20
msgid "Alt Tab Behaviour" msgid "Thumbnail only"
msgstr "" msgstr "థంబ్‌నెయిల్ మాత్రమే"
#: ../extensions/alternate-tab/extension.js:285 #: ../extensions/alternate-tab/prefs.js:21
msgid "All & Thumbnails" msgid "Application icon only"
msgstr "అన్నీ & చిరుచిత్రాలు" msgstr "అనువర్తనం ప్రతిమ మాత్రమే"
#: ../extensions/alternate-tab/extension.js:292 #: ../extensions/alternate-tab/prefs.js:22
msgid "Workspace & Icons" msgid "Thumbnail and application icon"
msgstr "కార్యక్షేత్రం & ప్రతీకలు" msgstr "థంబ్‌నెయిల్ మరియు అనువర్తనం ప్రతిమ"
#: ../extensions/alternate-tab/extension.js:299 #: ../extensions/alternate-tab/prefs.js:37
msgid "Native" msgid "Present windows as"
msgstr "" msgstr "విండోలు ఇలా ప్రజంట్ చేయి"
#: ../extensions/alternate-tab/extension.js:306 #: ../extensions/alternate-tab/prefs.js:62
msgid "Cancel" msgid "Show only windows in the current workspace"
msgstr "రద్దుచేయి" msgstr "‌విండోలను ప్రస్తుత పనిస్థలం నందు మాత్రమే చూపుము"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1 #: ../extensions/apps-menu/extension.js:39
msgid "Ask the user for a default behaviour if true." msgid "Activities Overview"
msgstr "" msgstr "కార్యకలాపాల పై పై పరిశీలనను చూపించు"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2 #: ../extensions/apps-menu/extension.js:113
msgid "Indicates if Alternate Tab is newly installed" msgid "Favorites"
msgstr "" msgstr "ఇష్టాలు"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:3 #: ../extensions/apps-menu/extension.js:282
msgid "" msgid "Applications"
"Sets the Alt-Tab behaviour. Possible values are: native, all_thumbnails and " msgstr "అనువర్తనాలు"
"workspace_icons."
msgstr ""
#: ../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 #: ../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 "" msgid ""
"A list of strings, each containing an application id (desktop file name), " "A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number" "followed by a colon and the workspace number"
msgstr "" msgstr ""
"స్ట్రింగ్స్ జాబితా, ప్రతిదీ వొక అనువర్తనం ఐడి (డిస్కుటాప్ ఫైల్ పేరు)ను, వెంటనే కోలన్ మరియు పనిస్థలం సంఖ్యతో"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2 #: ../extensions/auto-move-windows/prefs.js:55
msgid "Application and workspace list" msgid "Application"
msgstr "అనువర్తన మరియు కార్యక్షేత్రాల జాబితా" msgstr "అనువర్తన"
#: ../extensions/dock/extension.js:486 #: ../extensions/auto-move-windows/prefs.js:64
msgid "Drag here to add favorites" #: ../extensions/auto-move-windows/prefs.js:106
msgstr "ఇష్టాంశాలకు జతచేయడానికి ఇక్కడ లాగి వదలండి" msgid "Workspace"
msgstr "పనిస్థలం"
#: ../extensions/dock/extension.js:820 #: ../extensions/auto-move-windows/prefs.js:80
msgid "New Window" msgid "Add rule"
msgstr "కొత్త విండో" msgstr "నియమాన్ని జతచేయి"
#: ../extensions/dock/extension.js:822 #: ../extensions/auto-move-windows/prefs.js:94
msgid "Quit Application" msgid "Create new matching rule"
msgstr "అనువర్తనము నిష్క్రమించు" msgstr "పోల్చే నియమం కొత్తది సృష్టించు"
#: ../extensions/dock/extension.js:827 #: ../extensions/auto-move-windows/prefs.js:98
msgid "Remove from Favorites" msgid "Add"
msgstr "ఇష్టాంశాల నుండి తీసివేయి" msgstr "చేర్చు"
#: ../extensions/dock/extension.js:828 #: ../extensions/drive-menu/extension.js:73
msgid "Add to Favorites" msgid "Ejecting drive '%s' failed:"
msgstr "ఇష్టాంశాలకు జతచేయి" msgstr "'%s' డ్రైవ్ బయటకునెట్టుట విఫలమైంది:"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:1 #: ../extensions/drive-menu/extension.js:90
msgid "Autohide duration" msgid "Removable devices"
msgstr "స్వయంగాదాగు నిడివి" msgstr "తీసివేయదగ్గ పరికరాలు"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:2 #: ../extensions/drive-menu/extension.js:117
msgid "Autohide effect" msgid "Open File"
msgstr "స్వయందాగు ప్రభావం" msgstr "ఫైలు తెరువు"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:3 #: ../extensions/example/extension.js:17
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!" msgid "Hello, world!"
msgstr "హలో, ప్రపంచమా!" msgstr "హలో, ప్రపంచమా!"
#: ../extensions/gajim/extension.js:227 #: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
#, c-format msgid "Alternative greeting text."
msgid "%s is away." msgstr "ప్రత్యామ్నాయ గ్రీటింగ్ పాఠం."
msgstr "%s దూరంగావున్నారు."
#: ../extensions/gajim/extension.js:230 #: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
#, c-format msgid ""
msgid "%s is offline." "If not empty, it contains the text that will be shown when clicking on the "
msgstr "%s ఆఫ్‌లైనులోవున్నారు." "panel."
msgstr "ఒకవేళ ఖాళీ కాకపోతే, అది పానల్ పైన నొక్కినప్పుడు చూపించబడు పాఠం కలిగివుంటుంది."
#: ../extensions/gajim/extension.js:233 #: ../extensions/example/prefs.js:30
#, c-format msgid ""
msgid "%s is online." "Example aims to show how to build well behaved extensions for the Shell and "
msgstr "%s ఆన్‌లైనులోవున్నారు." "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:236 #: ../extensions/example/prefs.js:36
#, c-format msgid "Message:"
msgid "%s is busy." msgstr "సందేశం:"
msgstr "%s తీరికలేకుండావున్నారు."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "" msgid "Use more screen for windows"
"If true, place window captions on top the respective thumbnail, overriding " msgstr "విండోల కొరకు ఎక్కువ తెరను వాడు"
"shell default of placing it at the bottom. Changing this setting requires "
"restarting the shell to have any effect."
msgstr ""
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
msgid "Place window captions on top"
msgstr ""
#: ../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/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
msgid "" msgid ""
"Try to use more screen for placing window thumbnails by adapting to screen " "Try to use more screen for placing window thumbnails by adapting to screen "
"aspect ratio, and consolidating them further to reduce the bounding box. " "aspect ratio, and consolidating them further to reduce the bounding box. "
"This setting applies only with the natural placement strategy." "This setting applies only with the natural placement strategy."
msgstr "" msgstr ""
"స్క్రీన్ ఏస్పెక్ట్ రేషియో ను ఆపాదించుకుంటూ విండో థంబ్‌నెయిల్స్ వుంచుటకు మరింత స్క్రీన్‌ వుపయోగించుటకు "
"ప్రయత్నించుము, మరియు వాటిని ఇంకా వొకటిగా కూర్చుతూ బౌండింగ్ బాక్స్ తగ్గించు. ఈ అమర్పులు నాచురల్ "
"ప్లేస్‌మెంట్ స్ట్రాటజీ తో మాత్రమే వర్తించబడును."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:5 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Use more screen for windows" msgid "Place window captions on top"
msgstr "విండోొరకు ఎక్కువ తెరను వాడు" msgstr "విండో కాప్షన్లను పైన వుంచుము"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:6 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
msgid "Window placement strategy" 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
msgid "Places"
msgstr "స్థలములు"
#: ../extensions/places-menu/placeDisplay.js:58
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
msgid "Home"
msgstr "నివాసం"
#: ../extensions/places-menu/placeDisplay.js:288
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 #: ../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 "థీము యొక్క పేరు ~/.themes/name/gnome-shell నుండి ఎక్కించబడును"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "Theme name" msgid "Theme name"
msgstr "థీము పేరు" msgstr "థీము పేరు"
#: ../extensions/xrandr-indicator/extension.js:26 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "Normal" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "సాధారణ" msgstr "థీము యొక్క పేరు ~/.themes/name/gnome-shell నుండి ఎక్కించబడును"
#: ../extensions/xrandr-indicator/extension.js:27 #: ../extensions/window-list/extension.js:92
msgid "Left" msgid "Close"
msgstr "ఎడమ"
#: ../extensions/xrandr-indicator/extension.js:28
msgid "Right"
msgstr "కుడి"
#: ../extensions/xrandr-indicator/extension.js:29
msgid "Upside-down"
msgstr "" msgstr ""
#: ../extensions/xrandr-indicator/extension.js:78 #: ../extensions/window-list/extension.js:102
msgid "Configure display settings..." msgid "Unminimize"
msgstr "ప్రదర్శన అమరికలను స్వరూపించు..." 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
#, fuzzy
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
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 "అమర్పులు ప్రదర్శించు"
+9 -4
View File
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-09-15 00:43+0000\n" "POT-Creation-Date: 2013-09-23 10:19+0000\n"
"PO-Revision-Date: 2013-09-16 15:16+0500\n" "PO-Revision-Date: 2013-09-23 15:24+0500\n"
"Last-Translator: Victor Ibragimov <victor.ibragimov@gmail.com>\n" "Last-Translator: Victor Ibragimov <victor.ibragimov@gmail.com>\n"
"Language-Team: Tajik <tg@li.org>\n" "Language-Team: Tajik <tg@li.org>\n"
"Language: tg\n" "Language: tg\n"
@@ -56,6 +56,12 @@ msgstr ""
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Фазоҳои корӣ танҳо дар монитори асосӣ" msgstr "Фазоҳои корӣ танҳо дар монитори асосӣ"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr ""
"Ҳангоми истифодаи муш таъхири фокус тағйир меёбад, то он вақте ки курсор "
"намеистад"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "Танҳо тасвирҳои пешнамоишӣ" msgstr "Танҳо тасвирҳои пешнамоишӣ"
@@ -84,7 +90,7 @@ msgstr "Хулосаи фаъолият"
msgid "Favorites" msgid "Favorites"
msgstr "Баргузидаҳо" msgstr "Баргузидаҳо"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "Барномаҳо" msgstr "Барномаҳо"
@@ -281,7 +287,6 @@ msgid "Workspace Indicator"
msgstr "Нишондиҳандаи фазои кор" msgstr "Нишондиҳандаи фазои кор"
#: ../extensions/window-list/extension.js:743 #: ../extensions/window-list/extension.js:743
#| msgid "Window Grouping"
msgid "Window List" msgid "Window List"
msgstr "Рӯйхати равзанаҳо" msgstr "Рӯйхати равзанаҳо"
+315
View File
@@ -0,0 +1,315 @@
# Thai 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.
# Kittiphong Meesawat <ktphong@elec.kku.ac.th>, 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-01 19:55+0700\n"
"Last-Translator: Kittiphong Meesawat <ktphong@elec.kku.ac.th>\n"
"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
"Language: th\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: 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 คลาสสิก"
#: ../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 "ให้พื้นที่ทำงานอยู่บนหน้าจอหลักเท่านั้น"
#: ../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
#, 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
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 ""
#: ../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:58
#, javascript-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
msgid "Home"
msgstr "บ้าน"
#: ../extensions/places-menu/placeDisplay.js:288
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
#, javascript-format
msgid "Workspace %d"
msgstr "พื้นที่ทำงาน %d"
+374
View File
@@ -0,0 +1,374 @@
# Turkish translation for gnome-shell-extensions.
# Copyright (C) 2012 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
# Osman Karagöz <osmank3@gmail.com>, 2012.
# Muhammet Kara <muhammetk@gmail.com>, 2013, 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-02-05 09:01+0000\n"
"PO-Revision-Date: 2014-02-05 12:07+0200\n"
"Last-Translator: Muhammet Kara <muhammetk@gmail.com>\n"
"Language-Team: Türkçe <gnome-turk@gnome.org>\n"
"Language: tr\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: 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 Klasik"
#: ../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 "Klasik GNOME Kabuğu"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Pencere yönetimi ve uygulama başlatma"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Yardımcı iletişim penceresini üst pencereye iliştir"
#: ../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 ""
"Bu anahtar, GNOME Shell çalışırken org.gnome.mutter içindeki anahtarı "
"geçersiz kılar."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr ""
"Pencereler ekran kenarlarında bırakıldığında kenar döşemeyi etkinleştir"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid "Workspace Indicator"
msgid "Workspaces only on primary monitor"
msgstr "Çalışma alanları sadece birincil ekranda"
#: ../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 ""
"Fare kipinde odak değişikliklerini işaretçi hareketi durana kadar beklet"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Sadece küçük resim"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Sadece uygulama simgesi"
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Küçük resim ve uygulama simgesi"
#: ../extensions/alternate-tab/prefs.js:37
#, fuzzy
msgid "Present windows as"
msgstr "Şimdiki pencereler olarak"
#: ../extensions/alternate-tab/prefs.js:62
#, fuzzy
msgid "Show only windows in the current workspace"
msgstr "Pencereleri sadece bu çalışma alanında göster"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Etkinlikler Genel Görünümü"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Gözdeler"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Uygulamalar"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Uygulama ve çalışma alanı listesi"
#: ../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 "Uygulama"
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "Çalışma Alanı"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "Kural ekle"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "Yeni bir eşleşme kuralı oluştur"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "Ekle"
#: ../extensions/drive-menu/extension.js:106
msgid "Ejecting drive '%s' failed:"
msgstr "'%s' sürücüsü çıkarılamadı:"
#: ../extensions/drive-menu/extension.js:123
msgid "Removable devices"
msgstr "Çıkarılabilir cihazlar"
#: ../extensions/drive-menu/extension.js:150
msgid "Open File"
msgstr "Dosya Aç"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
msgstr "Merhaba dünya!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "Alternatif karşılama metni."
#: ../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 ""
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Mesaj:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
#, fuzzy
msgid "Use more screen for windows"
msgstr "Pencereler için birden fazla ekran kullan"
#: ../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 "Pencere başlığını üste yerleştir"
#: ../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 "Yerler"
#: ../extensions/places-menu/placeDisplay.js:58
msgid "Failed to launch \"%s\""
msgstr "\"%s\" başlatılamadı"
#: ../extensions/places-menu/placeDisplay.js:100
#: ../extensions/places-menu/placeDisplay.js:123
msgid "Computer"
msgstr "Bilgisayar"
#: ../extensions/places-menu/placeDisplay.js:201
msgid "Home"
msgstr "Başlangıç"
#: ../extensions/places-menu/placeDisplay.js:288
msgid "Browse Network"
msgstr "Ağa Gözat"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "İşlemci"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Bellek"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "Tema adı"
#: ../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 konumundan edinilen tema adı"
#: ../extensions/window-list/extension.js:94
msgid "Close"
msgstr "Kapat"
#: ../extensions/window-list/extension.js:104
msgid "Unminimize"
msgstr ""
#: ../extensions/window-list/extension.js:105
msgid "Minimize"
msgstr ""
#: ../extensions/window-list/extension.js:111
msgid "Unmaximize"
msgstr ""
#: ../extensions/window-list/extension.js:112
msgid "Maximize"
msgstr ""
#: ../extensions/window-list/extension.js:272
msgid "Minimize all"
msgstr ""
#: ../extensions/window-list/extension.js:280
msgid "Unminimize all"
msgstr ""
#: ../extensions/window-list/extension.js:288
msgid "Maximize all"
msgstr ""
#: ../extensions/window-list/extension.js:297
msgid "Unmaximize all"
msgstr ""
#: ../extensions/window-list/extension.js:306
msgid "Close all"
msgstr "Hepsini kapat"
#: ../extensions/window-list/extension.js:593
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Çalışma Alanı Belirteci"
#: ../extensions/window-list/extension.js:745
#| msgid "Window Grouping"
msgid "Window List"
msgstr "Pencere Listesi"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Pencerelerin ne zaman gruplanacağı"
#: ../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\"."
msgstr ""
"Pencere listesinde aynı uygulamaların ne zaman gruplanacağına karar verir. "
"Geçerli değerler \"hiçbir zaman\", \"otomatik\" ve \"herzaman\" dır."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Pencere Gruplama"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Pencereleri hiçbir zaman gruplandırma"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Yer kısıtlı olduğunda pencereleri grupla"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Pencereleri her zaman gruplandır"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Çalışma alanı adları:"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "İsim"
#: ../extensions/workspace-indicator/prefs.js:186
msgid "Workspace %d"
msgstr "Çalışma Alanı %d"
#~ msgid "Suspend"
#~ msgstr "Uyku"
#~ msgid "Hibernate"
#~ msgstr "Derin Uyku"
#~ msgid "Power Off"
#~ msgstr "Kapat"
#~ msgid "Enable suspending"
#~ msgstr "Uykuyu etkinleştir"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "Bekle menü düğmesinin görünürlüğünü kontrol et"
#~ msgid "Enable hibernating"
#~ msgstr "Derin uykuyu etkileştir"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "Derin Uyku menü düğmesinin görünürlüğünü kontrol et"
#~ msgid "Normal"
#~ msgstr "Normal"
#~ msgid "Left"
#~ msgstr "Sol"
#~ msgid "Right"
#~ msgstr "Sağ"
#~ msgid "Upside-down"
#~ msgstr "Baş aşağı"
#~ msgid "Display"
#~ msgstr "Görüntü"
#~ msgid "Display Settings"
#~ msgstr "Görüntü Ayarları"
#~ msgid "The application icon mode."
#~ msgstr "Uygulama simge kipi"
#~ msgid "Devices"
#~ msgstr "Cihazlar"
#~ msgid "Bookmarks"
#~ msgstr "Yer imleri"
#~ msgid "Network"
#~ msgstr "Ağ"
#~ msgid "File System"
#~ msgstr "Dosya Sistemi"
+433 -237
View File
@@ -2,143 +2,100 @@
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER # Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# Alexandr Toorchyn <ilex@mail.ua>, 2011. # Alexandr Toorchyn <ilex@mail.ua>, 2011.
# # Daniel Korostil <ted.korostiled@gmail.com>, 2013, 2014.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-12-05 13:11+0200\n" "POT-Creation-Date: 2014-02-09 23:19+0200\n"
"PO-Revision-Date: 2011-12-04 17:49+0400\n" "PO-Revision-Date: 2014-02-09 23:19+0300\n"
"Last-Translator: Alexandr Toorchyn <ilex@mail.ua>\n" "Last-Translator: Daniel Korostil <ted.korostiled@gmail.com>\n"
"Language-Team: Ukrainian <uk@li.org>\n" "Language-Team: linux.org.ua\n"
"Language: uk\n" "Language: uk\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Virtaal 0.7.1\n"
"X-Project-Style: gnome\n"
#: ../extensions/alternative-status-menu/extension.js:44 #: ../data/gnome-classic.desktop.in.h:1
msgid "Notifications" #: ../data/gnome-classic.session.desktop.in.in.h:1
msgstr "Сповіщення" msgid "GNOME Classic"
msgstr "Класичний GNOME"
#: ../extensions/alternative-status-menu/extension.js:52 #: ../data/gnome-classic.desktop.in.h:2
msgid "Online Accounts" msgid "This session logs you into GNOME Classic"
msgstr "Мережеві облікові записи" msgstr "Це — сеанс входу в класичний GNOME"
#: ../extensions/alternative-status-menu/extension.js:56 #: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "System Settings" msgid "GNOME Shell Classic"
msgstr "Системні параметри" msgstr "Класична оболонка GNOME"
#: ../extensions/alternative-status-menu/extension.js:63 #: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Lock Screen" msgid "Window management and application launching"
msgstr "Заблокувати екран" msgstr "Керування вікнами і запускання програм"
#: ../extensions/alternative-status-menu/extension.js:68 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Switch User" msgid "Attach modal dialog to the parent window"
msgstr "Змінити користувача" msgstr "Приєднати модальне вікно до батьківського вікна"
#: ../extensions/alternative-status-menu/extension.js:73 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
msgid "Log Out..."
msgstr "Вийти…"
#: ../extensions/alternative-status-menu/extension.js:81
msgid "Suspend"
msgstr "Режим очікування"
#: ../extensions/alternative-status-menu/extension.js:87
msgid "Hibernate"
msgstr "Сплячий режим"
#: ../extensions/alternative-status-menu/extension.js:93
msgid "Power Off..."
msgstr "Вимкнути…"
#: ../extensions/alternate-tab/extension.js:54
msgid "" msgid ""
"This is the first time you use the Alternate Tab extension. \n" "This key overrides the key in org.gnome.mutter when running GNOME Shell."
"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 "" msgstr ""
"Розширення Alternate Tab використовується вперше. \n" "Цей ключ нехтує ключем у org.gnome.mutter, коли запущено оболонку GNOME."
"Виберіть потрібний режим:\n"
"\n"
"Все і ескізи:\n"
" У цьому режимі всі програми з усіх стільниць перебувають в одному \n"
" списку. Замість того, щоб використовувати піктограму програми з кожного \n"
" вікна, він використовує невеликий ескіз, що нагадує саме вікно. \n"
"\n"
"Робочий простір і піктограми:\n"
" Цей режим дозволяє вам перемикатися між програмами поточного \n"
" робочого простору і дає можливість перемикатись до останнього "
"використаного \n"
" програмою попереднього робочого простору. Ця програма, якщо доступна, "
"завжди \n"
" показується останнім символом у списку і відокремлена роздільником/"
"вертикальною лінією. \n"
" Кожне вікно зображується піктограмою програми. \n"
"\n"
"Якщо бажаєте повернутися до типових налаштувань для Alt-Tab "
"перемикача, просто\n"
"вимкнути розширення з extensions.gnome.org або в додаткових параметрах ."
#: ../extensions/alternate-tab/extension.js:295 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Alt Tab Behaviour" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Режим Alt Tab" msgstr "Увімкнути розбиття країв, коли кладуться вікна на краї екрана"
#: ../extensions/alternate-tab/extension.js:311 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "All & Thumbnails" msgid "Workspaces only on primary monitor"
msgstr "Все і мініатюри" msgstr "Робочий простір лише на основному моніторі"
#: ../extensions/alternate-tab/extension.js:318 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Workspace & Icons" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "Робочий простір та піктограми" msgstr "Затримувати зміни фокусу миші, поки вказівник не перестане рухатись"
#: ../extensions/alternate-tab/extension.js:325 #: ../extensions/alternate-tab/prefs.js:20
msgid "Cancel" msgid "Thumbnail only"
msgstr "Скасувати" msgstr "Тільки мініатюри"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:1 #: ../extensions/alternate-tab/prefs.js:21
msgid "Ask the user for a default behaviour if true." msgid "Application icon only"
msgstr "Якщо вибрано, запитувати користувача про типову поведінку." msgstr "Тільки піктограми програми"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:2 #: ../extensions/alternate-tab/prefs.js:22
msgid "Indicates if Alternate Tab is newly installed" msgid "Thumbnail and application icon"
msgstr "Вказує якщо недавно встановлено розширення Alternate Tab" msgstr "Мініатюри та піктограми програм"
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:3 #: ../extensions/alternate-tab/prefs.js:37
msgid "" msgid "Present windows as"
"Sets the Alt-Tab behaviour. Possible values are: native, all_thumbnails and " msgstr "Представляти вікна як"
"workspace_icons."
msgstr ""
"Встановлює режим Alt Tab. Можливі значення: native, all_thumbnails і"
"workspace_icons."
#: ../extensions/alternate-tab/org.gnome.shell.extensions.alternate-tab.gschema.xml.in.h:4 #: ../extensions/alternate-tab/prefs.js:62
msgid "The alt tab behaviour." msgid "Show only windows in the current workspace"
msgstr "Поведінка Alt Tab" 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 #: ../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 "" msgid ""
"A list of strings, each containing an application id (desktop file name), " "A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number" "followed by a colon and the workspace number"
@@ -146,165 +103,404 @@ msgstr ""
"Список рядків, що містять ідентифікатор програми (назва файла стільниці)," "Список рядків, що містять ідентифікатор програми (назва файла стільниці),"
"двокрапка і номер робочого простору" "двокрапка і номер робочого простору"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2 #: ../extensions/auto-move-windows/prefs.js:55
msgid "Application and workspace list" msgid "Application"
msgstr "Програма і список робочих просторів" msgstr "Програма"
#: ../extensions/dock/extension.js:570 #: ../extensions/auto-move-windows/prefs.js:64
msgid "Drag here to add favorites" #: ../extensions/auto-move-windows/prefs.js:106
msgstr "Перетягніть, щоб додати в улюблене" msgid "Workspace"
msgstr "Робочий простір"
#: ../extensions/dock/extension.js:903 #: ../extensions/auto-move-windows/prefs.js:80
msgid "New Window" msgid "Add rule"
msgstr "Створити вікно" msgstr "Додати правило"
#: ../extensions/dock/extension.js:905 #: ../extensions/auto-move-windows/prefs.js:94
msgid "Quit Application" msgid "Create new matching rule"
msgstr "Закрити програму" msgstr "Створити нове відповідне правило"
#: ../extensions/dock/extension.js:910 #: ../extensions/auto-move-windows/prefs.js:98
msgid "Remove from Favorites" msgid "Add"
msgstr "Вилучити з улюбленого" msgstr "Додати"
#: ../extensions/dock/extension.js:911 #: ../extensions/drive-menu/extension.js:106
msgid "Add to Favorites" #, javascript-format
msgstr "Додати до улюбленого" msgid "Ejecting drive '%s' failed:"
msgstr "Не вдалося витягнути пристрій «%s»:"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:1 #: ../extensions/drive-menu/extension.js:123
msgid "Autohide duration" msgid "Removable devices"
msgstr "Таймер автоматичне приховування" msgstr "Змінні пристрої"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:2 #: ../extensions/drive-menu/extension.js:150
msgid "Autohide effect" msgid "Open File"
msgstr "Ефект автоматичне приховування" msgstr "Відкрити Файли"
#: ../extensions/dock/org.gnome.shell.extensions.dock.gschema.xml.in.h:3 #: ../extensions/example/extension.js:17
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 ""
"Встановлює ефект приховування панелі. Можливі значення: «resize» або "
"«rescale»"
#: ../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 ""
"Вказує перебування панелі на екрані. Можливі значення: «right» або "
"«left»"
#: ../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!" msgid "Hello, world!"
msgstr "Привіт, світе!" msgstr "Привіт, світе!"
#: ../extensions/gajim/extension.js:227 #: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
#, c-format msgid "Alternative greeting text."
msgid "%s is away." msgstr "Додатковий вітальний текст."
msgstr "%s відійшов."
#: ../extensions/gajim/extension.js:230 #: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
#, c-format msgid ""
msgid "%s is offline." "If not empty, it contains the text that will be shown when clicking on the "
msgstr "%s поза мережею." "panel."
msgstr ""
"Якщо це поле не порожнє, воно містить текст, який буде показуватись, коли "
"натискаєте на панель."
#: ../extensions/gajim/extension.js:233 #: ../extensions/example/prefs.js:30
#, c-format msgid ""
msgid "%s is online." "Example aims to show how to build well behaved extensions for the Shell and "
msgstr "%s в мережі." "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:236 #: ../extensions/example/prefs.js:36
#, c-format msgid "Message:"
msgid "%s is busy." msgstr "Надпис:"
msgstr "%s зайнятий"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "" msgid "Use more screen for windows"
"If true, place window captions on top the respective thumbnail, overriding " msgstr "Використовувати додаткову площу екрана для вікон"
"shell default of placing it at the bottom. Changing this setting requires "
"restarting the shell to have any effect."
msgstr ""
"Якщо вибрано, розташовувати заголовки вікон у верхній частині мініатюр, а не "
"в нижній, як це робиться типово. Зміна цього параметра вимагає "
"перезапуску оболонки, щоб зміна вступила в силу."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
msgid "Place window captions on top"
msgstr "Розміщувати заголовки вікон зверху"
#: ../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 ""
"Алгоритм, що використовується для розташування мініатюр. 'grid' — "
"використовувати алгоритм сіткового розташування типово, 'natural' "
"— використовувати інший алгоритм, який частіше показує стан і "
"розміри поточного вікна."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
msgid "" msgid ""
"Try to use more screen for placing window thumbnails by adapting to screen " "Try to use more screen for placing window thumbnails by adapting to screen "
"aspect ratio, and consolidating them further to reduce the bounding box. " "aspect ratio, and consolidating them further to reduce the bounding box. "
"This setting applies only with the natural placement strategy." "This setting applies only with the natural placement strategy."
msgstr "" msgstr ""
"Намагатися використовувати додаткову площу екрана для розташування мініатюр, " "Намагатися використовувати додаткову площу екрана для розташування мініатюр, "
"змінюючи відношення сторін екрана і ущільнюючи розміщення з метою " "змінюючи відношення сторін екрана і ущільнюючи розміщення з метою зменшення "
"зменшення розмірів обмежувальної рамки. Цей параметр застосовується тільки для " "розмірів обмежувальної рамки. Цей параметр застосовується тільки для "
"алгоритму розміщенням мініатюр «natural»." "алгоритму розміщенням мініатюр «natural»."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:5 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Use more screen for windows" msgid "Place window captions on top"
msgstr "Використовувати додаткову площу екрана для вікон" msgstr "Розміщувати заголовки вікон зверху"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:6 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
msgid "Window placement strategy" msgid ""
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."
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 #: ../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 "Назва теми, що завантажується з ~/.themes/name/gnome-shell"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "Theme name" msgid "Theme name"
msgstr "Назва теми" msgstr "Назва теми"
#: ../extensions/xrandr-indicator/extension.js:26 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "Normal" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Звичайний" msgstr "Назва теми, що завантажується з ~/.themes/name/gnome-shell"
#: ../extensions/xrandr-indicator/extension.js:27 #: ../extensions/window-list/extension.js:94
msgid "Left" msgid "Close"
msgstr "Вліво" msgstr "Закрити"
#: ../extensions/xrandr-indicator/extension.js:28 #: ../extensions/window-list/extension.js:104
msgid "Right" msgid "Unminimize"
msgstr "Вправо" msgstr "Відновити згорнуте"
#: ../extensions/xrandr-indicator/extension.js:29 #: ../extensions/window-list/extension.js:105
msgid "Upside-down" msgid "Minimize"
msgstr "На 180 градусів" msgstr "Згорнути"
#: ../extensions/xrandr-indicator/extension.js:78 #: ../extensions/window-list/extension.js:111
msgid "Configure display settings..." msgid "Unmaximize"
msgstr "Налаштувати параметри екрана…" msgstr "Відновити розгорнуте"
#: ../extensions/window-list/extension.js:112
msgid "Maximize"
msgstr "Розгорнути"
#: ../extensions/window-list/extension.js:272
msgid "Minimize all"
msgstr "Згорнути все"
#: ../extensions/window-list/extension.js:280
msgid "Unminimize all"
msgstr "Відновити все згорнуте"
#: ../extensions/window-list/extension.js:288
msgid "Maximize all"
msgstr "Розгорнути все"
#: ../extensions/window-list/extension.js:297
msgid "Unmaximize all"
msgstr "Відновити все розгорнуте"
#: ../extensions/window-list/extension.js:306
msgid "Close all"
msgstr "Закрити все"
#: ../extensions/window-list/extension.js:593
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Покажчик робочого простору"
#: ../extensions/window-list/extension.js:745
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
#, javascript-format
msgid "Workspace %d"
msgstr "Робочий простір %d"
#~ msgid "Notifications"
#~ msgstr "Сповіщення"
#~ msgid "Online Accounts"
#~ msgstr "Мережеві облікові записи"
#~ msgid "System Settings"
#~ msgstr "Системні параметри"
#~ msgid "Lock Screen"
#~ msgstr "Заблокувати екран"
#~ msgid "Switch User"
#~ msgstr "Змінити користувача"
#~ msgid "Log Out..."
#~ msgstr "Вийти…"
#~ msgid "Suspend"
#~ msgstr "Режим очікування"
#~ msgid "Hibernate"
#~ msgstr "Сплячий режим"
#~ msgid "Power Off..."
#~ msgstr "Вимкнути…"
#~ 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 ""
#~ "Розширення Alternate Tab використовується вперше. \n"
#~ "Виберіть потрібний режим:\n"
#~ "\n"
#~ "Все і ескізи:\n"
#~ " У цьому режимі всі програми з усіх стільниць перебувають в одному \n"
#~ " списку. Замість того, щоб використовувати піктограму програми з "
#~ "кожного \n"
#~ " вікна, він використовує невеликий ескіз, що нагадує саме вікно. \n"
#~ "\n"
#~ "Робочий простір і піктограми:\n"
#~ " Цей режим дозволяє вам перемикатися між програмами поточного \n"
#~ " робочого простору і дає можливість перемикатись до останнього "
#~ "використаного \n"
#~ " програмою попереднього робочого простору. Ця програма, якщо доступна, "
#~ "завжди \n"
#~ " показується останнім символом у списку і відокремлена роздільником/"
#~ "вертикальною лінією. \n"
#~ " Кожне вікно зображується піктограмою програми. \n"
#~ "\n"
#~ "Якщо бажаєте повернутися до типових налаштувань для Alt-Tab перемикача, "
#~ "просто\n"
#~ "вимкнути розширення з extensions.gnome.org або в додаткових параметрах ."
#~ msgid "Alt Tab Behaviour"
#~ msgstr "Режим Alt Tab"
#~ msgid "Cancel"
#~ msgstr "Скасувати"
#~ msgid "Ask the user for a default behaviour if true."
#~ msgstr "Якщо вибрано, запитувати користувача про типову поведінку."
#~ msgid "Indicates if Alternate Tab is newly installed"
#~ msgstr "Вказує якщо недавно встановлено розширення Alternate Tab"
#~ msgid ""
#~ "Sets the Alt-Tab behaviour. Possible values are: native, all_thumbnails "
#~ "and workspace_icons."
#~ msgstr ""
#~ "Встановлює режим Alt Tab. Можливі значення: native, all_thumbnails "
#~ "іworkspace_icons."
#~ msgid "The alt tab behaviour."
#~ msgstr "Поведінка Alt Tab"
#~ msgid "Drag here to add favorites"
#~ msgstr "Перетягніть, щоб додати в улюблене"
#~ msgid "New Window"
#~ msgstr "Створити вікно"
#~ msgid "Remove from Favorites"
#~ msgstr "Вилучити з улюбленого"
#~ msgid "Autohide duration"
#~ msgstr "Таймер автоматичне приховування"
#~ msgid "Autohide effect"
#~ msgstr "Ефект автоматичне приховування"
#~ msgid "Enable/disable autohide"
#~ msgstr "Увімкнути/вимкнути автоматичне приховування"
#~ msgid "Icon size"
#~ msgstr "Розмір піктограми"
#~ msgid "Position of the dock"
#~ msgstr "Розташування панелі"
#~ msgid "Sets icon size of the dock."
#~ msgstr "Встановлює розмір піктограми для панелі"
#~ msgid ""
#~ "Sets the effect of the hide dock. Allowed values are 'resize' or 'rescale'"
#~ msgstr ""
#~ "Встановлює ефект приховування панелі. Можливі значення: «resize» або "
#~ "«rescale»"
#~ msgid ""
#~ "Sets the position of the dock in the screen. Allowed values are 'right' "
#~ "or 'left'"
#~ msgstr ""
#~ "Вказує перебування панелі на екрані. Можливі значення: «right» або «left»"
#~ msgid "Sets the time duration of the autohide effect."
#~ 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 ""
#~ "Алгоритм, що використовується для розташування мініатюр. 'grid' — "
#~ "використовувати алгоритм сіткового розташування типово, 'natural' — "
#~ "використовувати інший алгоритм, який частіше показує стан і розміри "
#~ "поточного вікна."
#~ msgid "Window placement strategy"
#~ msgstr "Спосіб розташування вікон"
#~ msgid "Normal"
#~ msgstr "Звичайний"
#~ msgid "Left"
#~ msgstr "Вліво"
#~ msgid "Right"
#~ msgstr "Вправо"
#~ msgid "Upside-down"
#~ msgstr "На 180 градусів"
#~ msgid "Configure display settings..."
#~ msgstr "Налаштувати параметри екрана…"
+109 -73
View File
@@ -3,22 +3,24 @@
# This file is distributed under the same license as the gnome-shell-extensions package. # This file is distributed under the same license as the gnome-shell-extensions package.
# Wylmer Wang <wantinghard@gmail.com>, 2011. # Wylmer Wang <wantinghard@gmail.com>, 2011.
# Aron Xu <aronxu@gnome.org>, 2011. # Aron Xu <aronxu@gnome.org>, 2011.
# tuhaihe <1132321739qq@gmail.com>, 2012. # tuhaihe <1132321739qq@gmail.com>, 2012, 2013.
# 甘露(Gan Lu) <rhythm.gan@gmail.com>, 2013.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-07-13 21:51+0000\n" "POT-Creation-Date: 2013-11-01 13:36+0000\n"
"PO-Revision-Date: 2013-08-03 22:10+0800\n" "PO-Revision-Date: 2013-11-10 11:34+0800\n"
"Last-Translator: tuhaihe <1132321739qq@gmail.com>\n" "Last-Translator: tuhaihe <1132321739qq@gmail.com>\n"
"Language-Team: Chinese (Simplified) <i18n-zh@googlegroups.com>\n" "Language-Team: Chinese (China) <i18n-zh@googlegroups.com>\n"
"Language: \n" "Language: zh_CN\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\n" "X-Generator: Poedit 1.5.4\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../data/gnome-classic.desktop.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1 #: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -54,6 +56,10 @@ msgstr "启用将窗口拖拽到屏幕边缘时平铺显示的功能"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "仅在主显示器上显示工作区" msgstr "仅在主显示器上显示工作区"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "将鼠标模式下焦点的切换推迟到光标停止移动之后"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "仅缩略图" msgstr "仅缩略图"
@@ -74,35 +80,6 @@ msgstr "窗口展现为"
msgid "Show only windows in the current workspace" msgid "Show only windows in the current workspace"
msgstr "仅显示当前工作区中的窗口" msgstr "仅显示当前工作区中的窗口"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:125
msgid "Suspend"
msgstr "挂起"
#: ../extensions/alternative-status-menu/extension.js:128
msgid "Hibernate"
msgstr "休眠"
#: ../extensions/alternative-status-menu/extension.js:131
msgid "Power Off"
msgstr "关机"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "启用挂起"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:2
msgid "Control the visibility of the Suspend menu item"
msgstr "控制“挂起”菜单项的可见性"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "启用休眠"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:4
msgid "Control the visibility of the Hibernate menu item"
msgstr "控制“休眠”菜单项的可见性"
#: ../extensions/apps-menu/extension.js:39 #: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview" msgid "Activities Overview"
msgstr "活动概览" msgstr "活动概览"
@@ -111,7 +88,7 @@ msgstr "活动概览"
msgid "Favorites" msgid "Favorites"
msgstr "收藏" msgstr "收藏"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "应用程序" msgstr "应用程序"
@@ -147,16 +124,16 @@ msgstr "创建新的匹配规则"
msgid "Add" msgid "Add"
msgstr "添加" msgstr "添加"
#: ../extensions/drive-menu/extension.js:72 #: ../extensions/drive-menu/extension.js:73
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "弹出驱动器“%s”失败:" msgstr "弹出驱动器“%s”失败:"
#: ../extensions/drive-menu/extension.js:89 #: ../extensions/drive-menu/extension.js:90
msgid "Removable devices" msgid "Removable devices"
msgstr "可移动设备" msgstr "可移动设备"
#: ../extensions/drive-menu/extension.js:106 #: ../extensions/drive-menu/extension.js:117
msgid "Open File" msgid "Open File"
msgstr "打开文件管理器" msgstr "打开文件管理器"
@@ -174,8 +151,6 @@ msgid ""
"panel." "panel."
msgstr "如果不为空,所包含的文本会在点击面板时显示。" msgstr "如果不为空,所包含的文本会在点击面板时显示。"
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -215,33 +190,34 @@ msgstr ""
"如果设置为 true,则将窗口说明文字放置在对应窗口的缩略图上方,而不是默认的下" "如果设置为 true,则将窗口说明文字放置在对应窗口的缩略图上方,而不是默认的下"
"方。修改此设置需要重启 GNOME Shell 以使设置生效。" "方。修改此设置需要重启 GNOME Shell 以使设置生效。"
#: ../extensions/places-menu/extension.js:77 #: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places" msgid "Places"
msgstr "位置" msgstr "位置"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:58
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "无法启动“%s”" msgstr "无法启动“%s”"
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:100
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:123
msgid "Computer" msgid "Computer"
msgstr "计算机" msgstr "计算机"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:201
msgid "Home" msgid "Home"
msgstr "主文件夹" msgstr "主文件夹"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:288
msgid "Browse Network" msgid "Browse Network"
msgstr "浏览网络" msgstr "浏览网络"
#: ../extensions/systemMonitor/extension.js:213 #: ../extensions/systemMonitor/extension.js:214
msgid "CPU" msgid "CPU"
msgstr "CPU" msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:266 #: ../extensions/systemMonitor/extension.js:267
msgid "Memory" msgid "Memory"
msgstr "内存" msgstr "内存"
@@ -253,6 +229,55 @@ msgstr "主题名称"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "从 ~/.themes/name/gnome-shell 加载的主题名称" msgstr "从 ~/.themes/name/gnome-shell 加载的主题名称"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "关闭"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "取消最小化"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "最小化"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "取消最大化"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "最大化"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "全部最小化"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "全部取消最小化"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "全部最大化"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "全部取消最大化"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "全部关闭"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "工作区指示器"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "窗口列表"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "何时分组窗口" msgstr "何时分组窗口"
@@ -281,10 +306,6 @@ msgstr "当空间有限时将窗口分组"
msgid "Always group windows" msgid "Always group windows"
msgstr "总是对窗口分组" msgstr "总是对窗口分组"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "工作区指示器"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:" msgid "Workspace names:"
msgstr "工作区名称:" msgstr "工作区名称:"
@@ -294,33 +315,48 @@ msgid "Name"
msgstr "名称" msgstr "名称"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:186
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "工作区 %d" msgstr "工作区 %d"
#: ../extensions/xrandr-indicator/extension.js:30 #~ msgid "Suspend"
msgid "Normal" #~ msgstr "挂起"
msgstr "正常"
#: ../extensions/xrandr-indicator/extension.js:31 #~ msgid "Hibernate"
msgid "Left" #~ msgstr "休眠"
msgstr "左"
#: ../extensions/xrandr-indicator/extension.js:32 #~ msgid "Power Off"
msgid "Right" #~ msgstr "关机"
msgstr "右"
#: ../extensions/xrandr-indicator/extension.js:33 #~ msgid "Enable suspending"
msgid "Upside-down" #~ msgstr "启用挂起"
msgstr "上下翻转"
#: ../extensions/xrandr-indicator/extension.js:50 #~ msgid "Control the visibility of the Suspend menu item"
msgid "Display" #~ msgstr "控制“挂起”菜单项的可见性"
msgstr "显示"
#: ../extensions/xrandr-indicator/extension.js:80 #~ msgid "Enable hibernating"
msgid "Display Settings" #~ msgstr "启用休眠"
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." #~ msgid "The application icon mode."
#~ msgstr "应用程序图标模式。" #~ msgstr "应用程序图标模式。"
+37 -30
View File
@@ -6,16 +6,17 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions gnome-3-0\n" "Project-Id-Version: gnome-shell-extensions gnome-3-0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"POT-Creation-Date: 2013-08-29 21:55+0800\n" "shell&keywords=I18N+L10N&component=extensions\n"
"PO-Revision-Date: 2013-08-29 21:55+0800\n" "POT-Creation-Date: 2014-03-19 20:33+0000\n"
"PO-Revision-Date: 2014-03-22 20:05+0800\n"
"Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n" "Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n"
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n" "Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
"Language: \n" "Language: zh_TW\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\n" "X-Generator: Poedit 1.6.3\n"
#: ../data/gnome-classic.desktop.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1 #: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -51,6 +52,10 @@ msgstr "在螢幕邊緣放下視窗時啟用邊緣拼貼"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "工作區只在主要螢幕" msgstr "工作區只在主要螢幕"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "延遲滑鼠模式中焦點的改變直到指標停止移動"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "僅縮圖" msgstr "僅縮圖"
@@ -79,7 +84,7 @@ msgstr "活動概覽"
msgid "Favorites" msgid "Favorites"
msgstr "喜好" msgstr "喜好"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "應用程式" msgstr "應用程式"
@@ -114,16 +119,16 @@ msgstr "建立新的比對規則"
msgid "Add" msgid "Add"
msgstr "加入" msgstr "加入"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:106
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "裝置「%s」退出失敗:" msgstr "裝置「%s」退出失敗:"
#: ../extensions/drive-menu/extension.js:90 #: ../extensions/drive-menu/extension.js:123
msgid "Removable devices" msgid "Removable devices"
msgstr "可移除式裝置" msgstr "可移除式裝置"
#: ../extensions/drive-menu/extension.js:117 #: ../extensions/drive-menu/extension.js:150
msgid "Open File" msgid "Open File"
msgstr "開啟檔案" msgstr "開啟檔案"
@@ -141,8 +146,6 @@ msgid ""
"panel." "panel."
msgstr "若不是空的,它則包含點擊面板時會顯示的文字。" msgstr "若不是空的,它則包含點擊面板時會顯示的文字。"
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -183,21 +186,21 @@ msgstr "如果為真,在對映的縮圖頂端放置視窗說明標題,凌駕
msgid "Places" msgid "Places"
msgstr "位置" msgstr "位置"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:57
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "無法啟動「%s」" msgstr "無法啟動「%s」"
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer" msgid "Computer"
msgstr "電腦" msgstr "電腦"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:200
msgid "Home" msgid "Home"
msgstr "家目錄" msgstr "家目錄"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network" msgid "Browse Network"
msgstr "瀏覽網絡" msgstr "瀏覽網絡"
@@ -217,51 +220,55 @@ msgstr "主題名稱"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "主題的名稱,要從 ~/.themes/name/gnome-shell 載入" msgstr "主題的名稱,要從 ~/.themes/name/gnome-shell 載入"
#: ../extensions/window-list/extension.js:92 #: ../extensions/window-list/extension.js:104
msgid "Close" msgid "Close"
msgstr "關閉" msgstr "關閉"
#: ../extensions/window-list/extension.js:102 #: ../extensions/window-list/extension.js:114
msgid "Unminimize" msgid "Unminimize"
msgstr "取消最小化" msgstr "取消最小化"
#: ../extensions/window-list/extension.js:103 #: ../extensions/window-list/extension.js:115
msgid "Minimize" msgid "Minimize"
msgstr "最小化" msgstr "最小化"
#: ../extensions/window-list/extension.js:109 #: ../extensions/window-list/extension.js:121
msgid "Unmaximize" msgid "Unmaximize"
msgstr "取消最大化" msgstr "取消最大化"
#: ../extensions/window-list/extension.js:110 #: ../extensions/window-list/extension.js:122
msgid "Maximize" msgid "Maximize"
msgstr "最大化" msgstr "最大化"
#: ../extensions/window-list/extension.js:270 #: ../extensions/window-list/extension.js:294
msgid "Minimize all" msgid "Minimize all"
msgstr "全部最小化" msgstr "全部最小化"
#: ../extensions/window-list/extension.js:278 #: ../extensions/window-list/extension.js:302
msgid "Unminimize all" msgid "Unminimize all"
msgstr "全部取消最小化" msgstr "全部取消最小化"
#: ../extensions/window-list/extension.js:286 #: ../extensions/window-list/extension.js:310
msgid "Maximize all" msgid "Maximize all"
msgstr "全部最大化" msgstr "全部最大化"
#: ../extensions/window-list/extension.js:295 #: ../extensions/window-list/extension.js:319
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "全部取消最大化" msgstr "全部取消最大化"
#: ../extensions/window-list/extension.js:304 #: ../extensions/window-list/extension.js:328
msgid "Close all" msgid "Close all"
msgstr "全部關閉" msgstr "全部關閉"
#: ../extensions/window-list/extension.js:591 #: ../extensions/window-list/extension.js:638
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "工作區指示器" msgstr "工作區指示器"
#: ../extensions/window-list/extension.js:792
msgid "Window List"
msgstr "視窗清單"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "何時羣組視窗" msgstr "何時羣組視窗"
@@ -297,7 +304,7 @@ msgid "Name"
msgstr "名稱" msgstr "名稱"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:186
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "工作區 %d" msgstr "工作區 %d"
+37 -30
View File
@@ -6,16 +6,17 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions gnome-3-0\n" "Project-Id-Version: gnome-shell-extensions gnome-3-0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"POT-Creation-Date: 2013-08-29 21:55+0800\n" "shell&keywords=I18N+L10N&component=extensions\n"
"PO-Revision-Date: 2013-08-28 09:15+0800\n" "POT-Creation-Date: 2014-03-19 20:33+0000\n"
"PO-Revision-Date: 2014-03-21 21:41+0800\n"
"Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n" "Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n"
"Language-Team: Chinese (Taiwan) <chinese-l10n@googlegroups.com>\n" "Language-Team: Chinese (Taiwan) <chinese-l10n@googlegroups.com>\n"
"Language: \n" "Language: zh_TW\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\n" "X-Generator: Poedit 1.6.3\n"
#: ../data/gnome-classic.desktop.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1 #: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -51,6 +52,10 @@ msgstr "在螢幕邊緣放下視窗時啟用邊緣拼貼"
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "工作區只在主要螢幕" msgstr "工作區只在主要螢幕"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "延遲滑鼠模式中焦點的改變直到指標停止移動"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
msgstr "僅縮圖" msgstr "僅縮圖"
@@ -79,7 +84,7 @@ msgstr "活動概覽"
msgid "Favorites" msgid "Favorites"
msgstr "喜好" msgstr "喜好"
#: ../extensions/apps-menu/extension.js:278 #: ../extensions/apps-menu/extension.js:282
msgid "Applications" msgid "Applications"
msgstr "應用程式" msgstr "應用程式"
@@ -116,16 +121,16 @@ msgstr "建立新的比對規則"
msgid "Add" msgid "Add"
msgstr "加入" msgstr "加入"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:106
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "裝置「%s」退出失敗:" msgstr "裝置「%s」退出失敗:"
#: ../extensions/drive-menu/extension.js:90 #: ../extensions/drive-menu/extension.js:123
msgid "Removable devices" msgid "Removable devices"
msgstr "可移除式裝置" msgstr "可移除式裝置"
#: ../extensions/drive-menu/extension.js:117 #: ../extensions/drive-menu/extension.js:150
msgid "Open File" msgid "Open File"
msgstr "開啟檔案" msgstr "開啟檔案"
@@ -143,8 +148,6 @@ msgid ""
"panel." "panel."
msgstr "若不是空的,它則包含點擊面板時會顯示的文字。" msgstr "若不是空的,它則包含點擊面板時會顯示的文字。"
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -190,21 +193,21 @@ msgstr ""
msgid "Places" msgid "Places"
msgstr "位置" msgstr "位置"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:57
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "無法啟動「%s」" msgstr "無法啟動「%s」"
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer" msgid "Computer"
msgstr "電腦" msgstr "電腦"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:200
msgid "Home" msgid "Home"
msgstr "家目錄" msgstr "家目錄"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network" msgid "Browse Network"
msgstr "瀏覽網路" msgstr "瀏覽網路"
@@ -224,51 +227,55 @@ msgstr "主題名稱"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "主題的名稱,要從 ~/.themes/name/gnome-shell 載入" msgstr "主題的名稱,要從 ~/.themes/name/gnome-shell 載入"
#: ../extensions/window-list/extension.js:92 #: ../extensions/window-list/extension.js:104
msgid "Close" msgid "Close"
msgstr "關閉" msgstr "關閉"
#: ../extensions/window-list/extension.js:102 #: ../extensions/window-list/extension.js:114
msgid "Unminimize" msgid "Unminimize"
msgstr "取消最小化" msgstr "取消最小化"
#: ../extensions/window-list/extension.js:103 #: ../extensions/window-list/extension.js:115
msgid "Minimize" msgid "Minimize"
msgstr "最小化" msgstr "最小化"
#: ../extensions/window-list/extension.js:109 #: ../extensions/window-list/extension.js:121
msgid "Unmaximize" msgid "Unmaximize"
msgstr "取消最大化" msgstr "取消最大化"
#: ../extensions/window-list/extension.js:110 #: ../extensions/window-list/extension.js:122
msgid "Maximize" msgid "Maximize"
msgstr "最大化" msgstr "最大化"
#: ../extensions/window-list/extension.js:270 #: ../extensions/window-list/extension.js:294
msgid "Minimize all" msgid "Minimize all"
msgstr "全部最小化" msgstr "全部最小化"
#: ../extensions/window-list/extension.js:278 #: ../extensions/window-list/extension.js:302
msgid "Unminimize all" msgid "Unminimize all"
msgstr "全部取消最小化" msgstr "全部取消最小化"
#: ../extensions/window-list/extension.js:286 #: ../extensions/window-list/extension.js:310
msgid "Maximize all" msgid "Maximize all"
msgstr "全部最大化" msgstr "全部最大化"
#: ../extensions/window-list/extension.js:295 #: ../extensions/window-list/extension.js:319
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "全部取消最大化" msgstr "全部取消最大化"
#: ../extensions/window-list/extension.js:304 #: ../extensions/window-list/extension.js:328
msgid "Close all" msgid "Close all"
msgstr "全部關閉" msgstr "全部關閉"
#: ../extensions/window-list/extension.js:591 #: ../extensions/window-list/extension.js:638
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "工作區指示器" msgstr "工作區指示器"
#: ../extensions/window-list/extension.js:792
msgid "Window List"
msgstr "視窗清單"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows" msgid "When to group windows"
msgstr "何時群組視窗" msgstr "何時群組視窗"
@@ -305,7 +312,7 @@ msgid "Name"
msgstr "名稱" msgstr "名稱"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:186
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "工作區 %d" msgstr "工作區 %d"