18778N/A/*
18790N/A * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
18778N/A *
18778N/A * Permission is hereby granted, free of charge, to any person obtaining a
18790N/A * copy of this software and associated documentation files (the "Software"),
18790N/A * to deal in the Software without restriction, including without limitation
18790N/A * the rights to use, copy, modify, merge, publish, distribute, sublicense,
18790N/A * and/or sell copies of the Software, and to permit persons to whom the
18790N/A * Software is furnished to do so, subject to the following conditions:
18778N/A *
18790N/A * The above copyright notice and this permission notice (including the next
18790N/A * paragraph) shall be included in all copies or substantial portions of the
18790N/A * Software.
18778N/A *
18790N/A * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18790N/A * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18790N/A * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18790N/A * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18790N/A * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
18790N/A * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
18790N/A * DEALINGS IN THE SOFTWARE.
18778N/A */
18778N/A
18778N/AChanges needed for integration into Sun's GNOME desktop menus.
18778N/ALocalized name & tooltips (Sun bug 5103358)
19033N/A---
19033N/A driver/screensaver-properties.desktop.in | 34 ++++++++++++++++++++++++++---
19033N/A 1 files changed, 30 insertions(+), 4 deletions(-)
18778N/A
19033N/Adiff --git xscreensaver-5.12/driver/screensaver-properties.desktop.in xscreensaver-5.12/driver/screensaver-properties.desktop.in
19033N/A--- xscreensaver-5.12/driver/screensaver-properties.desktop.in
19033N/A+++ xscreensaver-5.12/driver/screensaver-properties.desktop.in
18778N/A@@ -1,8 +1,34 @@
18778N/A [Desktop Entry]
18778N/A Exec=xscreensaver-demo
18778N/A-Icon=xscreensaver
18778N/A+Icon=gnome-ccscreensaver.png
18778N/A Terminal=false
18778N/A-_Name=Screensaver
18778N/A-_Comment=Change screensaver properties
18778N/A+Name=Screensaver
18778N/A+Name[cs]=Spořič obrazovky
18778N/A+Name[de]=Bildschirmschoner
18778N/A+Name[es]=Salvapantallas
18778N/A+Name[fr]=Économiseur d'écran
18778N/A+Name[hu]=Képernyővédő
18778N/A+Name[it]=Salvaschermo
18778N/A+Name[ja]=スクリーンセーバー
18778N/A+Name[ko]=화면 보호기
18778N/A+Name[pt_BR]=Protetor de tela
18778N/A+Name[sv]=Skärmsläckare
18778N/A+Name[zh_CN]=屏幕保护程序
18778N/A+Name[zh_HK]=螢幕保護程式
18778N/A+Name[zh_TW]=螢幕保護程式
18778N/A+Comment=Choose screensaver delay and appearance.
18778N/A+Comment[cs]=Konfigurace nastavení spořiče obrazovky.
18778N/A+Comment[de]=Bildschirmschonereinstellungen konfigurieren
18778N/A+Comment[es]=Configura los valores del salvapantallas.
18778N/A+Comment[fr]=Configurer les paramètres de l'économiseur d'écran.
18778N/A+Comment[hu]=A képernyővédő beállításainak megváltoztatása
18778N/A+Comment[it]=Configura le impostazioni del salvaschermo.
18778N/A+Comment[ja]=スクリーンセーバーを設定
18778N/A+Comment[ko]=화면 보호기 설정 구성
18778N/A+Comment[pt_BR]=Definir as configurações do protetor de tela.
18778N/A+Comment[sv]=Konfigurera inställningarna för skärmsläckaren.
18778N/A+Comment[zh_CN]=配置屏幕保护程序的设置。
18778N/A+Comment[zh_HK]=配置螢幕保護程式設定。
18778N/A+Comment[zh_TW]=配置螢幕保護程式設定。
18778N/A Type=Application
18778N/A-Categories=Settings;DesktopSettings;Security;X-XFCE;
18778N/A+Categories=GNOME;Settings;Appearance;
19033N/A