diff --git a/configure.ac b/configure.ac index 857ae4329..beb9deac6 100644 --- a/configure.ac +++ b/configure.ac @@ -1108,15 +1108,12 @@ AC_ARG_ENABLE(perllib, AC_SUBST(FVWM_PERLLIB) # ******* gettext -ALL_LINGUAS="ar da de fr sv_SE zh_CN ru es" -FVWM_DOMAIN="fvwm" -FVWMSCRIPT_DOMAIN="FvwmScript" -ALL_DOMAINS="$FVWM_DOMAIN $FVWMTASKBAR_DOMAIN $FVWMSCRIPT_DOMAIN" +ALL_LINGUAS="ar da de es fr ru sv_SE zh_CN zh_TW" +FVWM_DOMAIN="fvwm3" +ALL_DOMAINS="$FVWM_DOMAIN" AC_SUBST(ALL_LINGUAS) AC_SUBST(FVWM_DOMAIN) -AC_SUBST(FVWMTASKBAR_DOMAIN) -AC_SUBST(FVWMSCRIPT_DOMAIN) AC_SUBST(ALL_DOMAINS) LOCALEDIR="$FVWM_DATADIR/locale" diff --git a/fvwm/fvwm3.c b/fvwm/fvwm3.c index 02d27edfa..58e7fc460 100644 --- a/fvwm/fvwm3.c +++ b/fvwm/fvwm3.c @@ -1701,8 +1701,8 @@ int main(int argc, char **argv) } g_argv[g_argc] = NULL; - FlocaleInit(LC_CTYPE, "", "", "fvwm"); - FGettextInit("fvwm", LOCALEDIR, "fvwm"); + FlocaleInit(LC_CTYPE, "", "", "fvwm3"); + FGettextInit("fvwm3", LOCALEDIR, "fvwm3"); setVersionInfo(); /* Put the default module directory into the environment so it can be diff --git a/fvwm/menus.c b/fvwm/menus.c index 5c49d5ad0..beaadb5f9 100644 --- a/fvwm/menus.c +++ b/fvwm/menus.c @@ -1808,7 +1808,7 @@ static Bool size_menu_vertically(MenuSizingParameters *msp) /* don't propagate sidepic, sidecolor, popup and * popdown actions */ /* And add the entry pointing to the new menu */ - gt_name = gettext("More&..."); + gt_name = _("More&..."); name = fxstrdup(gt_name); AddToMenu( msp->menu, name, tempname, diff --git a/modules/FvwmScript/script.c b/modules/FvwmScript/script.c index 8d873375f..3d0240b51 100644 --- a/modules/FvwmScript/script.c +++ b/modules/FvwmScript/script.c @@ -2230,7 +2230,7 @@ yyparse () #endif #endif { - + int yystate; int yyn; int yyresult; @@ -2482,7 +2482,7 @@ yyparse () case 5: #line 402 "script.y" { - FGettextInit("FvwmScript", LOCALEDIR, "FvwmScript"); + FGettextInit("fvwm3", LOCALEDIR, "fvwm3"); FGettextSetLocalePath((yyvsp[(3) - (3)].str)); } break; @@ -2491,7 +2491,7 @@ yyparse () #line 407 "script.y" { fprintf(stderr,"UseGettext!\n"); - FGettextInit("FvwmScript", LOCALEDIR, "FvwmScript"); + FGettextInit("fvwm3", LOCALEDIR, "fvwm3"); } break; diff --git a/modules/FvwmScript/script.y b/modules/FvwmScript/script.y index d1c7bd39b..ab2e0156d 100644 --- a/modules/FvwmScript/script.y +++ b/modules/FvwmScript/script.y @@ -399,13 +399,13 @@ initvar: { InitVarGlob(); } head: | head USEGETTEXT GSTR { - FGettextInit("FvwmScript", LOCALEDIR, "FvwmScript"); + FGettextInit("fvwm3", LOCALEDIR, "fvwm3"); FGettextSetLocalePath($3); } | head USEGETTEXT { fprintf(stderr,"UseGettext!\n"); - FGettextInit("FvwmScript", LOCALEDIR, "FvwmScript"); + FGettextInit("fvwm3", LOCALEDIR, "fvwm3"); } /* empty: we use default values */ | head WINDOWTITLE GSTR diff --git a/po/FvwmScript.ar.gmo b/po/FvwmScript.ar.gmo deleted file mode 100644 index b89a2a840..000000000 Binary files a/po/FvwmScript.ar.gmo and /dev/null differ diff --git a/po/FvwmScript.ar.po b/po/FvwmScript.ar.po deleted file mode 100644 index d0950a92c..000000000 --- a/po/FvwmScript.ar.po +++ /dev/null @@ -1,260 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR fvwm workers -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: fvwm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: 2003-04-13 11:35+0200\n" -"Last-Translator: NEEDS TRANSLATION \n" -"Language-Team: Should be Arabic \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ascii\n" -"Content-Transfer-Encoding: 8bit\n" - -#. ./default-config/FvwmScript-ConfirmQuit: line 11 -msgid "Do you really want to quit Fvwm?" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 25 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 85 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 89 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 235 -msgid "Quit" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 127 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 58 -msgid "Cancel" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 2 -msgid "ConfirmCopyConfig" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 21 -msgid "Fvwm Default Configuration" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 36 -msgid "This script copies the default configuration into your home directory:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 64 -msgid "A backup of your current configuration will be located at:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 92 -msgid "Click Confirm to continue and restart Fvwm." -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 107 -msgid "Confirm" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 -msgid "Bell Setup" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 43 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 47 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 132 -msgid "Apply" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 67 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 62 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 170 -msgid "Save" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 -msgid "Beep" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 -msgid "Volume:" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 -msgid "Pitch(Hz):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 -msgid "Duration(ms):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 -msgid "Bell" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 -msgid "Keyboard Setup" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 -msgid "Click Volume (%)" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 -msgid "AutoRepeat On" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 -msgid "Start Delay: " -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 -msgid "Repeat Delay:" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 -msgid "Keyboard" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 -msgid "Pointer Setup" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 -msgid "Right-handed user|Left-handed user" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 -msgid "Mouse configuration:" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 -msgid "Acceleration:" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 -msgid "Threshold (pixels):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 -msgid "Pointer" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 -msgid "Screen Setup" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 -msgid "Background" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 -msgid "Uniform color:" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 -msgid "Pixmap:" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 -msgid "Browser..." -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 -msgid "Disable xinit background" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 -msgid "Screen-saver" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 -msgid "Blank" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 -msgid "Timeout(s):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 -msgid "Pattern" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 -msgid "Cycle(s):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 -msgid "DPMS" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 768 -msgid "Enable" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 -msgid "Disable" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 -msgid "Standby(s):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 -msgid "Suspend(s):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 -msgid "Off(s):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 -msgid "xscreensaver" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 -msgid "Config and Demo" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 -msgid "File Browser" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 -msgid "OK" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 -msgid "Path:" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 -msgid " Show hidden files" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 -msgid "Selected file:" -msgstr "" diff --git a/po/FvwmScript.da.gmo b/po/FvwmScript.da.gmo deleted file mode 100644 index 9dac8db35..000000000 Binary files a/po/FvwmScript.da.gmo and /dev/null differ diff --git a/po/FvwmScript.da.po b/po/FvwmScript.da.po deleted file mode 100644 index dfc392537..000000000 --- a/po/FvwmScript.da.po +++ /dev/null @@ -1,264 +0,0 @@ -# Danish translations for fvwm package. -# Copyright (C) 2017 fvwm workers -# This file is distributed under the same license as the fvwm package. -# scootergrisen, 2017. -# -msgid "" -msgstr "" -"Project-Id-Version: fvwm version-2_6_6-142-g1a05b191-dirty\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: 2017-02-07 00:00+0100\n" -"Last-Translator: scootergrisen\n" -"Language-Team: Danish\n" -"Language: da\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" - -#. ./default-config/FvwmScript-ConfirmQuit: line 11 -msgid "Do you really want to quit Fvwm?" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 25 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 85 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 89 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 235 -msgid "Quit" -msgstr "Afslut" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 127 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 58 -msgid "Cancel" -msgstr "Annuller" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 2 -msgid "ConfirmCopyConfig" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 21 -#, fuzzy -msgid "Fvwm Default Configuration" -msgstr "Musekonfiguration:" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 36 -msgid "This script copies the default configuration into your home directory:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 64 -msgid "A backup of your current configuration will be located at:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 92 -msgid "Click Confirm to continue and restart Fvwm." -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 107 -msgid "Confirm" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 -msgid "Bell Setup" -msgstr "Opsætning af klokke" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 43 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 47 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 132 -msgid "Apply" -msgstr "Anvend" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 67 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 62 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 170 -msgid "Save" -msgstr "Gem" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 -msgid "Beep" -msgstr "Bip" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 -msgid "Volume:" -msgstr "Lydstyrke:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 -msgid "Pitch(Hz):" -msgstr "Tonehøjde (Hz):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 -msgid "Duration(ms):" -msgstr "Varighed (ms):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 -msgid "Bell" -msgstr "Klokke" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 -msgid "Keyboard Setup" -msgstr "Opsætning af tastatur" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 -msgid "Click Volume (%)" -msgstr "Klik-lydstyrke (%)" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 -msgid "AutoRepeat On" -msgstr "Automatisk gentagelse til" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 -msgid "Start Delay: " -msgstr "Forsinkelse ved start: " - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 -msgid "Repeat Delay:" -msgstr "Forsinkelse ved gentagelse:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 -msgid "Keyboard" -msgstr "Tastatur" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 -msgid "Pointer Setup" -msgstr "Opsætning af markør" - -# scootergrisen: bruges i drop down hvor der ikke er så god plads så " bruger" kan eventuelt undlades -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 -msgid "Right-handed user|Left-handed user" -msgstr "Højrehåndet|Venstrehåndet" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 -msgid "Mouse configuration:" -msgstr "Musekonfiguration:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 -msgid "Acceleration:" -msgstr "Acceleration:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 -msgid "Threshold (pixels):" -msgstr "Tærskel (pixels):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 -msgid "Pointer" -msgstr "Markør" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 -msgid "Screen Setup" -msgstr "Opsætning af skærm" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 -msgid "Background" -msgstr "Baggrund" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 -msgid "Uniform color:" -msgstr "Ensartet farve:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 -msgid "Pixmap:" -msgstr "Pixelkort:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 -msgid "Browser..." -msgstr "Browser..." - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 -msgid "Disable xinit background" -msgstr "Deaktivér xinit-baggrund" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 -msgid "Screen-saver" -msgstr "Pauseskærm" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 -msgid "Blank" -msgstr "Tom" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 -msgid "Timeout(s):" -msgstr "Timeout (s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 -msgid "Pattern" -msgstr "Mønster" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 -msgid "Cycle(s):" -msgstr "Gennemløb (s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 -msgid "DPMS" -msgstr "DPMS" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 768 -msgid "Enable" -msgstr "Aktivér" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 -msgid "Disable" -msgstr "Deaktivér" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 -msgid "Standby(s):" -msgstr "Standby (s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 -msgid "Suspend(s):" -msgstr "Hvile (s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 -msgid "Off(s):" -msgstr "Sluk (s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 -msgid "xscreensaver" -msgstr "xscreensaver" - -# scootergrisen: bruges på en knap hvor der ikke er plads nok til "Konfiguration og demonstration" -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 -msgid "Config and Demo" -msgstr "Konfig og demo" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 -msgid "File Browser" -msgstr "Filbrowser" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 -msgid "OK" -msgstr "OK" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 -msgid "Path:" -msgstr "Sti:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 -msgid " Show hidden files" -msgstr " Vis skjulte filer" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 -msgid "Selected file:" -msgstr "Valgte fil:" diff --git a/po/FvwmScript.de.gmo b/po/FvwmScript.de.gmo deleted file mode 100644 index dc6d726e3..000000000 Binary files a/po/FvwmScript.de.gmo and /dev/null differ diff --git a/po/FvwmScript.de.po b/po/FvwmScript.de.po deleted file mode 100644 index 9b3da0333..000000000 --- a/po/FvwmScript.de.po +++ /dev/null @@ -1,262 +0,0 @@ -# German translations for fvwm package -# Copyright (C) 2003 fvwm workers -# This file is distributed under the same license as the fvwm package. -# Andrei Mitrofanow , 2003. -# -msgid "" -msgstr "" -"Project-Id-Version: fvwm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: 2003-04-13 11:35+0200\n" -"Last-Translator: Andrei Mitrofanow \n" -"Language-Team: German\n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-15\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. ./default-config/FvwmScript-ConfirmQuit: line 11 -msgid "Do you really want to quit Fvwm?" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 25 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 85 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 89 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 235 -msgid "Quit" -msgstr "Beenden" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 127 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 58 -msgid "Cancel" -msgstr "Abbrechen" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 2 -msgid "ConfirmCopyConfig" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 21 -#, fuzzy -msgid "Fvwm Default Configuration" -msgstr "Maus Konfiguration:" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 36 -msgid "This script copies the default configuration into your home directory:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 64 -msgid "A backup of your current configuration will be located at:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 92 -msgid "Click Confirm to continue and restart Fvwm." -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 107 -msgid "Confirm" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 -msgid "Bell Setup" -msgstr "Lautsprecher Konfiguration" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 43 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 47 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 132 -msgid "Apply" -msgstr "Akzeptieren" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 67 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 62 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 170 -msgid "Save" -msgstr "Speichern" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 -msgid "Beep" -msgstr "Piebton" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 -msgid "Volume:" -msgstr "Lautstrke:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 -msgid "Pitch(Hz):" -msgstr "Tonhhe(Hz)" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 -msgid "Duration(ms):" -msgstr "Dauer(ms):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 -msgid "Bell" -msgstr "Lautsprecher" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 -msgid "Keyboard Setup" -msgstr "Konfiguration der Tastatur" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 -msgid "Click Volume (%)" -msgstr "Lautstrke des Klicks (%)" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 -msgid "AutoRepeat On" -msgstr "Wiederhohlung Aktiv" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 -msgid "Start Delay: " -msgstr "Startverzgerung:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 -msgid "Repeat Delay:" -msgstr "Wiederhohlverzgerung:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 -msgid "Keyboard" -msgstr "Tastatur" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 -msgid "Pointer Setup" -msgstr "Maus Einstellungen" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 -msgid "Right-handed user|Left-handed user" -msgstr "Rechtshnder|Linkshnder" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 -msgid "Mouse configuration:" -msgstr "Maus Konfiguration:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 -msgid "Acceleration:" -msgstr "Beschleunigung:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 -msgid "Threshold (pixels):" -msgstr "Schwellwert" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 -msgid "Pointer" -msgstr "Zeiger" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 -msgid "Screen Setup" -msgstr "Bildschirm Einstellungen" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 -msgid "Background" -msgstr "Hintergrund" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 -msgid "Uniform color:" -msgstr "Farben:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 -msgid "Pixmap:" -msgstr "Bilder:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 -msgid "Browser..." -msgstr "Betrachter" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 -msgid "Disable xinit background" -msgstr "Deaktiviere Hintergrund" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 -msgid "Screen-saver" -msgstr "Bildschirmschoner" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 -msgid "Blank" -msgstr "Leer" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 -msgid "Timeout(s):" -msgstr "Timeout(s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 -msgid "Pattern" -msgstr "Pattern" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 -msgid "Cycle(s):" -msgstr "Kreislauf" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 -msgid "DPMS" -msgstr "DPMS" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 768 -msgid "Enable" -msgstr "Aktivieren" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 -msgid "Disable" -msgstr "Deaktivieren" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 -msgid "Standby(s):" -msgstr "Standby(s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 -msgid "Suspend(s):" -msgstr "Suspend(s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 -msgid "Off(s):" -msgstr "Aus(s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 -msgid "xscreensaver" -msgstr "xscreensaver" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 -msgid "Config and Demo" -msgstr "Konfiguration und Demo" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 -msgid "File Browser" -msgstr "Dateimanager" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 -msgid "OK" -msgstr "OK" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 -msgid "Path:" -msgstr "Pfad:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 -msgid " Show hidden files" -msgstr "Zeige versteckte Dateien" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 -msgid "Selected file:" -msgstr "Auswahl:" diff --git a/po/FvwmScript.es.gmo b/po/FvwmScript.es.gmo deleted file mode 100644 index 3abe0f96c..000000000 Binary files a/po/FvwmScript.es.gmo and /dev/null differ diff --git a/po/FvwmScript.es.po b/po/FvwmScript.es.po deleted file mode 100644 index 3f85b5e4d..000000000 --- a/po/FvwmScript.es.po +++ /dev/null @@ -1,262 +0,0 @@ -# Spanish translations for fvwm package -# Copyright (C) 2013 fvwm workers -# This file is distributed under the same license as the PACKAGE package. -# Adonai Martin , 2013. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: fvwm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: 2013-03-11 17:20+0200\n" -"Last-Translator: Adonai Martin \n" -"Language-Team: Spanish\n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-15\n" -"Content-Transfer-Encoding: 8bit\n" - -#. ./default-config/FvwmScript-ConfirmQuit: line 11 -msgid "Do you really want to quit Fvwm?" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 25 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 85 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 89 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 235 -msgid "Quit" -msgstr "Cerrar" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 127 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 58 -msgid "Cancel" -msgstr "Cancelar" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 2 -msgid "ConfirmCopyConfig" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 21 -#, fuzzy -msgid "Fvwm Default Configuration" -msgstr "Configuracin de Ratn:" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 36 -msgid "This script copies the default configuration into your home directory:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 64 -msgid "A backup of your current configuration will be located at:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 92 -msgid "Click Confirm to continue and restart Fvwm." -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 107 -msgid "Confirm" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 -msgid "Bell Setup" -msgstr "Configuracin de Sonido" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 43 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 47 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 132 -msgid "Apply" -msgstr "Aplicar" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 67 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 62 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 170 -msgid "Save" -msgstr "Guardar" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 -msgid "Beep" -msgstr "Pitido" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 -msgid "Volume:" -msgstr "Volumen:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 -msgid "Pitch(Hz):" -msgstr "Tono(Hz)" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 -msgid "Duration(ms):" -msgstr "Duracin(ms)" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 -msgid "Bell" -msgstr "Sonido" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 -msgid "Keyboard Setup" -msgstr "Configuracin de Teclado" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 -msgid "Click Volume (%)" -msgstr "Click Volumen (%)" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 -msgid "AutoRepeat On" -msgstr "AutoRepeticin On" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 -msgid "Start Delay: " -msgstr "Retardo de Inicio: " - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 -msgid "Repeat Delay:" -msgstr "Retardo de Repeticin:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 -msgid "Keyboard" -msgstr "Teclado" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 -msgid "Pointer Setup" -msgstr "Configuracin de Puntero" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 -msgid "Right-handed user|Left-handed user" -msgstr "Usuario diestro| Usuario zurdo" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 -msgid "Mouse configuration:" -msgstr "Configuracin de Ratn:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 -msgid "Acceleration:" -msgstr "Aceleracin:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 -msgid "Threshold (pixels):" -msgstr "Umbral (pxeles):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 -msgid "Pointer" -msgstr "Puntero" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 -msgid "Screen Setup" -msgstr "Configuracin de Pantalla" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 -msgid "Background" -msgstr "Tapiz" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 -msgid "Uniform color:" -msgstr "Color uniforme:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 -msgid "Pixmap:" -msgstr "Mapa de pxeles" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 -msgid "Browser..." -msgstr "Navegar..." - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 -msgid "Disable xinit background" -msgstr "Deshabilitar fondo xinit" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 -msgid "Screen-saver" -msgstr "Protector de Pantalla" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 -msgid "Blank" -msgstr "Vaco" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 -msgid "Timeout(s):" -msgstr "Tiempo de espera():" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 -msgid "Pattern" -msgstr "Patrn" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 -msgid "Cycle(s):" -msgstr "Ciclo(s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 -msgid "DPMS" -msgstr "DPMS" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 768 -msgid "Enable" -msgstr "Habilitar" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 -msgid "Disable" -msgstr "Deshabilitar" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 -msgid "Standby(s):" -msgstr "Espera(s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 -msgid "Suspend(s):" -msgstr "Suspendido(s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 -msgid "Off(s):" -msgstr "Off(s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 -msgid "xscreensaver" -msgstr "xscreensaver" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 -msgid "Config and Demo" -msgstr "Configuracin y Demo" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 -msgid "File Browser" -msgstr "Navegacin de Archivos" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 -msgid "OK" -msgstr "OK" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 -msgid "Path:" -msgstr "Ruta:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 -msgid " Show hidden files" -msgstr " Mostrar archivos ocultos" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 -msgid "Selected file:" -msgstr "Archivo seleccionado:" diff --git a/po/FvwmScript.fr.gmo b/po/FvwmScript.fr.gmo deleted file mode 100644 index fc6a2e83a..000000000 Binary files a/po/FvwmScript.fr.gmo and /dev/null differ diff --git a/po/FvwmScript.fr.po b/po/FvwmScript.fr.po deleted file mode 100644 index 0853c33e2..000000000 --- a/po/FvwmScript.fr.po +++ /dev/null @@ -1,263 +0,0 @@ -# French translations for fvwm package -# Traduction anglaise du package fvwm. -# Copyright (C) 2002 fvwm workers -# This file is distributed under the same license as the fvwm package. -# Olivier Chapuis , 2002. -# -msgid "" -msgstr "" -"Project-Id-Version: fvwm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: 2014-02-27 12:02+0100\n" -"Last-Translator: Dominique Michel \n" -"Language-Team: French\n" -"Language: French\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-15\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. ./default-config/FvwmScript-ConfirmQuit: line 11 -msgid "Do you really want to quit Fvwm?" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 25 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 85 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 89 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 235 -msgid "Quit" -msgstr "Quitter" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 127 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 58 -msgid "Cancel" -msgstr "Annuler" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 2 -msgid "ConfirmCopyConfig" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 21 -#, fuzzy -msgid "Fvwm Default Configuration" -msgstr "Souris pour un :" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 36 -msgid "This script copies the default configuration into your home directory:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 64 -msgid "A backup of your current configuration will be located at:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 92 -msgid "Click Confirm to continue and restart Fvwm." -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 107 -msgid "Confirm" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 -msgid "Bell Setup" -msgstr "Configuration de la Cloche" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 43 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 47 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 132 -msgid "Apply" -msgstr "Appliquer" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 67 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 62 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 170 -msgid "Save" -msgstr "Sauver" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 -msgid "Beep" -msgstr "Bip" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 -msgid "Volume:" -msgstr "Volume:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 -msgid "Pitch(Hz):" -msgstr "Ton (Hz)" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 -msgid "Duration(ms):" -msgstr "Dure(ms) :" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 -msgid "Bell" -msgstr "Cloche" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 -msgid "Keyboard Setup" -msgstr "Configuration du Clavier" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 -msgid "Click Volume (%)" -msgstr "Volume d'un clic (%)" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 -msgid "AutoRepeat On" -msgstr "Rptition Active" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 -msgid "Start Delay: " -msgstr "Dlai de Dpart :" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 -msgid "Repeat Delay:" -msgstr "Dlai de Rptition :" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 -msgid "Keyboard" -msgstr "Clavier" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 -msgid "Pointer Setup" -msgstr "Configuration de la souris" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 -msgid "Right-handed user|Left-handed user" -msgstr "Droitier|Gaucher" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 -msgid "Mouse configuration:" -msgstr "Souris pour un :" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 -msgid "Acceleration:" -msgstr "Acclration :" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 -msgid "Threshold (pixels):" -msgstr "Seuil (pixels) :" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 -msgid "Pointer" -msgstr "Souris" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 -msgid "Screen Setup" -msgstr "Configuration de l'cran" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 -msgid "Background" -msgstr "Fond" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 -msgid "Uniform color:" -msgstr "Couleur uniforme :" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 -msgid "Pixmap:" -msgstr "Image :" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 -msgid "Browser..." -msgstr "Parcourir" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 -msgid "Disable xinit background" -msgstr "Pas de fond xinit" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 -msgid "Screen-saver" -msgstr "conomiseur d'cran" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 -msgid "Blank" -msgstr "Vide" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 -msgid "Timeout(s):" -msgstr "Dlai(s) :" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 -msgid "Pattern" -msgstr "Motif" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 -msgid "Cycle(s):" -msgstr "Cycle(s)" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 -msgid "DPMS" -msgstr "DPMS" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 768 -msgid "Enable" -msgstr "Activer" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 -msgid "Disable" -msgstr "Dsactiver" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 -msgid "Standby(s):" -msgstr "Interrompre(s) :" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 -msgid "Suspend(s):" -msgstr "Veille(s) :" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 -msgid "Off(s):" -msgstr "Extinction(s) :" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 -msgid "xscreensaver" -msgstr "conomiseur d'cran" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 -msgid "Config and Demo" -msgstr "Configuration et dmo" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 -msgid "File Browser" -msgstr "Navigateur de fichiers" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 -msgid "OK" -msgstr "OK" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 -msgid "Path:" -msgstr "Chemin :" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 -msgid " Show hidden files" -msgstr "Montrer les fichiers cachs" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 -msgid "Selected file:" -msgstr "Fichier slectionn :" diff --git a/po/FvwmScript.pot b/po/FvwmScript.pot deleted file mode 100644 index fab53feb9..000000000 --- a/po/FvwmScript.pot +++ /dev/null @@ -1,261 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR fvwm workers -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#. ./default-config/FvwmScript-ConfirmQuit: line 11 -msgid "Do you really want to quit Fvwm?" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 25 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 85 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 89 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 235 -msgid "Quit" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 127 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 58 -msgid "Cancel" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 2 -msgid "ConfirmCopyConfig" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 21 -msgid "Fvwm Default Configuration" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 36 -msgid "This script copies the default configuration into your home directory:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 64 -msgid "A backup of your current configuration will be located at:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 92 -msgid "Click Confirm to continue and restart Fvwm." -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 107 -msgid "Confirm" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 -msgid "Bell Setup" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 43 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 47 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 132 -msgid "Apply" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 67 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 62 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 170 -msgid "Save" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 -msgid "Beep" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 -msgid "Volume:" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 -msgid "Pitch(Hz):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 -msgid "Duration(ms):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 -msgid "Bell" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 -msgid "Keyboard Setup" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 -msgid "Click Volume (%)" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 -msgid "AutoRepeat On" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 -msgid "Start Delay: " -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 -msgid "Repeat Delay:" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 -msgid "Keyboard" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 -msgid "Pointer Setup" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 -msgid "Right-handed user|Left-handed user" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 -msgid "Mouse configuration:" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 -msgid "Acceleration:" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 -msgid "Threshold (pixels):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 -msgid "Pointer" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 -msgid "Screen Setup" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 -msgid "Background" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 -msgid "Uniform color:" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 -msgid "Pixmap:" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 -msgid "Browser..." -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 -msgid "Disable xinit background" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 -msgid "Screen-saver" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 -msgid "Blank" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 -msgid "Timeout(s):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 -msgid "Pattern" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 -msgid "Cycle(s):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 -msgid "DPMS" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 768 -msgid "Enable" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 -msgid "Disable" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 -msgid "Standby(s):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 -msgid "Suspend(s):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 -msgid "Off(s):" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 -msgid "xscreensaver" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 -msgid "Config and Demo" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 -msgid "File Browser" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 -msgid "OK" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 -msgid "Path:" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 -msgid " Show hidden files" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 -msgid "Selected file:" -msgstr "" diff --git a/po/FvwmScript.ru.gmo b/po/FvwmScript.ru.gmo deleted file mode 100644 index d30ed05ff..000000000 Binary files a/po/FvwmScript.ru.gmo and /dev/null differ diff --git a/po/FvwmScript.ru.po b/po/FvwmScript.ru.po deleted file mode 100644 index 9b6a5fa83..000000000 --- a/po/FvwmScript.ru.po +++ /dev/null @@ -1,261 +0,0 @@ -# Russian translation for fvwm package. -# Copyright (C) 2013 fvwm workers -# This file is distributed under the same license as the fvwm package. -# Ivan Gayevskiy (a.k.a. Spoofing) , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: fvwm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: 2013-02-12 14:20+0800\n" -"Last-Translator: Ivan Gayevskiy \n" -"Language-Team: Russian\n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. ./default-config/FvwmScript-ConfirmQuit: line 11 -msgid "Do you really want to quit Fvwm?" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 25 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 85 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 89 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 235 -msgid "Quit" -msgstr "Закрыть" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 127 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 58 -msgid "Cancel" -msgstr "Отмена" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 2 -msgid "ConfirmCopyConfig" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 21 -#, fuzzy -msgid "Fvwm Default Configuration" -msgstr "Настройка мышки:" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 36 -msgid "This script copies the default configuration into your home directory:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 64 -msgid "A backup of your current configuration will be located at:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 92 -msgid "Click Confirm to continue and restart Fvwm." -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 107 -msgid "Confirm" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 -msgid "Bell Setup" -msgstr "Настройка оповещений" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 43 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 47 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 132 -msgid "Apply" -msgstr "Применить" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 67 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 62 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 170 -msgid "Save" -msgstr "Сохранить" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 -msgid "Beep" -msgstr "Спикер" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 -msgid "Volume:" -msgstr "Громкость:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 -msgid "Pitch(Hz):" -msgstr "Частота:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 -msgid "Duration(ms):" -msgstr "Продолжительность:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 -msgid "Bell" -msgstr "Оповещение" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 -msgid "Keyboard Setup" -msgstr "Настройка клавиатуры" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 -msgid "Click Volume (%)" -msgstr "Выбор громкости" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 -msgid "AutoRepeat On" -msgstr "Автоповтор Вкл." - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 -msgid "Start Delay: " -msgstr "Ожидать начало:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 -msgid "Repeat Delay:" -msgstr "Ожидать повтор:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 -msgid "Keyboard" -msgstr "Клавиатура" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 -msgid "Pointer Setup" -msgstr "Настройка курсора" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 -msgid "Right-handed user|Left-handed user" -msgstr "Пользователь правша, либо левша" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 -msgid "Mouse configuration:" -msgstr "Настройка мышки:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 -msgid "Acceleration:" -msgstr "Ускорение:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 -msgid "Threshold (pixels):" -msgstr "Порог ожидания:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 -msgid "Pointer" -msgstr "Курсор" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 -msgid "Screen Setup" -msgstr "Настройка экрана" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 -msgid "Background" -msgstr "Фон" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 -msgid "Uniform color:" -msgstr "Однородный цвет:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 -msgid "Pixmap:" -msgstr "Картинка:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 -msgid "Browser..." -msgstr "Обзор..." - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 -msgid "Disable xinit background" -msgstr "Отключить фон из xinit" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 -msgid "Screen-saver" -msgstr "Хранитель экрана" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 -msgid "Blank" -msgstr "Пусто" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 -msgid "Timeout(s):" -msgstr "Таймаут:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 -msgid "Pattern" -msgstr "Шаблон" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 -msgid "Cycle(s):" -msgstr "Повтор:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 -msgid "DPMS" -msgstr "DPMS" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 768 -msgid "Enable" -msgstr "Включить" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 -msgid "Disable" -msgstr "Отключить" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 -msgid "Standby(s):" -msgstr "Запасной:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 -msgid "Suspend(s):" -msgstr "Отложить:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 -msgid "Off(s):" -msgstr "Отключить:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 -msgid "xscreensaver" -msgstr "xscreensaver" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 -msgid "Config and Demo" -msgstr "Предпросмотр" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 -msgid "File Browser" -msgstr "Файловый менеджер" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 -msgid "OK" -msgstr "Ок" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 -msgid "Path:" -msgstr "Путь:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 -msgid " Show hidden files" -msgstr " Отображать скрытые файлы" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 -msgid "Selected file:" -msgstr "Выбранные файлы:" diff --git a/po/FvwmScript.sv_SE.gmo b/po/FvwmScript.sv_SE.gmo deleted file mode 100644 index 15a5a4cc1..000000000 Binary files a/po/FvwmScript.sv_SE.gmo and /dev/null differ diff --git a/po/FvwmScript.sv_SE.po b/po/FvwmScript.sv_SE.po deleted file mode 100644 index ae10f8a73..000000000 --- a/po/FvwmScript.sv_SE.po +++ /dev/null @@ -1,263 +0,0 @@ -# Swedish translations for fvwm package -# Svenska versttningar fr paket fvwm. -# Copyright (C) 2003 fvwm workers -# This file is distributed under the same license as the fvwm package. -# Johan Svedberg , 2003. -# -msgid "" -msgstr "" -"Project-Id-Version: fvwm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: 2003-10-19 13:33+0200\n" -"Last-Translator: Johan Svedberg \n" -"Language-Team: Swedish\n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. ./default-config/FvwmScript-ConfirmQuit: line 11 -msgid "Do you really want to quit Fvwm?" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 25 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 85 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 89 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 235 -msgid "Quit" -msgstr "Avsluta" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 127 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 58 -msgid "Cancel" -msgstr "Avbryt" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 2 -msgid "ConfirmCopyConfig" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 21 -#, fuzzy -msgid "Fvwm Default Configuration" -msgstr "Muskonfiguration:" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 36 -msgid "This script copies the default configuration into your home directory:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 64 -msgid "A backup of your current configuration will be located at:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 92 -msgid "Click Confirm to continue and restart Fvwm." -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 107 -msgid "Confirm" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 -msgid "Bell Setup" -msgstr "Ringklockinstllningar" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 43 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 47 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 132 -msgid "Apply" -msgstr "Verkstll" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 67 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 62 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 170 -msgid "Save" -msgstr "Spara" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 -msgid "Beep" -msgstr "Tuta" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 -msgid "Volume:" -msgstr "Volym:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 -msgid "Pitch(Hz):" -msgstr "Tonhjd(Hz):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 -msgid "Duration(ms):" -msgstr "Varaktighet(ms):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 -msgid "Bell" -msgstr "Ringklocka" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 -msgid "Keyboard Setup" -msgstr "Tangentbordsinstllningar" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 -msgid "Click Volume (%)" -msgstr "Klickvolym (%)" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 -msgid "AutoRepeat On" -msgstr "Autorepetition p" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 -msgid "Start Delay: " -msgstr "Startfrdrjning: " - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 -msgid "Repeat Delay:" -msgstr "Repetitionsfrdrjning:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 -msgid "Keyboard" -msgstr "Tangentbord" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 -msgid "Pointer Setup" -msgstr "Pekdonsinstllningar" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 -msgid "Right-handed user|Left-handed user" -msgstr "Hgerhnt anvndare|Vnsterhnt anvndare" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 -msgid "Mouse configuration:" -msgstr "Muskonfiguration:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 -msgid "Acceleration:" -msgstr "Acceleration:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 -msgid "Threshold (pixels):" -msgstr "Nedre grns (bildpunkter):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 -msgid "Pointer" -msgstr "Pekare" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 -msgid "Screen Setup" -msgstr "Skrminstllningar" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 -msgid "Background" -msgstr "Bakgrund" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 -msgid "Uniform color:" -msgstr "Genomgende frg:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 -msgid "Pixmap:" -msgstr "Punktgrafikbild:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 -msgid "Browser..." -msgstr "Blddrare..." - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 -msgid "Disable xinit background" -msgstr "Inaktivera xinit-bakgrund" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 -msgid "Screen-saver" -msgstr "Skrmslckare" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 -msgid "Blank" -msgstr "Tom" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 -msgid "Timeout(s):" -msgstr "Timeout(er):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 -msgid "Pattern" -msgstr "Mnster" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 -msgid "Cycle(s):" -msgstr "Cykel(s)" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 -msgid "DPMS" -msgstr "DPMS" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 768 -msgid "Enable" -msgstr "Aktivera" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 -msgid "Disable" -msgstr "Inaktivera" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 -msgid "Standby(s):" -msgstr "Standby(s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 -msgid "Suspend(s):" -msgstr "Suspendering(s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 -msgid "Off(s):" -msgstr "Avstngning(s):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 -msgid "xscreensaver" -msgstr "xscreensaver" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 -msgid "Config and Demo" -msgstr "Konfiguration och demonstration" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 -msgid "File Browser" -msgstr "Filhanterare" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 -msgid "OK" -msgstr "Ok" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 -msgid "Path:" -msgstr "Skvg:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 -msgid " Show hidden files" -msgstr " Visa dolda filer" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 -msgid "Selected file:" -msgstr "Vald fil:" diff --git a/po/FvwmScript.zh_CN.gmo b/po/FvwmScript.zh_CN.gmo deleted file mode 100644 index 1c06642dc..000000000 Binary files a/po/FvwmScript.zh_CN.gmo and /dev/null differ diff --git a/po/FvwmScript.zh_CN.po b/po/FvwmScript.zh_CN.po deleted file mode 100644 index 3581104ab..000000000 --- a/po/FvwmScript.zh_CN.po +++ /dev/null @@ -1,261 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR fvwm workers -# This file is distributed under the same license as the PACKAGE package. -# Funda Wang , 2004. -# -msgid "" -msgstr "" -"Project-Id-Version: FvwmScript\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: 2004-05-22 16:16+0800\n" -"Last-Translator: Funda Wang \n" -"Language-Team: zh_CN \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. ./default-config/FvwmScript-ConfirmQuit: line 11 -msgid "Do you really want to quit Fvwm?" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 25 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 85 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 89 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 235 -msgid "Quit" -msgstr "退出" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmQuit: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 127 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 58 -msgid "Cancel" -msgstr "取消" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 2 -msgid "ConfirmCopyConfig" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 21 -#, fuzzy -msgid "Fvwm Default Configuration" -msgstr "鼠标配置:" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 36 -msgid "This script copies the default configuration into your home directory:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 64 -msgid "A backup of your current configuration will be located at:" -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 92 -msgid "Click Confirm to continue and restart Fvwm." -msgstr "" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 107 -msgid "Confirm" -msgstr "" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 -msgid "Bell Setup" -msgstr "响铃设置" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 43 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 47 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 132 -msgid "Apply" -msgstr "应用" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 67 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 62 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 170 -msgid "Save" -msgstr "保存" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 -msgid "Beep" -msgstr "响铃" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 -msgid "Volume:" -msgstr "音量:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 -msgid "Pitch(Hz):" -msgstr "频率(Hz):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 -msgid "Duration(ms):" -msgstr "持续时间(毫秒):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 -msgid "Bell" -msgstr "相应" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 -msgid "Keyboard Setup" -msgstr "键盘设置" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 -msgid "Click Volume (%)" -msgstr "点击音量(%)" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 -msgid "AutoRepeat On" -msgstr "自动重复开" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 -msgid "Start Delay: " -msgstr "启动延迟:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 -msgid "Repeat Delay:" -msgstr "重复延迟:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 -msgid "Keyboard" -msgstr "键盘" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 -msgid "Pointer Setup" -msgstr "指点设备设置" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 -msgid "Right-handed user|Left-handed user" -msgstr "右手用户|左手用户" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 -msgid "Mouse configuration:" -msgstr "鼠标配置:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 -msgid "Acceleration:" -msgstr "加速:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 -msgid "Threshold (pixels):" -msgstr "阀值(像素):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 -msgid "Pointer" -msgstr "指针" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 -msgid "Screen Setup" -msgstr "屏幕设置" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 -msgid "Background" -msgstr "背景" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 -msgid "Uniform color:" -msgstr "单一颜色:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 -msgid "Pixmap:" -msgstr "像素图:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 -msgid "Browser..." -msgstr "浏览器..." - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 -msgid "Disable xinit background" -msgstr "禁用 xinit 背景" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 -msgid "Screen-saver" -msgstr "屏幕保护程序" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 -msgid "Blank" -msgstr "空" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 -msgid "Timeout(s):" -msgstr "计时(秒):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 -msgid "Pattern" -msgstr "图案" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 -msgid "Cycle(s):" -msgstr "循环(秒):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 -msgid "DPMS" -msgstr "DPMS" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 768 -msgid "Enable" -msgstr "启用" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 -msgid "Disable" -msgstr "禁用" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 -msgid "Standby(s):" -msgstr "待机(秒):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 -msgid "Suspend(s):" -msgstr "休眠(秒):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 -msgid "Off(s):" -msgstr "关机(秒):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 -msgid "xscreensaver" -msgstr "xscreensaver" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 -msgid "Config and Demo" -msgstr "配置并演示" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 -msgid "File Browser" -msgstr "文件浏览器" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 -msgid "OK" -msgstr "确定" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 -msgid "Path:" -msgstr "路径:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 -msgid " Show hidden files" -msgstr " 显示隐藏文件" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 -msgid "Selected file:" -msgstr "选中的文件:" diff --git a/po/FvwmScript.zh_TW.po b/po/FvwmScript.zh_TW.po deleted file mode 100644 index 307fa2a5d..000000000 --- a/po/FvwmScript.zh_TW.po +++ /dev/null @@ -1,244 +0,0 @@ -# German translations for fvwm package -# Copyright (C) 2003 fvwm workers -# This file is distributed under the same license as the fvwm package. -# Andrei Mitrofanow , 2003. -# -msgid "" -msgstr "" -"Project-Id-Version: fvwm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: 2023-11-08 22:13+0800\n" -"Last-Translator: \n" -"Language-Team: User\n" -"Language: zh_TW\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: Poedit 3.4.1\n" - -#. ./default-config/FvwmScript-ConfirmQuit: line 11 -msgid "Do you really want to quit Fvwm?" -msgstr "您真的想退出 Fvwm 嗎?" - -#. ./default-config/FvwmScript-ConfirmQuit: line 25 -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 85 -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 89 -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 94 -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 235 -msgid "Quit" -msgstr "結束" - -#. ./default-config/FvwmScript-ConfirmQuit: line 41 -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 127 -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 58 -msgid "Cancel" -msgstr "取消" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 2 -msgid "ConfirmCopyConfig" -msgstr "確認複製配置" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 21 -msgid "Fvwm Default Configuration" -msgstr "Fvwm 預設配置" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 36 -msgid "This script copies the default configuration into your home directory:" -msgstr "此腳本將預設配置複製到您的主目錄中:" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 64 -msgid "A backup of your current configuration will be located at:" -msgstr "目前配置的備份將位於:" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 92 -msgid "Click Confirm to continue and restart Fvwm." -msgstr "按下確認並繼續並重新啟動 Fvwm。" - -#. ./default-config/FvwmScript-ConfirmCopyConfig: line 107 -msgid "Confirm" -msgstr "確認" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 -msgid "Bell Setup" -msgstr "響鈴設置" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 43 -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 47 -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 132 -msgid "Apply" -msgstr "套用" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 67 -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 62 -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 66 -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 170 -msgid "Save" -msgstr "儲存" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 -msgid "Beep" -msgstr "響鈴" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 -msgid "Volume:" -msgstr "音量:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 -msgid "Pitch(Hz):" -msgstr "頻率(Hz):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 -msgid "Duration(ms):" -msgstr "持續時間(毫秒):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 -msgid "Bell" -msgstr "相應" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 -msgid "Keyboard Setup" -msgstr "鍵盤設置" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 -msgid "Click Volume (%)" -msgstr "點擊音量(%)" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 -msgid "AutoRepeat On" -msgstr "開啟自動重複" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 -msgid "Start Delay: " -msgstr "啟動延遲:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 -msgid "Repeat Delay:" -msgstr "重複延遲:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 -msgid "Keyboard" -msgstr "鍵盤" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 -msgid "Pointer Setup" -msgstr "指向設備設置" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 -msgid "Right-handed user|Left-handed user" -msgstr "右手用戶|左手用戶" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 -msgid "Mouse configuration:" -msgstr "滑鼠配置:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 -msgid "Acceleration:" -msgstr "加速:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 -msgid "Threshold (pixels):" -msgstr "閥值(像素):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 -msgid "Pointer" -msgstr "指向設備" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 -msgid "Screen Setup" -msgstr "螢幕設置" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 -msgid "Background" -msgstr "背景" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 -msgid "Uniform color:" -msgstr "單一顏色:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 -msgid "Pixmap:" -msgstr "像素圖:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 -msgid "Browser..." -msgstr "瀏覽器..." - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 -msgid "Disable xinit background" -msgstr "禁用 xinit 背景" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 -msgid "Screen-saver" -msgstr "螢幕保護程序" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 -msgid "Blank" -msgstr "空" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 -msgid "Timeout(s):" -msgstr "計時(秒):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 -msgid "Pattern" -msgstr "圖案" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 -msgid "Cycle(s):" -msgstr "循環(秒):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 -msgid "DPMS" -msgstr "DPMS" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 768 -msgid "Enable" -msgstr "啟用" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 -msgid "Disable" -msgstr "禁用" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 -msgid "Standby(s):" -msgstr "待機(秒):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 -msgid "Suspend(s):" -msgstr "休眠(秒):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 -msgid "Off(s):" -msgstr "關機(秒):" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 -msgid "xscreensaver" -msgstr "xscreensaver" - -#. ./modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 -msgid "Config and Demo" -msgstr "配置並展示" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 -msgid "File Browser" -msgstr "檔案瀏覽器" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 -msgid "OK" -msgstr "確定" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 -msgid "Path:" -msgstr "路徑:" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 -msgid " Show hidden files" -msgstr " 顯示隱藏檔案" - -#. ./modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 -msgid "Selected file:" -msgstr "選取的檔案:" diff --git a/po/Makefile.am b/po/Makefile.am index 47883d4cc..c7d6cf696 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -1,147 +1,21 @@ localedir = @LOCALEDIR@ -FVWM_POT_FILES = \ - ../fvwm/fvwm3.c \ - ../fvwm/expand.c \ - ../fvwm/windowlist.c \ - ../fvwm/virtual.c \ - ../fvwm/menus.c - -FVWMRC_POT_FILES = \ - ../default-config/config \ - ../bin/fvwm-menu-desktop-config.fpl \ - ../modules/FvwmForm/FvwmForm-XDGMenuHelp \ - ../modules/FvwmForm/FvwmForm-XDGOptionsHelp - -FVWMSCRIPT_POT_FILES = \ - ../default-config/FvwmScript-ConfirmQuit \ - ../default-config/FvwmScript-ConfirmCopyConfig \ - ../modules/FvwmScript/Scripts/FvwmScript-BellSetup \ - ../modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup \ - ../modules/FvwmScript/Scripts/FvwmScript-PointerSetup \ - ../modules/FvwmScript/Scripts/FvwmScript-ScreenSetup \ - ../modules/FvwmScript/Scripts/FvwmScript-FileBrowser - EXTRA_DIST = \ - @POFILES@ @GMOFILES@ fvwm.pot FvwmScript.pot \ - remove-potcdate.sed remove-potcdate.sin - -COPYRIGHT_HOLDER = fvwm workers - -# These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ + @POFILES@ @GMOFILES@ fvwm3.pot # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = -MSGMERGE_UPDATE = @MSGMERGE@ --update - -SUFFIXES = .po .gmo .mo .sed .sin .nop .po-update - -.po.mo: - @echo "$(MSGFMT) -c -o $@ $<"; \ - $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ - -.po.gmo: - @lang=`echo $* | sed -e 's,.*/,,'`; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - if test -f $(srcdir)/$${lang}.po; then \ - echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ - cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo; \ - fi - -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - - all-local: all-local-@USE_NLS@ # make [all] should do nothing ... -#all-local-yes: $(CATALOGS) all-local-yes: all-local-no: catalogs: $(CATALOGS) -maintainer-clean-local: - rm -f $(GMOFILES) - -$(FVWM_DOMAIN).pot-update: $(FVWM_POT_FILES) \ - $(FVWMRC_POT_FILES) \ - remove-potcdate.sed - rm -f fvwmrc.pot; \ - rcpotfiles='$(FVWMRC_POT_FILES)'; \ - rm -f duplicate; \ - for file in $$rcpotfiles; do \ - perl -ne 's/\[gt\.((\\.|.)+?)\]/ print "\#$$ARGV: line $$.\n"."msgid \"$$1\"\n"."msgstr \"\"\n\n"/ge' \ - $$file >> duplicate; \ - done; \ - msguniq duplicate > fvwmrc.pot; - rm -f duplicate; \ - potfiles='$(FVWM_POT_FILES)'; \ - $(XGETTEXT) \ - --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) -o $(FVWM_DOMAIN).po \ - --copyright-holder='$(COPYRIGHT_HOLDER)' $$potfiles; \ - test ! -f $(FVWM_DOMAIN).po || { \ - if test -f $(srcdir)/$(FVWM_DOMAIN).pot; then \ - sed -f remove-potcdate.sed < $(srcdir)/$(FVWM_DOMAIN).pot > $(FVWM_DOMAIN).1po && \ - sed -f remove-potcdate.sed < $(FVWM_DOMAIN).po > $(FVWM_DOMAIN).2po && \ - if cmp $(FVWM_DOMAIN).1po $(FVWM_DOMAIN).2po >/dev/null 2>&1; then \ - rm -f $(FVWM_DOMAIN).1po $(FVWM_DOMAIN).2po $(FVWM_DOMAIN).po; \ - else \ - rm -f $(FVWM_DOMAIN).1po $(FVWM_DOMAIN).2po $(srcdir)/$(FVWM_DOMAIN).pot && \ - mv $(FVWM_DOMAIN).po $(srcdir)/$(FVWM_DOMAIN).pot; \ - fi; \ - else \ - mv $(FVWM_DOMAIN).po $(srcdir)/$(FVWM_DOMAIN).pot; \ - fi; \ - mv $(FVWM_DOMAIN).pot duplicate.pot; \ - cat fvwmrc.pot >> duplicate.pot; \ - msguniq duplicate.pot > $(FVWM_DOMAIN).pot; \ - rm -f duplicate.pot fvwmrc.pot; \ - } - -$(srcdir)/$(FVWM_DOMAIN).pot: - $(MAKE) $(FVWM_DOMAIN).pot-update - -$(FVWMSCRIPT_DOMAIN).pot-update: $(FVWMSCRIPT_POT_FILES) \ - remove-potcdate.sed - potfiles='$(FVWMSCRIPT_POT_FILES)'; \ - rm -f duplicate; \ - for file in $$potfiles; do \ - perl -ne 's/LocaleTitle\s+\{((\\.|.)+?)\}/ print "\#$$ARGV: line $$.\n"."msgid \"$$1\"\n"."msgstr \"\"\n\n"/ge' \ - $$file >> duplicate; \ - done; \ - msguniq duplicate > duplicate.pot; \ - potfiles='/dev/null'; \ - $(XGETTEXT) \ - --add-comments=TRANSLATORS: --language=C -o $(FVWMSCRIPT_DOMAIN).pot \ - --copyright-holder='$(COPYRIGHT_HOLDER)' --force-po $$potfiles; \ - echo >> $(FVWMSCRIPT_DOMAIN).pot; \ - cat duplicate.pot >> $(FVWMSCRIPT_DOMAIN).pot; \ - rm -f duplicate duplicate.pot; - -$(srcdir)/$(FVWMSCRIPT_DOMAIN).pot: - $(MAKE) $(FVWMSCRIPT_DOMAIN).pot-update - -$(POFILES): $(srcdir)/$(FVWM_DOMAIN).pot \ - $(srcdir)/$(FVWMSCRIPT_DOMAIN).pot - dlang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ - dom=`echo $$dlang | sed -e 's/\..*$$//'`; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - if test -f $${dlang}.po; then \ - echo "$${cdcmd}$(MSGMERGE_UPDATE) $${dlang}.po $${dom}.pot"; \ - cd $(srcdir) && $(MSGMERGE_UPDATE) $${dlang}.po $${dom}.pot; \ - fi - -# @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ -# test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ -# echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(FVWM_DOMAIN).pot"; \ -# cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(FVWM_DOMAIN).pot - install-data-local: install-data-local-@USE_NLS@ install-data-local-no: all install-data-local-yes: all @@ -203,7 +77,6 @@ install-data-local-yes: all done; \ done - installdirs-data: installdirs-data-local-@USE_NLS@ installdirs-data-local-no: installdirs-data-local-yes: @@ -247,7 +120,6 @@ installdirs-data-local-yes: done; \ done - uninstall-local: uninstall-local-@USE_NLS@ uninstall-local-no: uninstall-local-yes: @@ -264,40 +136,3 @@ uninstall-local-yes: done if test -d @FVWM_DATADIR@"/locale"; then rm -fr @FVWM_DATADIR@"/locale"; fi -update-po: Makefile - $(MAKE) $(FVWM_DOMAIN).pot-update - $(MAKE) $(FVWMSCRIPT_DOMAIN).pot-update - $(MAKE) $(UPDATEPOFILES) - $(MAKE) update-gmo - -# General rule for updating PO files. - -.nop.po-update: - dlang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po-update$$//'`; \ - dom=`echo $$dlang | sed -e 's/\..*$$//'`; \ - tmpdir=`pwd`; \ - echo "$$dlang:"; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}$(MSGMERGE) $$dlang.po $$dom.pot -o $$dlang.new.po"; \ - cd $(srcdir); \ - if $(MSGMERGE) $$dlang.po $$dom.pot -o $$tmpdir/$$dlang.new.po; then \ - if cmp $$dlang.po $$tmpdir/$$dlang.new.po >/dev/null 2>&1; then \ - rm -f $$tmpdir/$$dlang.new.po; \ - else \ - if mv -f $$tmpdir/$$dlang.new.po $$dlang.po; then \ - :; \ - else \ - echo "msgmerge for $$dlang.po failed: cannot move \ -$$tmpdir/$$dlang.new.po to $$dlang.po" 1>&2; \ - exit 1; \ - fi; \ - fi; \ - else \ - echo "msgmerge for $$dlang.po failed!" 1>&2; \ - rm -f $$tmpdir/$$dlang.new.po; \ - fi - -$(DUMMYPOFILES): - -update-gmo: Makefile $(GMOFILES) - @: diff --git a/po/README.md b/po/README.md index 68424cba7..8f5bff561 100644 --- a/po/README.md +++ b/po/README.md @@ -14,72 +14,63 @@ from template file, `.pot`. The `.po` file is then compiled into a This document explains the tools to build template files, update translations, and to compile the `.gmo` file from the `.po` using -the fvwm Makefile. +the fvwm Makefile. All the commands below assume the user is in +the `po/` directory. -## Translator Instructions +## fvwmpo.sh -Here is a set of instructions to create and update translations. -All of these instructions assume you are in the `po/` directory. +The shell script `fvwmpo.sh` is the main script to update +the template, initialize new languages, update exist languages, +and build the binary translation files. Each language, `LL_CC`, +has its own translation file. -First before you create or update a translation, update the -template files (this ensures you have all the current strings -to translate): +### Update Template File + +To update the main template file, `fvwm3.pot`: ``` -make fvwm.pot-update FvwmScript.pot-update +./fvwmpo.sh update-pot ``` -### Create New Translations - -To create a new translation from a template file: - -1. Add your language to the `ALL_LINGUAS` variable in `configure.ac`, - then `cd po/`. - -2. Use the template file to create new LL_CC (e.g., fr, zh_CN) - `.po` files: +### Update Existing Translation - ``` - msginit -i fvwm.pot -l LL_CC -o fvwm.LL_CC.po - msginit -i FvwmScript.pot -l LL_CC -o FvwmScript.LL_CC.po - ``` +To update an existing translation: -3. Edit your translation files, `fvwm.LL_CC.po` and `FvwmScript.LL_CC.po` - by providing the translated string `msgstr` for each string listed. +1) Update the language file to match the current template + (if needed): -4. Compile `.gmo` files from the `.po` files: +``` +./fvwmpo.sh update LL_CC +``` - ``` - make fvwm.LL_CC.gmo FvwmScript.LL_CC.gmo - ``` +2) Modify the translation file by updating or adding any + translation strings in the `fvwm3.LL_CC.po` file. -5. Install your translations, then test them with the default-config. +3) Build the binary translation file: - + If this is the first time installing this translation you have to - build and install fvwm3 from source, starting with `./autogen.sh` - to add your language to the Makefiles. - + Once you have installed the language once, you only need to - `make install` to install the new `.gmo` file. +``` +./fvwmpo.sh build LL_CC +``` - If you notice any issues, repeat steps 3-5 until satisfied. +4) Both the translation `.po` and binary `.gmo` file need to be + included in the commit to fvwm3. -6. Create a pull request with your updates on github. Be sure to include the - `.gmo` file in your request. +### Create New Translations -### Update Existing Translation +To create a new translation from a template file: -To update an existing translation: +1) Add your language to the `ALL_LINGUAS` variable in + `../configure.ac` and `fvwmpo.sh` files. -1. Use the update template files to update the `.po` files for - language LL_CC. This will remove old strings and add new strings - from the template file. +2) Use the template file to create a new LL_CC (e.g., fr, zh_CN) + translation `.po` file. - ``` - make fvwm.LL_CC.po-update FvwmScript.LL_CC.po-update - ``` +``` +./fvwmpo.sh init LL_CC +``` -2. Follow instructions 3-6 above by updating all the new (and maybe old) - strings in `fvwm.LL_CC.po` and `FvwmScript.LL_CC.po`. +3) Follow the above instructions 2-4 to add strings to the translation + file and build the `.gmo` file to commit to fvwm3. ### Translation Comments @@ -107,18 +98,22 @@ Adding new strings to be translated to the templates depends on where the string is located. Right now there are three possible file types the Makefiles use to build the templates: -+ FVWM_POT_FILES: This is a list of C source files that use the ++ FVWM_FILES: This is a list of C source files that use the FGettext(string) macro `_(string)`. -+ FVWMRC_POT_FILES: This is a list of files that make use of the ++ FVWMRC_FILES: This is a list of files that make use of the command expansion `$[gt.string]`. These are used in the default-config and various FvwmForms. -+ FVWMSCRIPT_POT_FILES: This is a list of FvwmScript files that use ++ FVWMSCRIPT_FILES: This is a list of FvwmScript files that use `UseGettext` option along with `WindowLocaleTitle` and `LocaleTitle`. To add new files to be translated, include them in the appropriate -list in `po/MakeFile.am`. Then run `autogen.sh` and `./configure` -to regenerate the Makefiles. Afterwards you can update the template -with the new strings using the commands above. +list in `fvwmpo.sh`. Then update the template using the above instructions. +You can also update all translation files and rebuild all `.gmo` files using: + +``` +./fvwmpo.sh update-all +./fvwmpo.sh build-all +``` diff --git a/po/fvwm.ar.gmo b/po/fvwm.ar.gmo deleted file mode 100644 index 765342dd2..000000000 Binary files a/po/fvwm.ar.gmo and /dev/null differ diff --git a/po/fvwm.ar.po b/po/fvwm.ar.po deleted file mode 100644 index ab0ead8bb..000000000 --- a/po/fvwm.ar.po +++ /dev/null @@ -1,867 +0,0 @@ -# Arabic translations for fvwm package. -# Copyright (C) 2002 fvwm workers -# This file is distributed under the same license as the fvwm package. -# Nadim Shaikli -# -msgid "" -msgstr "" -"Project-Id-Version: fvwm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: 2002-12-06 08:25+0100\n" -"Last-Translator: Nadim Shaikli \n" -"Language-Team: Arabic\n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 0.9.6\n" - -#: ../fvwm/fvwm3.c:1352 -msgid "Builtin Menu" -msgstr "قائمة مبنية داخليا" - -#: ../fvwm/fvwm3.c:1359 -msgid "Issue fvwm commands" -msgstr "أصدر أوامر fvwm" - -#: ../fvwm/fvwm3.c:1364 -msgid "Desktop Menu" -msgstr "" - -#: ../fvwm/fvwm3.c:1369 -msgid "Restart fvwm" -msgstr "أعد تشغيل fvwm" - -#: ../fvwm/fvwm3.c:1374 -msgid "Exit fvwm" -msgstr "أخرج من fvwm" - -#. #-#-#-#-# duplicate.pot (PACKAGE VERSION) #-#-#-#-# -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 406 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 410 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 411 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 412 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 413 -#: ../fvwm/expand.c:492 -msgid "Desk" -msgstr "المكتب" - -#: ../fvwm/windowlist.c:96 ../fvwm/windowlist.c:102 ../fvwm/windowlist.c:109 -msgid "\tGeometry" -msgstr "\tالأبعاد" - -#: ../fvwm/windowlist.c:107 -#, c-format -msgid "Desk: %d%s" -msgstr "المكتب: %d%s" - -#: ../fvwm/menus.c:1798 -msgid "More&..." -msgstr "" - -#. ./default-config/config: line 303 -msgid "&Programs" -msgstr "" - -#. ./default-config/config: line 304 -msgid "XDG &Menu" -msgstr "" - -#. ./default-config/config: line 309 -msgid "&Wallpapers" -msgstr "" - -#. ./default-config/config: line 310 -msgid "M&an Pages" -msgstr "" - -#. ./default-config/config: line 313 -#, fuzzy -msgid "Re&fresh" -msgstr "أعد تنشيط النافذة" - -#. ./default-config/config: line 314 -#, fuzzy -msgid "&Restart" -msgstr "أعد التشغيل" - -#. ./default-config/config: line 315 -msgid "&Quit" -msgstr "" - -#. ./default-config/config: line 326 -msgid "Programs" -msgstr "" - -#. ./default-config/config: line 340 -msgid "Wallpapers" -msgstr "" - -#. ./default-config/config: line 341 -msgid "Floral" -msgstr "" - -#. ./default-config/config: line 342 -msgid "Circles" -msgstr "" - -#. ./default-config/config: line 343 -msgid "Space" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 348 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 360 -#, fuzzy -msgid "Move" -msgstr "&حرك" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 349 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 361 -#, fuzzy -msgid "Resize" -msgstr "غ&ير الحجم" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 350 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 362 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 383 -#, fuzzy -msgid "(De)Iconify" -msgstr "(عدم) التحويل لأي&قونة" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 351 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 363 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 384 -#, fuzzy -msgid "(Un)Maximize" -msgstr "(أزل) الت&كبير" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 352 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 364 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 385 -msgid "(Un)Shade" -msgstr "" - -#. ./default-config/config: line 353 -#, fuzzy -msgid "(Un)Stick" -msgstr "(أزل)ت&ثبيت" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 355 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 369 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 390 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 293 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 64 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 132 -#, fuzzy -msgid "Close" -msgstr "أ&غلق" - -#. ./default-config/config: line 356 -msgid "More" -msgstr "" - -#. ./default-config/config: line 359 -msgid "Window Ops" -msgstr "خيارات النافذة" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 365 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 386 -#, fuzzy -msgid "(Un)Sticky" -msgstr "(أزل)ت&ثبيت" - -#. ./default-config/config: line 366 -msgid "(No)Title Bar" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 367 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 388 -msgid "Send To" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 370 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 391 -msgid "Destroy" -msgstr "تدمير" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 372 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 393 -#, fuzzy -msgid "Raise" -msgstr "ار&فع" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 373 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 394 -#, fuzzy -msgid "Lower" -msgstr "ا&خفض" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 375 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 396 -msgid "Stays On Top" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 376 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 397 -msgid "Stays Put" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 377 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 398 -msgid "Stays On Bottom" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 379 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 400 -msgid "Identify" -msgstr "" - -#. ./default-config/config: line 387 -msgid "(No)TitleBar" -msgstr "" - -#. ./default-config/config: line 404 -msgid "Current" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 405 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 417 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 418 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 419 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 420 -msgid "Page" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 55 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 58 -#, fuzzy -msgid "Fvwm XDGMenu Config" -msgstr "خيارات إعداد Fvwm" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 62 -msgid "Available Menus" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 70 -msgid "Menus in" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 98 -msgid "No menus found! Check why from within a terminal with" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 109 -msgid "Options" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 110 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 291 -msgid "Help" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 115 -msgid "Include in Menu? " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 117 -msgid "Config " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 118 -msgid "Regenerate " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 119 -msgid "Both " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 120 -msgid "None " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 123 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 27 -msgid "Use Icons? " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 125 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 136 -msgid "Yes " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 126 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 137 -msgid "No " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 128 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 139 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 147 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 155 -msgid " " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 129 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 38 -msgid "Icon size: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 131 -msgid " (Default is 24)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 134 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 99 -msgid "Use Titles? " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 140 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 57 -msgid "Used Icon theme: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 144 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 71 -msgid "Directory Icon: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 148 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 85 -msgid "Application Icon: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 152 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 104 -msgid "Top Menu Name: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 156 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 109 -msgid "Insert Menu Into: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 160 -msgid "Terminal command: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 162 -msgid " (Used to run Terminal entries)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 165 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 46 -msgid "Icon directory: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 167 -msgid " (Directory for converted icons)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 170 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 122 -msgid "Output path: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 172 -msgid " (Full path to store output)" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 180 -#, fuzzy -msgid "Export Menu" -msgstr "القائمة الجذرية" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 211 -msgid "Save and Regenerate" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 251 -msgid "Save" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 289 -msgid "Reset" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 -msgid "XDGMenu Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 -msgid "XDGMenu.Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 -msgid "" -"All the XDG menus found on the system are listed under Available Menus. Use" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 -msgid "" -"this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 -msgid "" -"and select which menus are generated. Select the options you want and then" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 -msgid "generate then generate the menu by selecting the following:" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 -#, fuzzy -msgid "Export Menu:" -msgstr "القائمة الجذرية" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 -msgid "" -" Generates a menu by calling fvwm-menu-desktop with the selected options" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 -msgid "" -" and saves the output to Output Path. After the menu file is created it" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 -msgid "" -" is read by fvwm. This option does not save any changes made to settings." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 -msgid "Save and Regenerate:" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 -msgid "" -" This saves the settings then runs fvwm-menu-desktop with no options " -"using" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 -msgid "" -" the defaults saved in the config file. This does not export the menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 -msgid "" -"Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 -msgid "" -"Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" -"menus/" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 -msgid "" -"following the XDG menu specification are only shown in $HOME/.config/menus/." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 -msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 -msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 10 -msgid "XDGMenu Options Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 -msgid "General Options" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 -msgid "Include in Menu: " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 -msgid "" -"Set if XDGMenu will include menu items to Configure and/or Regenerate the " -"menu" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 30 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 33 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 52 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 60 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 63 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 74 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 77 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 80 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 88 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 91 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 117 -msgid " " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 -msgid "at the bottom of the top level menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 -msgid "" -"Option enables mini-icons in the menu(s). Warning! If ImageMagick is " -"installed" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 -msgid "" -"the script may generate all the icons and pause your system until the job is" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 -msgid "" -"done. After the icons are generated, it will not take as long to regenerate." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 -msgid "" -"If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " -"is" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 -msgid "desired enter the wanted size in this field." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 -msgid "" -"If the specified icon isn't that size it is converted if ImageMagick is " -"installed." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 -msgid "" -"Generated icons are saved in $HOME/.fvwm/icons or the directory specified " -"here." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 -msgid "Otherwise no icon appears in the menu for that entry." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 -msgid "Sets the used icon theme. Default is 'gnome' but all others found in" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 -msgid "" -"/usr/share/icons can used except the hicolor theme because it's the default" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 -msgid "" -"fallback theme if no icon is found. Note that the theme name must be written" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 -msgid "exactly as the icon directory e.g." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 -msgid "" -"If 'Use Icons' is enabled and for a directory in a menu no icon is found" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 89 -msgid "as default icon is used. But if the gnome icon theme isn't" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 92 -msgid "installed no default icon appears. Another icon can defined here." -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 95 -msgid "Only the name of an icon is needed not the path!" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 -msgid "If 'Use Icons' is enabled and for an application no icon is found" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 -msgid "" -"If this option is set menus are generated with titles. Default is use titles." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 -msgid "Sets the name of the name of the top level menu. Default is XDGMenu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 -msgid "Inserts the menu items into the given Menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 -msgid "Terminal Command: " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 -msgid "" -"Enter terminal emulator command used to launch terminal applications. The " -"command" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 -msgid "must end with an execute option (-e). Default xterm -e." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 -msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 136 -msgid "manpage" -msgstr "" - -#~ msgid "Setup Form" -#~ msgstr "شاشة الإعداد" - -#~ msgid "Setup 95 Script" -#~ msgstr "ملف إعداد 95" - -#~ msgid "Remote Logins" -#~ msgstr "الدخول عن بعد" - -#~ msgid "Utilities" -#~ msgstr "برامج الخدمات" - -#~ msgid "Fvwm Modules" -#~ msgstr "وحدات Fvwm" - -#~ msgid "Fvwm Window Ops" -#~ msgstr "خيارات نوافذ Fvwm" - -#~ msgid "Refresh Screen" -#~ msgstr "أعد تنشيط الشاشة" - -#~ msgid "Recapture Screen" -#~ msgstr "أعد عرض الشاشة" - -#~ msgid "Exit Fvwm" -#~ msgstr "الخروج من Fvwm" - -#~ msgid "Reset X defaults" -#~ msgstr "إسترجاع الإفتراضي لأكس" - -#~ msgid "Sloppy Focus" -#~ msgstr "تركيز بطيئ" - -#~ msgid "Click To Focus" -#~ msgstr "تركيز بالضعط" - -#~ msgid "Focus Follows Mouse" -#~ msgstr "تركيز بلحاق الفارة" - -#~ msgid "Colormap Follows Mouse" -#~ msgstr "خارطة الألوان تلحق بالفارة" - -#~ msgid "Colormap Follows Focus" -#~ msgstr "خارطة الألوان تلحق بالتركيز" - -#~ msgid "Full Paging ON" -#~ msgstr "تشغيل التصفح الكامل " - -#~ msgid "All Paging OFF" -#~ msgstr "توقيف التصفح الكامل" - -#~ msgid "Horizontal Paging Only" -#~ msgstr "التصفح الأفقي فقط" - -#~ msgid "Vertical Paging Only" -#~ msgstr "التصفح العمودي فقط" - -#~ msgid "Partial Paging" -#~ msgstr "تصفح جزئي" - -#~ msgid "Full Paging && Edge Wrap" -#~ msgstr "تصفح كامل مع القلب عند الحواف" - -#~ msgid "&Delete" -#~ msgstr "اح&ذف" - -#~ msgid "Print" -#~ msgstr "أطبع" - -#~ msgid "Print Re&verse" -#~ msgstr "أطبع بالم&قلوب" - -#~ msgid "Control Animation" -#~ msgstr "تحكم بالحركة" - -#~ msgid "desks" -#~ msgstr "مكاتب" - -#~ msgid "Stop Module Menu" -#~ msgstr "قائمة إيقاف الوحدات" - -#~ msgid "Stop Fvwm Modules" -#~ msgstr "إيقاف وحدات Fvem" - -#~ msgid "Stop" -#~ msgstr "إيقاف" - -#~ msgid "Really Quit Fvwm?" -#~ msgstr "هل تريد الخروج من Fvwm ؟" - -#~ msgid "Yes, Really Quit" -#~ msgstr "نعم، أريد الخروج" - -#~ msgid "Start" -#~ msgstr "إبدأ" - -#~ msgid "Just an Xterm" -#~ msgstr "أظهر Xterm فقط" - -#~ msgid "No, Don't Quit" -#~ msgstr "لا، لا تخرج" - -#~ msgid "fvwm - Create Configuration" -#~ msgstr "إنشاء ملف خيارات ل fvwm" - -#~ msgid "Use this form to create your fvwm2rc configuration file." -#~ msgstr "إستعمل هذا النموذج لإنشاء ملف الإعدادات fvwm2rc الخاص بك" - -#~ msgid "The file created is ~/.fvwm/.fvwm2rc or $FVWM_USERDIR/.fvwm2rc." -#~ msgstr "الملف المنشأ هو ~/.fvwm/.fvwm2rc أو $FVWM_USERDIR/.fvwm2rc" - -#~ msgid "After creation, the fvwm2rc file can then be changed with any" -#~ msgstr "بعد الإنشاء، من الممكن تعديل الملف الخيارات fvwm2rc بإستعمال أي" - -#~ msgid "editor to suit your own needs." -#~ msgstr "محرر نصوص تريده." - -#~ msgid "Create a starting .fvwm2rc file" -#~ msgstr "أنشئ الملف المبدئي .fvwm2rc " - -#~ msgid "These files are optional. Select the modules you want to customize." -#~ msgstr "الملفات التالية إختيارية. أختر الوحدات التي تود أن تخصصها." - -#~ msgid "You can always copy them later." -#~ msgstr "تستطيع نسخهم في الوقت الذي تريد." - -#~ msgid "Return - Dismiss" -#~ msgstr "رجوع - خروج" - -#~ msgid "Copy Config File(s)" -#~ msgstr "إنسخ ملفات التعريف" diff --git a/po/fvwm.da.gmo b/po/fvwm.da.gmo deleted file mode 100644 index 46642ac7a..000000000 Binary files a/po/fvwm.da.gmo and /dev/null differ diff --git a/po/fvwm.de.gmo b/po/fvwm.de.gmo deleted file mode 100644 index dc085942c..000000000 Binary files a/po/fvwm.de.gmo and /dev/null differ diff --git a/po/fvwm.es.gmo b/po/fvwm.es.gmo deleted file mode 100644 index 0fe257d7f..000000000 Binary files a/po/fvwm.es.gmo and /dev/null differ diff --git a/po/fvwm.es.po b/po/fvwm.es.po deleted file mode 100644 index 330b3fc48..000000000 --- a/po/fvwm.es.po +++ /dev/null @@ -1,202 +0,0 @@ -# Spanish translations for fvwm package -# Copyright (C) 2013 fvwm workers -# This file is distributed under the same license as the PACKAGE package. -# Adonai Martin , 2013. -# Luis Sobalvarro , 2020 -# -msgid "" -msgstr "" -"Project-Id-Version: fvwm\n" -"POT-Creation-Date: 2002-11-28 14:23+0100\n" -"PO-Revision-Date: 2020-11-25 16:42+0000\n" -"Last-Translator: Luis Sobalvarro \n" -"Language-Team: Spanish\n" -"Language: Spanish\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-15\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../fvwm/fvwm.c:1362 -msgid "Builtin Menu" -msgstr "Menú Interno" - -#: ../fvwm/fvwm.c:1371 -msgid "Issue fvwm commands" -msgstr "Invocar comandos fvwm" - -#: ../fvwm/fvwm.c:1374 -msgid "Restart fvwm" -msgstr "Reiniciar fvwm" - -#: ../fvwm/fvwm.c:1375 -msgid "Exit fvwm" -msgstr "Cerrar fvwm" - -#: ../fvwm/expand.c:255 ../fvwm/virtual.c:2042 -msgid "Desk" -msgstr "Escritorio" - -#: ../fvwm/windowlist.c:94 ../fvwm/windowlist.c:100 ../fvwm/windowlist.c:107 -msgid "\tGeometry" -msgstr "\tGeometría" - -#: ../fvwm/windowlist.c:105 -#, c-format -msgid "Desk: %d%s" -msgstr "Escritorio: %d%s" - -#: ../fvwm/menus.c:1674 -msgid "More&..." -msgstr "Más&..." - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 51 -msgid "Fvwm Menu Desktop Config" -msgstr "Configuración de Fvwm Menu Desktop" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 58 -msgid "Multiple Menu" -msgstr "Menú múltiple" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 66 -msgid "Menus in" -msgstr "Menús en" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 95 -msgid "No menus found! Check why from within a terminal with" -msgstr "¡No se han encontrado menús! Compruebe por qué desde un terminal con" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 109 -msgid "Single Menu" -msgstr "Menú Único" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 114 -msgid "If you want a single menu only deselect all menus above and fill out the fields below." -msgstr "Si desea solo menú, deseleccione todos los menús de arriba y complete los siguientes campos." - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 116 -msgid "But remember, if the menu doesn't exist, nothing happens." -msgstr "Pero recuerde: si el menú no existe, no pasa nada." - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 120 -msgid "Menu Top Title: " -msgstr "Título sobre menú: " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 123 -msgid " " -msgstr " " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 124 -msgid "Install-Prefix: " -msgstr "Prefijo instalación:" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 128 -msgid "Desktop: " -msgstr "Escritorio: " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 132 -msgid "Menutype: " -msgstr "Tipo de menú: " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 141 -msgid "General Options" -msgstr "Opciones generales" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 146 -msgid "Used Menu Type: " -msgstr "Tipo de menú usado: " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 149 -msgid "Multiple " -msgstr "Múltiple " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 150 -msgid "Single" -msgstr "Único" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 153 -msgid "Use Icons? " -msgstr "Usar Iconos? " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 155 -msgid "Yes " -msgstr "Sí " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 156 -msgid "No " -msgstr "No " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 159 -msgid "Icon size: " -msgstr "Tamaño de icono: " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 161 -msgid " (Default is 24)" -msgstr " (Estándar es 24)" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 164 -msgid "Use Titles? " -msgstr "Utilizar títulos? " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 170 -msgid "Used Icon theme: " -msgstr "Icono de tema usado: " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 174 -msgid "Menu(s) in a Menu? " -msgstr "Menú(s) en el menú? " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 180 -msgid "Insert in menu: " -msgstr "Insertar en el menú: " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 184 -msgid "Directory Icon: " -msgstr "Icono de carpeta: " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 188 -msgid "Application Icon: " -msgstr "Icono Aplicación: " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 192 -msgid "Icon directory: " -msgstr "Directorio de iconos: " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 194 -msgid " (Directory for converted icons)" -msgstr " (Directorio de iconos convertidos)" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 197 -msgid "Output path: " -msgstr "Ruta de salida: " - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 199 -msgid " (Full path to store output)" -msgstr " (Ruta completa para almacenar la salida)" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 209 -msgid "Generate Menu(s)" -msgstr "Generar Menú(s)" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 235 -msgid "Save Settings" -msgstr "Guardar Configuración" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 262 -msgid "Reset" -msgstr "Resetear" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 264 -msgid "Help" -msgstr "Ayuda" - -#. ./bin/fvwm-menu-desktop-config.fpl.in: line 266 -msgid "Quit" -msgstr "Cerrar" - -#. ./bin/fvwm-menu-desktop.in: line 472 -msgid "Regenerate XDG Menu(s)" -msgstr "Regenerar Menú(s) XDG" - -#. ./bin/fvwm-menu-desktop.in: line 515 -msgid "Regenerate XDG Menu" -msgstr "Regenerar Menú XDG" diff --git a/po/fvwm.fr.gmo b/po/fvwm.fr.gmo deleted file mode 100644 index 51d1b0814..000000000 Binary files a/po/fvwm.fr.gmo and /dev/null differ diff --git a/po/fvwm.fr.po b/po/fvwm.fr.po deleted file mode 100644 index bd9936a80..000000000 --- a/po/fvwm.fr.po +++ /dev/null @@ -1,1097 +0,0 @@ -# French translations for fvwm package -# Traduction anglaise du package fvwm. -# Copyright (C) 2002 fvwm workers -# This file is distributed under the same license as the fvwm package. -# Olivier Chapuis , 2002. -# -msgid "" -msgstr "" -"Project-Id-Version: fvwm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: 2014-02-27 11:40+0100\n" -"Last-Translator: Dominique Michel \n" -"Language-Team: French\n" -"Language: French\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.5\n" - -#: ../fvwm/fvwm3.c:1352 -msgid "Builtin Menu" -msgstr "Menu Interne" - -#: ../fvwm/fvwm3.c:1359 -msgid "Issue fvwm commands" -msgstr "Executer des commandes fvwm" - -#: ../fvwm/fvwm3.c:1364 -msgid "Desktop Menu" -msgstr "" - -#: ../fvwm/fvwm3.c:1369 -msgid "Restart fvwm" -msgstr "Redémarrer fvwm" - -#: ../fvwm/fvwm3.c:1374 -msgid "Exit fvwm" -msgstr "Quitter fvwm" - -#. #-#-#-#-# duplicate.pot (PACKAGE VERSION) #-#-#-#-# -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 406 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 410 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 411 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 412 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 413 -#: ../fvwm/expand.c:492 -msgid "Desk" -msgstr "Bureau" - -#: ../fvwm/windowlist.c:96 ../fvwm/windowlist.c:102 ../fvwm/windowlist.c:109 -msgid "\tGeometry" -msgstr "\tGéometrie" - -#: ../fvwm/windowlist.c:107 -#, c-format -msgid "Desk: %d%s" -msgstr "Bureau: %d%s" - -#: ../fvwm/menus.c:1798 -msgid "More&..." -msgstr "Plus&..." - -#. ./default-config/config: line 303 -msgid "&Programs" -msgstr "" - -#. ./default-config/config: line 304 -msgid "XDG &Menu" -msgstr "" - -#. ./default-config/config: line 309 -msgid "&Wallpapers" -msgstr "" - -#. ./default-config/config: line 310 -msgid "M&an Pages" -msgstr "" - -#. ./default-config/config: line 313 -#, fuzzy -msgid "Re&fresh" -msgstr "Ra&fraîchir la fenêtre" - -#. ./default-config/config: line 314 -#, fuzzy -msgid "&Restart" -msgstr "Redémarrer" - -#. ./default-config/config: line 315 -#, fuzzy -msgid "&Quit" -msgstr "Quittez" - -#. ./default-config/config: line 326 -msgid "Programs" -msgstr "" - -#. ./default-config/config: line 340 -msgid "Wallpapers" -msgstr "" - -#. ./default-config/config: line 341 -msgid "Floral" -msgstr "" - -#. ./default-config/config: line 342 -msgid "Circles" -msgstr "" - -#. ./default-config/config: line 343 -msgid "Space" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 348 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 360 -#, fuzzy -msgid "Move" -msgstr "&Déplacer" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 349 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 361 -#, fuzzy -msgid "Resize" -msgstr "&Redimensionner" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 350 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 362 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 383 -#, fuzzy -msgid "(De)Iconify" -msgstr "(Dé)&Minimiser" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 351 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 363 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 384 -#, fuzzy -msgid "(Un)Maximize" -msgstr "(Dé)&Maximiser" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 352 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 364 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 385 -msgid "(Un)Shade" -msgstr "" - -#. ./default-config/config: line 353 -#, fuzzy -msgid "(Un)Stick" -msgstr "(Dế)&Fixer" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 355 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 369 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 390 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 293 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 64 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 132 -msgid "Close" -msgstr "Fermez" - -#. ./default-config/config: line 356 -#, fuzzy -msgid "More" -msgstr "Plus&..." - -#. ./default-config/config: line 359 -msgid "Window Ops" -msgstr "Opérations sur les fenêtres" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 365 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 386 -#, fuzzy -msgid "(Un)Sticky" -msgstr "(Dế)&Fixer" - -#. ./default-config/config: line 366 -msgid "(No)Title Bar" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 367 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 388 -msgid "Send To" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 370 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 391 -msgid "Destroy" -msgstr "&Brûler" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 372 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 393 -#, fuzzy -msgid "Raise" -msgstr "&En avant" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 373 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 394 -#, fuzzy -msgid "Lower" -msgstr "En &arrière" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 375 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 396 -msgid "Stays On Top" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 376 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 397 -msgid "Stays Put" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 377 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 398 -msgid "Stays On Bottom" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 379 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 400 -msgid "Identify" -msgstr "" - -#. ./default-config/config: line 387 -msgid "(No)TitleBar" -msgstr "" - -#. ./default-config/config: line 404 -msgid "Current" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 405 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 417 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 418 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 419 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 420 -msgid "Page" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 55 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 58 -#, fuzzy -msgid "Fvwm XDGMenu Config" -msgstr "Configuration de Fvwm Menu Desktop" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 62 -#, fuzzy -msgid "Available Menus" -msgstr "Menu simple" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 70 -msgid "Menus in" -msgstr "Menus dans" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 98 -msgid "No menus found! Check why from within a terminal with" -msgstr "Pas de menu trouvé ! Depuis un terminal, contrôlez pourquoi avec" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 109 -#, fuzzy -msgid "Options" -msgstr "Options générales" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 110 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 291 -msgid "Help" -msgstr "Aide" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 115 -#, fuzzy -msgid "Include in Menu? " -msgstr "Insérer dans le menu: " - -#. ./bin/fvwm-menu-desktop-config.fpl: line 117 -msgid "Config " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 118 -#, fuzzy -msgid "Regenerate " -msgstr "Régénérer le menu XDG" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 119 -msgid "Both " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 120 -msgid "None " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 123 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 27 -msgid "Use Icons? " -msgstr "Utiliser des icônes? " - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 125 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 136 -msgid "Yes " -msgstr "Oui " - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 126 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 137 -msgid "No " -msgstr "Non " - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 128 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 139 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 147 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 155 -msgid " " -msgstr " " - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 129 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 38 -msgid "Icon size: " -msgstr "Taille d'icône : " - -#. ./bin/fvwm-menu-desktop-config.fpl: line 131 -msgid " (Default is 24)" -msgstr " (Par défaut, 24)" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 134 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 99 -msgid "Use Titles? " -msgstr "Utiliser des titres? " - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 140 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 57 -msgid "Used Icon theme: " -msgstr "Thème d'icônes: " - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 144 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 71 -msgid "Directory Icon: " -msgstr "Annuaire d'icône: " - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 148 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 85 -msgid "Application Icon: " -msgstr "Icône d'applications: " - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 152 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 104 -#, fuzzy -msgid "Top Menu Name: " -msgstr "Type de menu utilisé :" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 156 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 109 -#, fuzzy -msgid "Insert Menu Into: " -msgstr "Insérer dans le menu: " - -#. ./bin/fvwm-menu-desktop-config.fpl: line 160 -msgid "Terminal command: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 162 -msgid " (Used to run Terminal entries)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 165 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 46 -msgid "Icon directory: " -msgstr "Dossier des icônes: " - -#. ./bin/fvwm-menu-desktop-config.fpl: line 167 -msgid " (Directory for converted icons)" -msgstr " (Répertoire pour les icônes converties)" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 170 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 122 -msgid "Output path: " -msgstr "Chemin de sortie: " - -#. ./bin/fvwm-menu-desktop-config.fpl: line 172 -msgid " (Full path to store output)" -msgstr " (Chemin complêt du fichier de menu)" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 180 -#, fuzzy -msgid "Export Menu" -msgstr "Menu Principal" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 211 -msgid "Save and Regenerate" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 251 -msgid "Save" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 289 -msgid "Reset" -msgstr "Remise à zéro" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 -msgid "XDGMenu Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 -msgid "XDGMenu.Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 -#, fuzzy -msgid "" -"All the XDG menus found on the system are listed under Available Menus. Use" -msgstr "" -"Dans cette section tous les menus XDG trouvés seront affichés sur le " -"systeme. Tous les" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 -msgid "" -"this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 -msgid "" -"and select which menus are generated. Select the options you want and then" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 -msgid "generate then generate the menu by selecting the following:" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 -#, fuzzy -msgid "Export Menu:" -msgstr "Menu Principal" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 -msgid "" -" Generates a menu by calling fvwm-menu-desktop with the selected options" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 -msgid "" -" and saves the output to Output Path. After the menu file is created it" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 -msgid "" -" is read by fvwm. This option does not save any changes made to settings." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 -msgid "Save and Regenerate:" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 -msgid "" -" This saves the settings then runs fvwm-menu-desktop with no options " -"using" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 -msgid "" -" the defaults saved in the config file. This does not export the menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 -#, fuzzy -msgid "" -"Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." -msgstr "" -"Notez que des menus identiques trouvés dans /etc/xdg/menus et $HOME/.config/" -"menus/," - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 -#, fuzzy -msgid "" -"Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" -"menus/" -msgstr "" -"Notez que des menus identiques trouvés dans /etc/xdg/menus et $HOME/.config/" -"menus/," - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 -#, fuzzy -msgid "" -"following the XDG menu specification are only shown in $HOME/.config/menus/." -msgstr "" -"suivant la spécification de menu XDG ne sont montrés que dans $HOME/.config/" -"menus/." - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 -#, fuzzy -msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." -msgstr "" -"Si le menu n'apparaît pas, vérifiez pourquoi dans un terminal avec 'fvwm-" -"menu-desktop -v'." - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 -#, fuzzy -msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." -msgstr "" -"C'est aussi une bonne idée de chercher les erreurs dans ~/.xsession-errors." - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 10 -#, fuzzy -msgid "XDGMenu Options Help" -msgstr "Options générales" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 -msgid "General Options" -msgstr "Options générales" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 -#, fuzzy -msgid "Include in Menu: " -msgstr "Insérer dans le menu: " - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 -msgid "" -"Set if XDGMenu will include menu items to Configure and/or Regenerate the " -"menu" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 30 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 33 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 52 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 60 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 63 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 74 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 77 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 80 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 88 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 91 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 117 -msgid " " -msgstr " " - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 -msgid "at the bottom of the top level menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 -#, fuzzy -msgid "" -"Option enables mini-icons in the menu(s). Warning! If ImageMagick is " -"installed" -msgstr "Option pour activer les mini icônes dans le/les menu(s)." - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 -msgid "" -"the script may generate all the icons and pause your system until the job is" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 -msgid "" -"done. After the icons are generated, it will not take as long to regenerate." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 -msgid "" -"If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " -"is" -msgstr "" -"Si 'Utiliser des icônes' est choisi, par defaut des mini-icones de 24x24 " -"seront utilisés." - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 -msgid "desired enter the wanted size in this field." -msgstr "" -"Si une autre taille est desirée, entrer la taille voulue dans ce champ." - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 -msgid "" -"If the specified icon isn't that size it is converted if ImageMagick is " -"installed." -msgstr "" -"Si l'icône specifiée n'exsite pas à cette taille, elle peut être convertie " -"si ImageMagick" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 -msgid "" -"Generated icons are saved in $HOME/.fvwm/icons or the directory specified " -"here." -msgstr "" -"est installé. Les icônes générées sont sauvegardées sous $HOME/.fvwm/icons " -"ou dans le" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 -msgid "Otherwise no icon appears in the menu for that entry." -msgstr "" -"dossier spécifié ici. Sinon aucune icône apparaît dans le menu pour cette " -"entrée." - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 -msgid "Sets the used icon theme. Default is 'gnome' but all others found in" -msgstr "" -"Applique le théme d'icônes utilisé. Par défaut 'gnome', mais toute autre " -"icône trouvée" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 -msgid "" -"/usr/share/icons can used except the hicolor theme because it's the default" -msgstr "" -"dans /usr/share/icons peut être utilisée sauf le théme hicolor car c'est le " -"théme" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 -msgid "" -"fallback theme if no icon is found. Note that the theme name must be written" -msgstr "" -"de secour par défaut, si aucune icône n'est trouvée. Notez que le théme doit " -"avoir le" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 -msgid "exactly as the icon directory e.g." -msgstr "même nom que le dossier des icônes, par exemple :" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 -msgid "" -"If 'Use Icons' is enabled and for a directory in a menu no icon is found" -msgstr "" -"Si 'Utiliser des icônes' est actif et qu'aucune icône n'est trouvée dans un " -"dossier," - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 89 -msgid "as default icon is used. But if the gnome icon theme isn't" -msgstr "est utilisé par defaut. Mais si le théme d'icône de gnome n'est pas" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 92 -msgid "installed no default icon appears. Another icon can defined here." -msgstr "" -"installé, aucune icône n'apparaîtera. D'autres icônes peuvent être definies " -"ici." - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 95 -msgid "Only the name of an icon is needed not the path!" -msgstr "Seul le nom d'une icône est nécessaire, pas le chemin d'accés." - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 -msgid "If 'Use Icons' is enabled and for an application no icon is found" -msgstr "" -"Si 'Utiliser des icônes' est actif et que pour une application aucune icnone " -"n'est trouvée," - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 -#, fuzzy -msgid "" -"If this option is set menus are generated with titles. Default is use titles." -msgstr "" -"Si cet option est active les menus sont générés avec des titres. Par défaut " -"sans titre." - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 -msgid "Sets the name of the name of the top level menu. Default is XDGMenu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 -msgid "Inserts the menu items into the given Menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 -msgid "Terminal Command: " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 -msgid "" -"Enter terminal emulator command used to launch terminal applications. The " -"command" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 -msgid "must end with an execute option (-e). Default xterm -e." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 -#, fuzzy -msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." -msgstr "" -"Entrez ici le chemin complet du menu pour l'enregistrer. Par default " -"$FVWM_USERDIR/.menu." - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 136 -msgid "manpage" -msgstr "" - -#~ msgid "Setup Form" -#~ msgstr "Configuration avec Form" - -#~ msgid "Setup 95 Script" -#~ msgstr "Configuration avec Script95" - -#~ msgid "Remote Logins" -#~ msgstr "Login à distance" - -#~ msgid "Utilities" -#~ msgstr "Utilitaires" - -#~ msgid "Fvwm Modules" -#~ msgstr "Modules de Fvwm" - -#~ msgid "Fvwm Window Ops" -#~ msgstr "Opérations sur les fenêtres" - -#~ msgid "Fvwm Config Ops" -#~ msgstr "Opérations de config" - -#~ msgid "Refresh Screen" -#~ msgstr "Rafraîchir l'écran" - -#~ msgid "Recapture Screen" -#~ msgstr "Recapturer l'écran" - -#~ msgid "Exit Fvwm" -#~ msgstr "Quitter fvwm" - -#~ msgid "Reset X defaults" -#~ msgstr "Rétablir les défauts de X" - -#~ msgid "Sloppy Focus" -#~ msgstr "Focus fluide" - -#~ msgid "Click To Focus" -#~ msgstr "Cliquer pour le focus" - -#~ msgid "Focus Follows Mouse" -#~ msgstr "Le focus suit la souris" - -#~ msgid "Colormap Follows Mouse" -#~ msgstr "Les couleurs suivent la souris" - -#~ msgid "Colormap Follows Focus" -#~ msgstr "Les couleurs suivent le focus" - -#~ msgid "Full Paging ON" -#~ msgstr "Pagination complète activée" - -#~ msgid "All Paging OFF" -#~ msgstr "Toute pagination désactivée" - -#~ msgid "Horizontal Paging Only" -#~ msgstr "Pagination horizontale seulement" - -#~ msgid "Vertical Paging Only" -#~ msgstr "Pagination verticale seulement" - -#~ msgid "Partial Paging" -#~ msgstr "Pagination partielle" - -#~ msgid "Full Paging && Edge Wrap" -#~ msgstr "Pagination complète && Bord électrique" - -#~ msgid "&Delete" -#~ msgstr "&Quitter" - -#~ msgid "&Close" -#~ msgstr "&Fermer" - -#~ msgid "Print" -#~ msgstr "Imprimer" - -#~ msgid "Print Re&verse" -#~ msgstr "Impression in&verse" - -#~ msgid "Control Animation" -#~ msgstr "Contrôler l'animation" - -#~ msgid "desks" -#~ msgstr "bureaux" - -#~ msgid "Stop Module Menu" -#~ msgstr "Menu d'arrêt des Modules" - -#~ msgid "Stop Fvwm Modules" -#~ msgstr "Arrêter des Modules" - -#~ msgid "Stop" -#~ msgstr "Stop" - -#~ msgid "Really Quit Fvwm?" -#~ msgstr "On quitte vraiment ?" - -#~ msgid "Yes, Really Quit" -#~ msgstr "Oui, on quitte vraiment" - -#~ msgid "Start" -#~ msgstr "Démarrer" - -#~ msgid "Just an Xterm" -#~ msgstr "Juste XTerm" - -#~ msgid "No, Don't Quit" -#~ msgstr "Non, on ne quitte pas" - -# FvwmForm -#~ msgid "fvwm - Create Configuration" -#~ msgstr "fvwm - Créer votre configuration" - -#~ msgid "Use this form to create your fvwm2rc configuration file." -#~ msgstr "Utilisez ce formulaire pour créer votre fichier de configuration." - -#~ msgid "The file created is ~/.fvwm/.fvwm2rc or $FVWM_USERDIR/.fvwm2rc." -#~ msgstr "Ce ficher est ~/.fvwm/.fvwm2rc ou $FVWM_USERDIR/.fvwm2rc." - -#~ msgid "After creation, the fvwm2rc file can then be changed with any" -#~ msgstr "Après création, vous pouvez éditer ce fichier avec un éditeur" - -#~ msgid "editor to suit your own needs." -#~ msgstr "pour une configuration à votre convenance." - -#~ msgid "Create a starting .fvwm2rc file" -#~ msgstr "Créez un fichier .fvwm2rc initial" - -#~ msgid "These files are optional. Select the modules you want to customize." -#~ msgstr "Ces fichiers sont optionnels. Choisissez les modules à éditer." - -#~ msgid "You can always copy them later." -#~ msgstr "Vous pourrez les copier plus tard." - -#~ msgid "Return - Dismiss" -#~ msgstr "Quitter" - -#~ msgid "Copy Config File(s)" -#~ msgstr "Copier les fichiers" - -#~ msgid "Multiple Menu" -#~ msgstr "Menu multiple" - -#~ msgid "" -#~ "If you want a single menu only deselect all menus above and fill out the " -#~ "fields below." -#~ msgstr "" -#~ "Si vous voulez un menu unique, désélectionner tous les menus ci-dessus et " -#~ "remplissez les champs" - -#~ msgid "But remember, if the menu doesn't exist, nothing happens." -#~ msgstr "" -#~ "ci-dessous. Mais rappelez-vous, si le menu n'existe pas, rien ne se passe." - -#~ msgid "Menu Top Title: " -#~ msgstr "Titre du menu : " - -#~ msgid "Install-Prefix: " -#~ msgstr "Préfixe de menu : " - -#~ msgid "Desktop: " -#~ msgstr "Bureau : " - -#~ msgid "Menutype: " -#~ msgstr "Type de menu : " - -#~ msgid "Multiple " -#~ msgstr "Multiple " - -#~ msgid "Single" -#~ msgstr "Simple" - -#~ msgid "Menu(s) in a Menu? " -#~ msgstr "Menu(s) dans un menu? " - -#~ msgid "Generate Menu(s)" -#~ msgstr "Générez le menu" - -#~ msgid "Save Settings" -#~ msgstr "Sauvez les réglages" - -#~ msgid "Regenerate XDG Menu(s)" -#~ msgstr "Régénérer le(s) menu(s) XDG" - -#~ msgid "" -#~ "In this section you can define a custom-assembled menu 'foo-bar.menu' " -#~ "placed on another" -#~ msgstr "" -#~ "Dans cette section vous pouvez customiser un menu 'foo-bar.menu' placé " -#~ "dans un autre" - -#~ msgid "location as defined in the XDG menu definitions." -#~ msgstr "emplacement comme defini dans les définitions du menu XDG." - -#~ msgid "" -#~ "Specifies the menu title of the top menu used by Fvwm's Popup command." -#~ msgstr "" -#~ " Specifiez le titre du menu principal utilisé par la commande de Fvwm." - -#~ msgid "Default is 'FvwmMenu'." -#~ msgstr "La valeur par défaut est 'FvwmMenu'." - -#~ msgid "" -#~ "Overrides the standard locations for XDG menu definitions. The standard" -#~ msgstr "" -#~ " Écrase l'emplacement standard pour la definition du menu XDG. Les " -#~ "emplacements" - -#~ msgid "locations are /etc/xdg/menus and" -#~ msgstr "standards sont /etc/xdg/menus et" - -#~ msgid "if available." -#~ msgstr "si disponible." - -#~ msgid "Overrides the name of the main desktop environment installed on the" -#~ msgstr "" -#~ " Écrase le nom de l'environnement principal qui est installé sur le " -#~ "systeme." - -#~ msgid "" -#~ "system. If a system offers multiple desktop environments $XDG_MENU_PREFIX" -#~ msgstr "" -#~ "Si le systeme offre plusieurs environneents de bureau, $XDG_MENU_PREFIX " -#~ "est" - -#~ msgid "is typically set. It is ignored if this field is used." -#~ msgstr "" -#~ "normalement appliqué. Elle est ignorée si le champ est utilisé. Les noms" - -#~ msgid "Possible names: gnome, kde, lxde, etc." -#~ msgstr "possibles sont: gnome, kde, lxde, etc." - -#~ msgid "" -#~ "Defines which type of menu should be found. Possible name types could be:" -#~ msgstr "" -#~ " Définit quel type de menu doit être trouvé. Les noms des types possibles" - -#~ msgid "" -#~ "applications, settings, preferences, etc. Note if the specified menu type" -#~ msgstr "" -#~ "peuvent être : applications, settings, preferences, etc. Attention: si le " -#~ "type" - -#~ msgid "doesn't exist the generated menu is empty!" -#~ msgstr "de menu specifié n'existe pas, le menu généré est vide !" - -#~ msgid "" -#~ "will integrate in one Fvwm menu. If you want to generate a custom-" -#~ "assembled menu" -#~ msgstr "" -#~ "menus selectionnés seront intégrés dans un menu Fvwm. Si vous voulez " -#~ "générer" - -#~ msgid "use the 'Single Menu' section." -#~ msgstr "un menu client, utlisez la section 'Menu simple'." - -#~ msgid "List menus with checkboxes found in /etc/xdg/menus/" -#~ msgstr "" -#~ "La liste des menus avec des cases à cocher se trouve dans /etc/xdg/menus/" - -#~ msgid "List menus with checkboxes found in $HOME/.config/menus/" -#~ msgstr "" -#~ "La liste des menus avec des cases à cocher se trouve dans $HOME/.config/" -#~ "menus/" - -#~ msgid "One limitation exists:" -#~ msgstr "Il existe une limitation :" - -#~ msgid "" -#~ "If there are too much menus found an error occurs in .xsession-errors:" -#~ msgstr "" -#~ "S'il y a trop de menus trouvés, un message d'erreur apparaît dans ." -#~ "xsession-errors:" - -#~ msgid "" -#~ "This happens because PipeRead used for menu generation has a command " -#~ "length" -#~ msgstr "" -#~ "Cela se produit quand PipeRead a utilisé pour la generation du menu une " -#~ "commande" - -#~ msgid "limit of 1000 characters. Sorry for that inconvinience." -#~ msgstr "" -#~ "qui dépasse la limite de 1000 caractéres. Désolé pour la gêne " -#~ "occassionnée." - -#~ msgid "Set which menu generation will be used." -#~ msgstr "Applique quel type de génération de menu sera utilisé." - -#~ msgid "Enable this checkbox to insert generated menu(s) IN a menu." -#~ msgstr "" -#~ "Activez cette case à cocher pour insérer le menu généré dans un menu." - -#~ msgid "" -#~ "Enter in this field the name of the menu (its top title) where the " -#~ "generated menu(s)" -#~ msgstr "" -#~ "Entrez dans ce chanp le nom du menu (son titre principal) où le menu " -#~ "généré devra être" - -#~ msgid "" -#~ "should insert. For more information see the USAGE section in the man page " -#~ "of" -#~ msgstr "" -#~ "inséré. Pour plus d'information regardez la section USAGE dans la page " -#~ "man de" diff --git a/po/fvwm.pot b/po/fvwm.pot deleted file mode 100644 index 933c355be..000000000 --- a/po/fvwm.pot +++ /dev/null @@ -1,721 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR fvwm workers -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../fvwm/fvwm3.c:1352 -msgid "Builtin Menu" -msgstr "" - -#: ../fvwm/fvwm3.c:1359 -msgid "Issue fvwm commands" -msgstr "" - -#: ../fvwm/fvwm3.c:1364 -msgid "Desktop Menu" -msgstr "" - -#: ../fvwm/fvwm3.c:1369 -msgid "Restart fvwm" -msgstr "" - -#: ../fvwm/fvwm3.c:1374 -msgid "Exit fvwm" -msgstr "" - -#. #-#-#-#-# duplicate.pot (PACKAGE VERSION) #-#-#-#-# -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 406 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 410 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 411 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 412 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 413 -#: ../fvwm/expand.c:492 -msgid "Desk" -msgstr "" - -#: ../fvwm/windowlist.c:96 ../fvwm/windowlist.c:102 ../fvwm/windowlist.c:109 -msgid "\tGeometry" -msgstr "" - -#: ../fvwm/windowlist.c:107 -#, c-format -msgid "Desk: %d%s" -msgstr "" - -#: ../fvwm/menus.c:1798 -msgid "More&..." -msgstr "" - -#. ./default-config/config: line 303 -msgid "&Programs" -msgstr "" - -#. ./default-config/config: line 304 -msgid "XDG &Menu" -msgstr "" - -#. ./default-config/config: line 309 -msgid "&Wallpapers" -msgstr "" - -#. ./default-config/config: line 310 -msgid "M&an Pages" -msgstr "" - -#. ./default-config/config: line 313 -msgid "Re&fresh" -msgstr "" - -#. ./default-config/config: line 314 -msgid "&Restart" -msgstr "" - -#. ./default-config/config: line 315 -msgid "&Quit" -msgstr "" - -#. ./default-config/config: line 326 -msgid "Programs" -msgstr "" - -#. ./default-config/config: line 340 -msgid "Wallpapers" -msgstr "" - -#. ./default-config/config: line 341 -msgid "Floral" -msgstr "" - -#. ./default-config/config: line 342 -msgid "Circles" -msgstr "" - -#. ./default-config/config: line 343 -msgid "Space" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 348 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 360 -msgid "Move" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 349 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 361 -msgid "Resize" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 350 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 362 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 383 -msgid "(De)Iconify" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 351 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 363 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 384 -msgid "(Un)Maximize" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 352 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 364 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 385 -msgid "(Un)Shade" -msgstr "" - -#. ./default-config/config: line 353 -msgid "(Un)Stick" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 355 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 369 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 390 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 293 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 64 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 132 -msgid "Close" -msgstr "" - -#. ./default-config/config: line 356 -msgid "More" -msgstr "" - -#. ./default-config/config: line 359 -msgid "Window Ops" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 365 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 386 -msgid "(Un)Sticky" -msgstr "" - -#. ./default-config/config: line 366 -msgid "(No)Title Bar" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 367 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 388 -msgid "Send To" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 370 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 391 -msgid "Destroy" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 372 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 393 -msgid "Raise" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 373 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 394 -msgid "Lower" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 375 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 396 -msgid "Stays On Top" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 376 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 397 -msgid "Stays Put" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 377 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 398 -msgid "Stays On Bottom" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 379 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 400 -msgid "Identify" -msgstr "" - -#. ./default-config/config: line 387 -msgid "(No)TitleBar" -msgstr "" - -#. ./default-config/config: line 404 -msgid "Current" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 405 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 417 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 418 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 419 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 420 -msgid "Page" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 55 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 58 -msgid "Fvwm XDGMenu Config" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 62 -msgid "Available Menus" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 70 -msgid "Menus in" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 98 -msgid "No menus found! Check why from within a terminal with" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 109 -msgid "Options" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 110 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 291 -msgid "Help" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 115 -msgid "Include in Menu? " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 117 -msgid "Config " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 118 -msgid "Regenerate " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 119 -msgid "Both " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 120 -msgid "None " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 123 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 27 -msgid "Use Icons? " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 125 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 136 -msgid "Yes " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 126 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 137 -msgid "No " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 128 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 139 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 147 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 155 -msgid " " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 129 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 38 -msgid "Icon size: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 131 -msgid " (Default is 24)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 134 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 99 -msgid "Use Titles? " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 140 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 57 -msgid "Used Icon theme: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 144 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 71 -msgid "Directory Icon: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 148 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 85 -msgid "Application Icon: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 152 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 104 -msgid "Top Menu Name: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 156 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 109 -msgid "Insert Menu Into: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 160 -msgid "Terminal command: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 162 -msgid " (Used to run Terminal entries)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 165 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 46 -msgid "Icon directory: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 167 -msgid " (Directory for converted icons)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 170 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 122 -msgid "Output path: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 172 -msgid " (Full path to store output)" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 180 -msgid "Export Menu" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 211 -msgid "Save and Regenerate" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 251 -msgid "Save" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 289 -msgid "Reset" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 -msgid "XDGMenu Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 -msgid "XDGMenu.Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 -msgid "" -"All the XDG menus found on the system are listed under Available Menus. Use" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 -msgid "" -"this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 -msgid "" -"and select which menus are generated. Select the options you want and then" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 -msgid "generate then generate the menu by selecting the following:" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 -msgid "Export Menu:" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 -msgid "" -" Generates a menu by calling fvwm-menu-desktop with the selected options" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 -msgid "" -" and saves the output to Output Path. After the menu file is created it" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 -msgid "" -" is read by fvwm. This option does not save any changes made to settings." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 -msgid "Save and Regenerate:" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 -msgid "" -" This saves the settings then runs fvwm-menu-desktop with no options " -"using" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 -msgid "" -" the defaults saved in the config file. This does not export the menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 -msgid "" -"Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 -msgid "" -"Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" -"menus/" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 -msgid "" -"following the XDG menu specification are only shown in $HOME/.config/menus/." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 -msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 -msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 10 -msgid "XDGMenu Options Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 -msgid "General Options" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 -msgid "Include in Menu: " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 -msgid "" -"Set if XDGMenu will include menu items to Configure and/or Regenerate the " -"menu" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 30 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 33 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 52 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 60 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 63 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 74 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 77 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 80 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 88 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 91 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 117 -msgid " " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 -msgid "at the bottom of the top level menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 -msgid "" -"Option enables mini-icons in the menu(s). Warning! If ImageMagick is " -"installed" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 -msgid "" -"the script may generate all the icons and pause your system until the job is" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 -msgid "" -"done. After the icons are generated, it will not take as long to regenerate." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 -msgid "" -"If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " -"is" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 -msgid "desired enter the wanted size in this field." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 -msgid "" -"If the specified icon isn't that size it is converted if ImageMagick is " -"installed." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 -msgid "" -"Generated icons are saved in $HOME/.fvwm/icons or the directory specified " -"here." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 -msgid "Otherwise no icon appears in the menu for that entry." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 -msgid "Sets the used icon theme. Default is 'gnome' but all others found in" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 -msgid "" -"/usr/share/icons can used except the hicolor theme because it's the default" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 -msgid "" -"fallback theme if no icon is found. Note that the theme name must be written" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 -msgid "exactly as the icon directory e.g." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 -msgid "" -"If 'Use Icons' is enabled and for a directory in a menu no icon is found" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 89 -msgid "as default icon is used. But if the gnome icon theme isn't" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 92 -msgid "installed no default icon appears. Another icon can defined here." -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 95 -msgid "Only the name of an icon is needed not the path!" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 -msgid "If 'Use Icons' is enabled and for an application no icon is found" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 -msgid "" -"If this option is set menus are generated with titles. Default is use titles." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 -msgid "Sets the name of the name of the top level menu. Default is XDGMenu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 -msgid "Inserts the menu items into the given Menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 -msgid "Terminal Command: " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 -msgid "" -"Enter terminal emulator command used to launch terminal applications. The " -"command" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 -msgid "must end with an execute option (-e). Default xterm -e." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 -msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 136 -msgid "manpage" -msgstr "" diff --git a/po/fvwm.ru.gmo b/po/fvwm.ru.gmo deleted file mode 100644 index 18c3f0e04..000000000 Binary files a/po/fvwm.ru.gmo and /dev/null differ diff --git a/po/fvwm.ru.po b/po/fvwm.ru.po deleted file mode 100644 index c59e4e295..000000000 --- a/po/fvwm.ru.po +++ /dev/null @@ -1,867 +0,0 @@ -# Russian translation for fvwm package. -# Copyright (C) 2013 fvwm workers -# This file is distributed under the same license as the fvwm package. -# Ivan Gayevskiy (a.k.a. Spoofing) , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: fvwm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: 2013-02-12 13:30+0800\n" -"Last-Translator: Ivan Gayevskiy \n" -"Language-Team: Russian\n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../fvwm/fvwm3.c:1352 -msgid "Builtin Menu" -msgstr "Главное меню" - -#: ../fvwm/fvwm3.c:1359 -msgid "Issue fvwm commands" -msgstr "Список команд FVWM" - -#: ../fvwm/fvwm3.c:1364 -msgid "Desktop Menu" -msgstr "" - -#: ../fvwm/fvwm3.c:1369 -msgid "Restart fvwm" -msgstr "Перезапустить FVWM" - -#: ../fvwm/fvwm3.c:1374 -msgid "Exit fvwm" -msgstr "Выход из FVWM" - -#. #-#-#-#-# duplicate.pot (PACKAGE VERSION) #-#-#-#-# -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 406 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 410 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 411 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 412 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 413 -#: ../fvwm/expand.c:492 -msgid "Desk" -msgstr "Стол" - -#: ../fvwm/windowlist.c:96 ../fvwm/windowlist.c:102 ../fvwm/windowlist.c:109 -msgid "\tGeometry" -msgstr "\tПозиция" - -#: ../fvwm/windowlist.c:107 -#, c-format -msgid "Desk: %d%s" -msgstr "Стол: %d%s" - -#: ../fvwm/menus.c:1798 -msgid "More&..." -msgstr "Ещё&..." - -#. ./default-config/config: line 303 -msgid "&Programs" -msgstr "" - -#. ./default-config/config: line 304 -msgid "XDG &Menu" -msgstr "" - -#. ./default-config/config: line 309 -msgid "&Wallpapers" -msgstr "" - -#. ./default-config/config: line 310 -msgid "M&an Pages" -msgstr "" - -#. ./default-config/config: line 313 -#, fuzzy -msgid "Re&fresh" -msgstr "О&бновить окно" - -#. ./default-config/config: line 314 -#, fuzzy -msgid "&Restart" -msgstr "Перезапустить" - -#. ./default-config/config: line 315 -msgid "&Quit" -msgstr "" - -#. ./default-config/config: line 326 -msgid "Programs" -msgstr "" - -#. ./default-config/config: line 340 -msgid "Wallpapers" -msgstr "" - -#. ./default-config/config: line 341 -msgid "Floral" -msgstr "" - -#. ./default-config/config: line 342 -msgid "Circles" -msgstr "" - -#. ./default-config/config: line 343 -msgid "Space" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 348 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 360 -#, fuzzy -msgid "Move" -msgstr "&Переместить" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 349 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 361 -#, fuzzy -msgid "Resize" -msgstr "Изменить &размер" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 350 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 362 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 383 -#, fuzzy -msgid "(De)Iconify" -msgstr "С&вернуть" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 351 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 363 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 384 -#, fuzzy -msgid "(Un)Maximize" -msgstr "Ра&звернуть" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 352 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 364 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 385 -msgid "(Un)Shade" -msgstr "" - -#. ./default-config/config: line 353 -#, fuzzy -msgid "(Un)Stick" -msgstr "Прикр&епить" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 355 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 369 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 390 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 293 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 64 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 132 -#, fuzzy -msgid "Close" -msgstr "Закр&ыть" - -#. ./default-config/config: line 356 -#, fuzzy -msgid "More" -msgstr "Ещё&..." - -#. ./default-config/config: line 359 -msgid "Window Ops" -msgstr "П&араметры окна" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 365 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 386 -#, fuzzy -msgid "(Un)Sticky" -msgstr "Прикр&епить" - -#. ./default-config/config: line 366 -msgid "(No)Title Bar" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 367 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 388 -msgid "Send To" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 370 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 391 -msgid "Destroy" -msgstr "Уни&чтожить" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 372 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 393 -#, fuzzy -msgid "Raise" -msgstr "В &начало" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 373 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 394 -#, fuzzy -msgid "Lower" -msgstr "В &конец" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 375 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 396 -msgid "Stays On Top" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 376 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 397 -msgid "Stays Put" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 377 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 398 -msgid "Stays On Bottom" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 379 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 400 -msgid "Identify" -msgstr "" - -#. ./default-config/config: line 387 -msgid "(No)TitleBar" -msgstr "" - -#. ./default-config/config: line 404 -msgid "Current" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 405 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 417 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 418 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 419 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 420 -msgid "Page" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 55 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 58 -#, fuzzy -msgid "Fvwm XDGMenu Config" -msgstr "Параметры конфигурации" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 62 -msgid "Available Menus" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 70 -msgid "Menus in" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 98 -msgid "No menus found! Check why from within a terminal with" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 109 -msgid "Options" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 110 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 291 -msgid "Help" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 115 -msgid "Include in Menu? " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 117 -msgid "Config " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 118 -msgid "Regenerate " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 119 -msgid "Both " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 120 -msgid "None " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 123 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 27 -msgid "Use Icons? " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 125 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 136 -msgid "Yes " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 126 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 137 -msgid "No " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 128 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 139 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 147 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 155 -msgid " " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 129 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 38 -msgid "Icon size: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 131 -msgid " (Default is 24)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 134 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 99 -msgid "Use Titles? " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 140 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 57 -msgid "Used Icon theme: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 144 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 71 -msgid "Directory Icon: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 148 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 85 -msgid "Application Icon: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 152 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 104 -msgid "Top Menu Name: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 156 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 109 -msgid "Insert Menu Into: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 160 -msgid "Terminal command: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 162 -msgid " (Used to run Terminal entries)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 165 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 46 -msgid "Icon directory: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 167 -msgid " (Directory for converted icons)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 170 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 122 -msgid "Output path: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 172 -msgid " (Full path to store output)" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 180 -#, fuzzy -msgid "Export Menu" -msgstr "Главное меню" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 211 -msgid "Save and Regenerate" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 251 -msgid "Save" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 289 -msgid "Reset" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 -msgid "XDGMenu Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 -msgid "XDGMenu.Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 -msgid "" -"All the XDG menus found on the system are listed under Available Menus. Use" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 -msgid "" -"this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 -msgid "" -"and select which menus are generated. Select the options you want and then" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 -msgid "generate then generate the menu by selecting the following:" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 -#, fuzzy -msgid "Export Menu:" -msgstr "Главное меню" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 -msgid "" -" Generates a menu by calling fvwm-menu-desktop with the selected options" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 -msgid "" -" and saves the output to Output Path. After the menu file is created it" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 -msgid "" -" is read by fvwm. This option does not save any changes made to settings." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 -msgid "Save and Regenerate:" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 -msgid "" -" This saves the settings then runs fvwm-menu-desktop with no options " -"using" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 -msgid "" -" the defaults saved in the config file. This does not export the menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 -msgid "" -"Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 -msgid "" -"Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" -"menus/" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 -msgid "" -"following the XDG menu specification are only shown in $HOME/.config/menus/." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 -msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 -msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 10 -msgid "XDGMenu Options Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 -msgid "General Options" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 -msgid "Include in Menu: " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 -msgid "" -"Set if XDGMenu will include menu items to Configure and/or Regenerate the " -"menu" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 30 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 33 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 52 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 60 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 63 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 74 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 77 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 80 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 88 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 91 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 117 -msgid " " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 -msgid "at the bottom of the top level menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 -msgid "" -"Option enables mini-icons in the menu(s). Warning! If ImageMagick is " -"installed" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 -msgid "" -"the script may generate all the icons and pause your system until the job is" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 -msgid "" -"done. After the icons are generated, it will not take as long to regenerate." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 -msgid "" -"If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " -"is" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 -msgid "desired enter the wanted size in this field." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 -msgid "" -"If the specified icon isn't that size it is converted if ImageMagick is " -"installed." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 -msgid "" -"Generated icons are saved in $HOME/.fvwm/icons or the directory specified " -"here." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 -msgid "Otherwise no icon appears in the menu for that entry." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 -msgid "Sets the used icon theme. Default is 'gnome' but all others found in" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 -msgid "" -"/usr/share/icons can used except the hicolor theme because it's the default" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 -msgid "" -"fallback theme if no icon is found. Note that the theme name must be written" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 -msgid "exactly as the icon directory e.g." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 -msgid "" -"If 'Use Icons' is enabled and for a directory in a menu no icon is found" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 89 -msgid "as default icon is used. But if the gnome icon theme isn't" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 92 -msgid "installed no default icon appears. Another icon can defined here." -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 95 -msgid "Only the name of an icon is needed not the path!" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 -msgid "If 'Use Icons' is enabled and for an application no icon is found" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 -msgid "" -"If this option is set menus are generated with titles. Default is use titles." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 -msgid "Sets the name of the name of the top level menu. Default is XDGMenu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 -msgid "Inserts the menu items into the given Menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 -msgid "Terminal Command: " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 -msgid "" -"Enter terminal emulator command used to launch terminal applications. The " -"command" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 -msgid "must end with an execute option (-e). Default xterm -e." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 -msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 136 -msgid "manpage" -msgstr "" - -#~ msgid "Setup Form" -#~ msgstr "Мастер настройки" - -#~ msgid "Setup 95 Script" -#~ msgstr "Мастер настройки 95" - -#~ msgid "Remote Logins" -#~ msgstr "Удаленные подключения" - -#~ msgid "Utilities" -#~ msgstr "Утилиты" - -#~ msgid "Fvwm Modules" -#~ msgstr "Модули FVWM" - -#~ msgid "Fvwm Window Ops" -#~ msgstr "Действия над окнами" - -#~ msgid "Refresh Screen" -#~ msgstr "Обновить экран (Refresh)" - -#~ msgid "Recapture Screen" -#~ msgstr "Обновить экран (Recapture)" - -#~ msgid "Exit Fvwm" -#~ msgstr "Выход из FVWM" - -#~ msgid "Reset X defaults" -#~ msgstr "Сбросить настройки Xorg" - -#~ msgid "Sloppy Focus" -#~ msgstr "Не терять фокус" - -#~ msgid "Click To Focus" -#~ msgstr "Фокус по клику" - -#~ msgid "Focus Follows Mouse" -#~ msgstr "Фокус следует за мышью" - -#~ msgid "Colormap Follows Mouse" -#~ msgstr "Colormap следует за мышью" - -#~ msgid "Colormap Follows Focus" -#~ msgstr "Colormap следует за фокусом" - -#~ msgid "Full Paging ON" -#~ msgstr "Вкл. постраничную навигацию" - -#~ msgid "All Paging OFF" -#~ msgstr "Выкл. постраничную навигацию" - -#~ msgid "Horizontal Paging Only" -#~ msgstr "Горизонтальный переход" - -#~ msgid "Vertical Paging Only" -#~ msgstr "Вертикальный переход" - -#~ msgid "Partial Paging" -#~ msgstr "Только наполовину" - -#~ msgid "Full Paging && Edge Wrap" -#~ msgstr "Развернуть и оставить рамку" - -#~ msgid "&Delete" -#~ msgstr "&Удалить" - -#~ msgid "Print" -#~ msgstr "Печат&ь" - -#~ msgid "Print Re&verse" -#~ msgstr "Обратная печа&ть" - -#~ msgid "Control Animation" -#~ msgstr "Анимация окна" - -#~ msgid "desks" -#~ msgstr "столы" - -#~ msgid "Stop Module Menu" -#~ msgstr "Выкл. модуль меню" - -#~ msgid "Stop Fvwm Modules" -#~ msgstr "Выкл. все модули" - -#~ msgid "Stop" -#~ msgstr "Стоп" - -#~ msgid "Really Quit Fvwm?" -#~ msgstr "На самом деле выйти?" - -#~ msgid "Yes, Really Quit" -#~ msgstr "Выходи уже давай" - -#~ msgid "Start" -#~ msgstr "Поехали" - -#~ msgid "Just an Xterm" -#~ msgstr "Обычный Xterm" - -#~ msgid "No, Don't Quit" -#~ msgstr "Ой, я передумал" - -#~ msgid "fvwm - Create Configuration" -#~ msgstr "Создание конфигурации" - -#~ msgid "Use this form to create your fvwm2rc configuration file." -#~ msgstr "Используйте это окно для создания новой конфигурации." - -#~ msgid "The file created is ~/.fvwm/.fvwm2rc or $FVWM_USERDIR/.fvwm2rc." -#~ msgstr "Будет создан файл ~/.fvwm/.fvwm2rc или $FVWM_USERDIR/.fvwm2rc." - -#~ msgid "After creation, the fvwm2rc file can then be changed with any" -#~ msgstr "После создания файл конфигурации может быть изменен простым" - -#~ msgid "editor to suit your own needs." -#~ msgstr "текстовым редактором." - -#~ msgid "Create a starting .fvwm2rc file" -#~ msgstr "Создать файл конфигурации" - -#~ msgid "These files are optional. Select the modules you want to customize." -#~ msgstr "Файлы не обязательны. Выберите модули, которые желаете настроить." - -#~ msgid "You can always copy them later." -#~ msgstr "Вы можете скопировать их позже." - -#~ msgid "Return - Dismiss" -#~ msgstr "Enter - Отменить" - -#~ msgid "Copy Config File(s)" -#~ msgstr "Скопировать файлы" diff --git a/po/fvwm.sv_SE.gmo b/po/fvwm.sv_SE.gmo deleted file mode 100644 index 293b03d10..000000000 Binary files a/po/fvwm.sv_SE.gmo and /dev/null differ diff --git a/po/fvwm.sv_SE.po b/po/fvwm.sv_SE.po deleted file mode 100644 index e37df34ed..000000000 --- a/po/fvwm.sv_SE.po +++ /dev/null @@ -1,870 +0,0 @@ -# Swedish translations for fvwm package -# Svenska versttningar fr paket fvwm. -# Copyright (C) 2003 fvwm workers -# This file is distributed under the same license as the fvwm package. -# Johan Svedberg , 2003. -# -msgid "" -msgstr "" -"Project-Id-Version: fvwm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: 2003-10-19 15:01+0200\n" -"Last-Translator: Johan Svedberg \n" -"Language-Team: Swedish\n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../fvwm/fvwm3.c:1352 -msgid "Builtin Menu" -msgstr "Inbyggd meny" - -#: ../fvwm/fvwm3.c:1359 -msgid "Issue fvwm commands" -msgstr "Utfr fvwm-kommandon" - -#: ../fvwm/fvwm3.c:1364 -msgid "Desktop Menu" -msgstr "" - -#: ../fvwm/fvwm3.c:1369 -msgid "Restart fvwm" -msgstr "Starta om fvwm" - -#: ../fvwm/fvwm3.c:1374 -msgid "Exit fvwm" -msgstr "Avsluta fvwm" - -#. #-#-#-#-# duplicate.pot (PACKAGE VERSION) #-#-#-#-# -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 406 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 410 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 411 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 412 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 413 -#: ../fvwm/expand.c:492 -msgid "Desk" -msgstr "Skrivbord" - -#: ../fvwm/windowlist.c:96 ../fvwm/windowlist.c:102 ../fvwm/windowlist.c:109 -msgid "\tGeometry" -msgstr "\tStorlek" - -#: ../fvwm/windowlist.c:107 -#, c-format -msgid "Desk: %d%s" -msgstr "Skrivbord: %d%s" - -#: ../fvwm/menus.c:1798 -msgid "More&..." -msgstr "Mer&..." - -#. ./default-config/config: line 303 -msgid "&Programs" -msgstr "" - -#. ./default-config/config: line 304 -msgid "XDG &Menu" -msgstr "" - -#. ./default-config/config: line 309 -msgid "&Wallpapers" -msgstr "" - -#. ./default-config/config: line 310 -msgid "M&an Pages" -msgstr "" - -#. ./default-config/config: line 313 -#, fuzzy -msgid "Re&fresh" -msgstr "R&ita om fnster" - -#. ./default-config/config: line 314 -#, fuzzy -msgid "&Restart" -msgstr "Starta om" - -#. ./default-config/config: line 315 -msgid "&Quit" -msgstr "" - -#. ./default-config/config: line 326 -msgid "Programs" -msgstr "" - -#. ./default-config/config: line 340 -msgid "Wallpapers" -msgstr "" - -#. ./default-config/config: line 341 -msgid "Floral" -msgstr "" - -#. ./default-config/config: line 342 -msgid "Circles" -msgstr "" - -#. ./default-config/config: line 343 -msgid "Space" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 348 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 360 -#, fuzzy -msgid "Move" -msgstr "&Flytta" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 349 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 361 -#, fuzzy -msgid "Resize" -msgstr "&ndra storlek" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 350 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 362 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 383 -#, fuzzy -msgid "(De)Iconify" -msgstr "(Av)&Minimera" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 351 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 363 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 384 -#, fuzzy -msgid "(Un)Maximize" -msgstr "(Av)Ma&ximera" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 352 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 364 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 385 -msgid "(Un)Shade" -msgstr "" - -#. ./default-config/config: line 353 -#, fuzzy -msgid "(Un)Stick" -msgstr "(Av)&Stt fast" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 355 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 369 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 390 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 293 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 64 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 132 -#, fuzzy -msgid "Close" -msgstr "St&ng" - -#. ./default-config/config: line 356 -#, fuzzy -msgid "More" -msgstr "Mer&..." - -#. ./default-config/config: line 359 -msgid "Window Ops" -msgstr "Fnsterinstllningar" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 365 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 386 -#, fuzzy -msgid "(Un)Sticky" -msgstr "(Av)&Stt fast" - -#. ./default-config/config: line 366 -msgid "(No)Title Bar" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 367 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 388 -msgid "Send To" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 370 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 391 -msgid "Destroy" -msgstr "Frstr" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 372 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 393 -#, fuzzy -msgid "Raise" -msgstr "&Hj" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 373 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 394 -#, fuzzy -msgid "Lower" -msgstr "&Snk" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 375 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 396 -msgid "Stays On Top" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 376 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 397 -msgid "Stays Put" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 377 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 398 -msgid "Stays On Bottom" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 379 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 400 -msgid "Identify" -msgstr "" - -#. ./default-config/config: line 387 -msgid "(No)TitleBar" -msgstr "" - -#. ./default-config/config: line 404 -msgid "Current" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 405 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 417 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 418 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 419 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 420 -msgid "Page" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 55 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 58 -#, fuzzy -msgid "Fvwm XDGMenu Config" -msgstr "Fvwm-konfigurationsinstllningar" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 62 -msgid "Available Menus" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 70 -msgid "Menus in" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 98 -msgid "No menus found! Check why from within a terminal with" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 109 -msgid "Options" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 110 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 291 -msgid "Help" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 115 -msgid "Include in Menu? " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 117 -msgid "Config " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 118 -msgid "Regenerate " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 119 -msgid "Both " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 120 -msgid "None " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 123 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 27 -msgid "Use Icons? " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 125 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 136 -msgid "Yes " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 126 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 137 -msgid "No " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 128 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 139 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 147 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 155 -msgid " " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 129 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 38 -msgid "Icon size: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 131 -msgid " (Default is 24)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 134 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 99 -msgid "Use Titles? " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 140 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 57 -msgid "Used Icon theme: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 144 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 71 -msgid "Directory Icon: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 148 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 85 -msgid "Application Icon: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 152 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 104 -msgid "Top Menu Name: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 156 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 109 -msgid "Insert Menu Into: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 160 -msgid "Terminal command: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 162 -msgid " (Used to run Terminal entries)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 165 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 46 -msgid "Icon directory: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 167 -msgid " (Directory for converted icons)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 170 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 122 -msgid "Output path: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 172 -msgid " (Full path to store output)" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 180 -#, fuzzy -msgid "Export Menu" -msgstr "Rotmeny" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 211 -msgid "Save and Regenerate" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 251 -msgid "Save" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 289 -msgid "Reset" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 -msgid "XDGMenu Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 -msgid "XDGMenu.Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 -msgid "" -"All the XDG menus found on the system are listed under Available Menus. Use" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 -msgid "" -"this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 -msgid "" -"and select which menus are generated. Select the options you want and then" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 -msgid "generate then generate the menu by selecting the following:" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 -#, fuzzy -msgid "Export Menu:" -msgstr "Rotmeny" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 -msgid "" -" Generates a menu by calling fvwm-menu-desktop with the selected options" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 -msgid "" -" and saves the output to Output Path. After the menu file is created it" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 -msgid "" -" is read by fvwm. This option does not save any changes made to settings." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 -msgid "Save and Regenerate:" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 -msgid "" -" This saves the settings then runs fvwm-menu-desktop with no options " -"using" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 -msgid "" -" the defaults saved in the config file. This does not export the menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 -msgid "" -"Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 -msgid "" -"Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" -"menus/" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 -msgid "" -"following the XDG menu specification are only shown in $HOME/.config/menus/." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 -msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 -msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 10 -msgid "XDGMenu Options Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 -msgid "General Options" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 -msgid "Include in Menu: " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 -msgid "" -"Set if XDGMenu will include menu items to Configure and/or Regenerate the " -"menu" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 30 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 33 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 52 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 60 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 63 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 74 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 77 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 80 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 88 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 91 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 117 -msgid " " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 -msgid "at the bottom of the top level menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 -msgid "" -"Option enables mini-icons in the menu(s). Warning! If ImageMagick is " -"installed" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 -msgid "" -"the script may generate all the icons and pause your system until the job is" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 -msgid "" -"done. After the icons are generated, it will not take as long to regenerate." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 -msgid "" -"If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " -"is" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 -msgid "desired enter the wanted size in this field." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 -msgid "" -"If the specified icon isn't that size it is converted if ImageMagick is " -"installed." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 -msgid "" -"Generated icons are saved in $HOME/.fvwm/icons or the directory specified " -"here." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 -msgid "Otherwise no icon appears in the menu for that entry." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 -msgid "Sets the used icon theme. Default is 'gnome' but all others found in" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 -msgid "" -"/usr/share/icons can used except the hicolor theme because it's the default" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 -msgid "" -"fallback theme if no icon is found. Note that the theme name must be written" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 -msgid "exactly as the icon directory e.g." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 -msgid "" -"If 'Use Icons' is enabled and for a directory in a menu no icon is found" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 89 -msgid "as default icon is used. But if the gnome icon theme isn't" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 92 -msgid "installed no default icon appears. Another icon can defined here." -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 95 -msgid "Only the name of an icon is needed not the path!" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 -msgid "If 'Use Icons' is enabled and for an application no icon is found" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 -msgid "" -"If this option is set menus are generated with titles. Default is use titles." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 -msgid "Sets the name of the name of the top level menu. Default is XDGMenu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 -msgid "Inserts the menu items into the given Menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 -msgid "Terminal Command: " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 -msgid "" -"Enter terminal emulator command used to launch terminal applications. The " -"command" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 -msgid "must end with an execute option (-e). Default xterm -e." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 -msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 136 -msgid "manpage" -msgstr "" - -#~ msgid "Setup Form" -#~ msgstr "Instllningsformulr" - -#~ msgid "Setup 95 Script" -#~ msgstr "Stll in 95 skript" - -#~ msgid "Remote Logins" -#~ msgstr "Fjrrinloggningar" - -#~ msgid "Utilities" -#~ msgstr "Verktyg" - -#~ msgid "Fvwm Modules" -#~ msgstr "Fvwm-moduler" - -#~ msgid "Fvwm Window Ops" -#~ msgstr "Fvwm-fnsterinstllningar" - -#~ msgid "Refresh Screen" -#~ msgstr "Rita om skrm" - -#~ msgid "Recapture Screen" -#~ msgstr "Uppdatera skrm" - -#~ msgid "Exit Fvwm" -#~ msgstr "Avsluta Fvwm" - -#~ msgid "Reset X defaults" -#~ msgstr "Nollstll X-standarder" - -#~ msgid "Sloppy Focus" -#~ msgstr "Slarvigt fokus" - -#~ msgid "Click To Focus" -#~ msgstr "Klicka fr att fokusera" - -#~ msgid "Focus Follows Mouse" -#~ msgstr "Fokus fljer mus" - -#~ msgid "Colormap Follows Mouse" -#~ msgstr "Frgkarta fljer mus" - -#~ msgid "Colormap Follows Focus" -#~ msgstr "Frgkarta fljer fokus" - -#~ msgid "Full Paging ON" -#~ msgstr "Full sidfunktionalitet P" - -#~ msgid "All Paging OFF" -#~ msgstr "All sidfunktionalitet AV" - -#~ msgid "Horizontal Paging Only" -#~ msgstr "Endast horisontal sidfunktionalitet" - -#~ msgid "Vertical Paging Only" -#~ msgstr "Endast vertikal sidfunktionalitet" - -#~ msgid "Partial Paging" -#~ msgstr "Delvis sidfunktionalitet" - -#~ msgid "Full Paging && Edge Wrap" -#~ msgstr "Full sidfunktionalitet && Kantbrytning" - -#~ msgid "&Delete" -#~ msgstr "&Ta bort" - -#~ msgid "Print" -#~ msgstr "Skriv ut" - -#~ msgid "Print Re&verse" -#~ msgstr "Skriv ut omvnd" - -#~ msgid "Control Animation" -#~ msgstr "Kontrollera animation" - -#~ msgid "desks" -#~ msgstr "skrivbord" - -#~ msgid "Stop Module Menu" -#~ msgstr "Stanna modulmeny" - -#~ msgid "Stop Fvwm Modules" -#~ msgstr "Stanna Fvwm-moduler" - -#~ msgid "Stop" -#~ msgstr "Stanna" - -#~ msgid "Really Quit Fvwm?" -#~ msgstr "Avsluta Fvwm?" - -#~ msgid "Yes, Really Quit" -#~ msgstr "Ja, avsluta" - -#~ msgid "Start" -#~ msgstr "Starta" - -#~ msgid "Just an Xterm" -#~ msgstr "Bara en Xterm" - -#~ msgid "No, Don't Quit" -#~ msgstr "Nej, avsluta inte" - -#~ msgid "fvwm - Create Configuration" -#~ msgstr "fvwm - Skapa konfiguration" - -#~ msgid "Use this form to create your fvwm2rc configuration file." -#~ msgstr "" -#~ "Anvnd det hr formulret fr att skapa din fvwm2rc-konfigurationsfil" - -#~ msgid "The file created is ~/.fvwm/.fvwm2rc or $FVWM_USERDIR/.fvwm2rc." -#~ msgstr "Den skapade filen r ~/.fvwm/.fvwm2rc eller $FVWM_USERDIR/.fvwm2rc." - -#~ msgid "After creation, the fvwm2rc file can then be changed with any" -#~ msgstr "Efter skapande s kan fvwm2rc-filen modifieras med vilken" - -#~ msgid "editor to suit your own needs." -#~ msgstr "redigerare som helst fr att passa dina egna behov." - -#~ msgid "Create a starting .fvwm2rc file" -#~ msgstr "Skapa en startande .fvwm2rc-fil" - -#~ msgid "These files are optional. Select the modules you want to customize." -#~ msgstr "De hr filerna r valfria. Vlj modulerna som du vill stlla in." - -#~ msgid "You can always copy them later." -#~ msgstr "Du kan alltid kopiera dem senare." - -#~ msgid "Return - Dismiss" -#~ msgstr "tervnd - Avsluta" - -#~ msgid "Copy Config File(s)" -#~ msgstr "Kopiera konfigurationsfil(er)" diff --git a/po/fvwm.zh_CN.gmo b/po/fvwm.zh_CN.gmo deleted file mode 100644 index 7972ccd91..000000000 Binary files a/po/fvwm.zh_CN.gmo and /dev/null differ diff --git a/po/fvwm.zh_CN.po b/po/fvwm.zh_CN.po deleted file mode 100644 index db59f6edc..000000000 --- a/po/fvwm.zh_CN.po +++ /dev/null @@ -1,848 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR fvwm workers -# This file is distributed under the same license as the PACKAGE package. -# Funda Wang , 2004. -# -msgid "" -msgstr "" -"Project-Id-Version: fvwm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" -"PO-Revision-Date: 2004-05-22 16:12+0800\n" -"Last-Translator: Funda Wang \n" -"Language-Team: zh_CN \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../fvwm/fvwm3.c:1352 -msgid "Builtin Menu" -msgstr "内建菜单" - -#: ../fvwm/fvwm3.c:1359 -msgid "Issue fvwm commands" -msgstr "执行 fvwm 命令" - -#: ../fvwm/fvwm3.c:1364 -msgid "Desktop Menu" -msgstr "" - -#: ../fvwm/fvwm3.c:1369 -msgid "Restart fvwm" -msgstr "重新启动 fvwm" - -#: ../fvwm/fvwm3.c:1374 -msgid "Exit fvwm" -msgstr "退出 fvwm" - -#. #-#-#-#-# duplicate.pot (PACKAGE VERSION) #-#-#-#-# -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 406 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 410 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 411 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 412 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 413 -#: ../fvwm/expand.c:492 -msgid "Desk" -msgstr "桌面" - -#: ../fvwm/windowlist.c:96 ../fvwm/windowlist.c:102 ../fvwm/windowlist.c:109 -msgid "\tGeometry" -msgstr "\t几何" - -#: ../fvwm/windowlist.c:107 -#, c-format -msgid "Desk: %d%s" -msgstr "桌面:%d%s" - -#: ../fvwm/menus.c:1798 -msgid "More&..." -msgstr "" - -#. ./default-config/config: line 303 -msgid "&Programs" -msgstr "" - -#. ./default-config/config: line 304 -msgid "XDG &Menu" -msgstr "" - -#. ./default-config/config: line 309 -msgid "&Wallpapers" -msgstr "" - -#. ./default-config/config: line 310 -msgid "M&an Pages" -msgstr "" - -#. ./default-config/config: line 313 -#, fuzzy -msgid "Re&fresh" -msgstr "刷新窗口(&F)" - -#. ./default-config/config: line 314 -#, fuzzy -msgid "&Restart" -msgstr "重新启动" - -#. ./default-config/config: line 315 -msgid "&Quit" -msgstr "" - -#. ./default-config/config: line 326 -msgid "Programs" -msgstr "" - -#. ./default-config/config: line 340 -msgid "Wallpapers" -msgstr "" - -#. ./default-config/config: line 341 -msgid "Floral" -msgstr "" - -#. ./default-config/config: line 342 -msgid "Circles" -msgstr "" - -#. ./default-config/config: line 343 -msgid "Space" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 348 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 360 -#, fuzzy -msgid "Move" -msgstr "移动(&M)" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 349 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 361 -#, fuzzy -msgid "Resize" -msgstr "大小(&R)" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 350 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 362 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 383 -#, fuzzy -msgid "(De)Iconify" -msgstr "最小化(&I)" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 351 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 363 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 384 -#, fuzzy -msgid "(Un)Maximize" -msgstr "最大化(&X)" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 352 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 364 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 385 -msgid "(Un)Shade" -msgstr "" - -#. ./default-config/config: line 353 -#, fuzzy -msgid "(Un)Stick" -msgstr "置顶(&S)" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 355 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 369 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 390 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 293 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 64 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 132 -#, fuzzy -msgid "Close" -msgstr "关闭(&C)" - -#. ./default-config/config: line 356 -msgid "More" -msgstr "" - -#. ./default-config/config: line 359 -msgid "Window Ops" -msgstr "窗口操作" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 365 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 386 -#, fuzzy -msgid "(Un)Sticky" -msgstr "置顶(&S)" - -#. ./default-config/config: line 366 -msgid "(No)Title Bar" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 367 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 388 -msgid "Send To" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 370 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 391 -msgid "Destroy" -msgstr "摧毁" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 372 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 393 -#, fuzzy -msgid "Raise" -msgstr "升起(&A)" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 373 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 394 -#, fuzzy -msgid "Lower" -msgstr "降低(&L)" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 375 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 396 -msgid "Stays On Top" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 376 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 397 -msgid "Stays Put" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 377 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 398 -msgid "Stays On Bottom" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 379 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 400 -msgid "Identify" -msgstr "" - -#. ./default-config/config: line 387 -msgid "(No)TitleBar" -msgstr "" - -#. ./default-config/config: line 404 -msgid "Current" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 405 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 417 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 418 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 419 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 420 -msgid "Page" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 55 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 58 -#, fuzzy -msgid "Fvwm XDGMenu Config" -msgstr "Fvwm 配置操作" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 62 -msgid "Available Menus" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 70 -msgid "Menus in" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 98 -msgid "No menus found! Check why from within a terminal with" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 109 -msgid "Options" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 110 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 291 -msgid "Help" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 115 -msgid "Include in Menu? " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 117 -msgid "Config " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 118 -msgid "Regenerate " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 119 -msgid "Both " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 120 -msgid "None " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 123 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 27 -msgid "Use Icons? " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 125 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 136 -msgid "Yes " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 126 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 137 -msgid "No " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 128 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 139 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 147 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 155 -msgid " " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 129 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 38 -msgid "Icon size: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 131 -msgid " (Default is 24)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 134 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 99 -msgid "Use Titles? " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 140 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 57 -msgid "Used Icon theme: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 144 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 71 -msgid "Directory Icon: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 148 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 85 -msgid "Application Icon: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 152 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 104 -msgid "Top Menu Name: " -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 156 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 109 -msgid "Insert Menu Into: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 160 -msgid "Terminal command: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 162 -msgid " (Used to run Terminal entries)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 165 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 46 -msgid "Icon directory: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 167 -msgid " (Directory for converted icons)" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 170 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 122 -msgid "Output path: " -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 172 -msgid " (Full path to store output)" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 180 -#, fuzzy -msgid "Export Menu" -msgstr "根菜单" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 211 -msgid "Save and Regenerate" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 251 -msgid "Save" -msgstr "" - -#. ./bin/fvwm-menu-desktop-config.fpl: line 289 -msgid "Reset" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 -msgid "XDGMenu Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 -msgid "XDGMenu.Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 -msgid "" -"All the XDG menus found on the system are listed under Available Menus. Use" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 -msgid "" -"this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 -msgid "" -"and select which menus are generated. Select the options you want and then" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 -msgid "generate then generate the menu by selecting the following:" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 -#, fuzzy -msgid "Export Menu:" -msgstr "根菜单" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 -msgid "" -" Generates a menu by calling fvwm-menu-desktop with the selected options" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 -msgid "" -" and saves the output to Output Path. After the menu file is created it" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 -msgid "" -" is read by fvwm. This option does not save any changes made to settings." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 -msgid "Save and Regenerate:" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 -msgid "" -" This saves the settings then runs fvwm-menu-desktop with no options " -"using" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 -msgid "" -" the defaults saved in the config file. This does not export the menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 -msgid "" -"Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 -msgid "" -"Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" -"menus/" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 -msgid "" -"following the XDG menu specification are only shown in $HOME/.config/menus/." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 -msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 -msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 10 -msgid "XDGMenu Options Help" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 -msgid "General Options" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 -msgid "Include in Menu: " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 -msgid "" -"Set if XDGMenu will include menu items to Configure and/or Regenerate the " -"menu" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 30 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 33 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 52 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 60 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 63 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 74 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 77 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 80 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 88 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 91 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 117 -msgid " " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 -msgid "at the bottom of the top level menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 -msgid "" -"Option enables mini-icons in the menu(s). Warning! If ImageMagick is " -"installed" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 -msgid "" -"the script may generate all the icons and pause your system until the job is" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 -msgid "" -"done. After the icons are generated, it will not take as long to regenerate." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 -msgid "" -"If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " -"is" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 -msgid "desired enter the wanted size in this field." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 -msgid "" -"If the specified icon isn't that size it is converted if ImageMagick is " -"installed." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 -msgid "" -"Generated icons are saved in $HOME/.fvwm/icons or the directory specified " -"here." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 -msgid "Otherwise no icon appears in the menu for that entry." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 -msgid "Sets the used icon theme. Default is 'gnome' but all others found in" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 -msgid "" -"/usr/share/icons can used except the hicolor theme because it's the default" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 -msgid "" -"fallback theme if no icon is found. Note that the theme name must be written" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 -msgid "exactly as the icon directory e.g." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 -msgid "" -"If 'Use Icons' is enabled and for a directory in a menu no icon is found" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 89 -msgid "as default icon is used. But if the gnome icon theme isn't" -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 92 -msgid "installed no default icon appears. Another icon can defined here." -msgstr "" - -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 95 -msgid "Only the name of an icon is needed not the path!" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 -msgid "If 'Use Icons' is enabled and for an application no icon is found" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 -msgid "" -"If this option is set menus are generated with titles. Default is use titles." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 -msgid "Sets the name of the name of the top level menu. Default is XDGMenu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 -msgid "Inserts the menu items into the given Menu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 -msgid "Terminal Command: " -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 -msgid "" -"Enter terminal emulator command used to launch terminal applications. The " -"command" -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 -msgid "must end with an execute option (-e). Default xterm -e." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 -msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." -msgstr "" - -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 136 -msgid "manpage" -msgstr "" - -#~ msgid "Setup Form" -#~ msgstr "设置表单" - -#~ msgid "Setup 95 Script" -#~ msgstr "设置 95 脚本" - -#~ msgid "Remote Logins" -#~ msgstr "远程登录" - -#~ msgid "Utilities" -#~ msgstr "实用工具" - -#~ msgid "Fvwm Modules" -#~ msgstr "Fvwm 模块" - -#~ msgid "Fvwm Window Ops" -#~ msgstr "Fvwm 窗口操作" - -#~ msgid "Refresh Screen" -#~ msgstr "刷新屏幕" - -#~ msgid "Recapture Screen" -#~ msgstr "重新抓取屏幕" - -#~ msgid "Exit Fvwm" -#~ msgstr "退出 Fvwm" - -#~ msgid "Reset X defaults" -#~ msgstr "重置 X 默认值" - -#~ msgid "Sloppy Focus" -#~ msgstr "粘性置焦" - -#~ msgid "Click To Focus" -#~ msgstr "单击置焦" - -#~ msgid "Focus Follows Mouse" -#~ msgstr "焦点跟随鼠标" - -#~ msgid "Colormap Follows Mouse" -#~ msgstr "颜色图跟随鼠标" - -#~ msgid "Colormap Follows Focus" -#~ msgstr "颜色图跟随焦点" - -#~ msgid "&Delete" -#~ msgstr "删除(&D)" - -#~ msgid "Print" -#~ msgstr "打印" - -#~ msgid "Print Re&verse" -#~ msgstr "翻转打印(&V)" - -#~ msgid "Control Animation" -#~ msgstr "控制动画" - -#~ msgid "desks" -#~ msgstr "桌面" - -#~ msgid "Stop Module Menu" -#~ msgstr "停止模块菜单" - -#~ msgid "Stop Fvwm Modules" -#~ msgstr "停止 Fvwm 模块" - -#~ msgid "Stop" -#~ msgstr "停止" - -#~ msgid "Really Quit Fvwm?" -#~ msgstr "真的要退出 Fvwm 吗?" - -#~ msgid "Yes, Really Quit" -#~ msgstr "是的,真的退出" - -#~ msgid "Start" -#~ msgstr "开始" - -#~ msgid "Just an Xterm" -#~ msgstr "只是 Xterm" - -#~ msgid "No, Don't Quit" -#~ msgstr "不,不要退出" - -#~ msgid "fvwm - Create Configuration" -#~ msgstr "fvwm - 创建配置" - -#~ msgid "Use this form to create your fvwm2rc configuration file." -#~ msgstr "使用此表单创建您自己的 fvwm2rc 配置文件。" - -#~ msgid "The file created is ~/.fvwm/.fvwm2rc or $FVWM_USERDIR/.fvwm2rc." -#~ msgstr "创建的文件是 ~/.fvwm/.fvwm2rc 或 $FVWM_USERDIR/.fvwm2rc。" - -#~ msgid "After creation, the fvwm2rc file can then be changed with any" -#~ msgstr "创建之后,fvwm2rc 文件就可以用您喜欢的任何" - -#~ msgid "editor to suit your own needs." -#~ msgstr "文本编辑器进行更改。" - -#~ msgid "Create a starting .fvwm2rc file" -#~ msgstr "创建初始的 .fvwm2rc 文件" - -#~ msgid "These files are optional. Select the modules you want to customize." -#~ msgstr "这些文件是可选的。请选择您想要自定义的模块。" - -#~ msgid "You can always copy them later." -#~ msgstr "您当然可以稍后再复制。" - -#~ msgid "Return - Dismiss" -#~ msgstr "返回 - 丢弃" - -#~ msgid "Copy Config File(s)" -#~ msgstr "复制配置文件" diff --git a/po/fvwm3.ar.gmo b/po/fvwm3.ar.gmo new file mode 100644 index 000000000..2c9ce5de5 Binary files /dev/null and b/po/fvwm3.ar.gmo differ diff --git a/po/fvwm3.ar.po b/po/fvwm3.ar.po new file mode 100644 index 000000000..b84533b3e --- /dev/null +++ b/po/fvwm3.ar.po @@ -0,0 +1,942 @@ +# Arabic translations for fvwm package. +# Copyright (C) 2002 fvwm workers +# This file is distributed under the same license as the fvwm package. +# Nadim Shaikli +# +msgid "" +msgstr "" +"Project-Id-Version: fvwm\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-10-02 20:47-0600\n" +"PO-Revision-Date: 2002-12-06 08:25+0100\n" +"Last-Translator: Nadim Shaikli \n" +"Language-Team: Arabic\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.6\n" + +#: fvwm/fvwm3.c:1293 +msgid "Builtin Menu" +msgstr "قائمة مبنية داخليا" + +#: fvwm/fvwm3.c:1300 +msgid "Load Default Config" +msgstr "" + +#: fvwm/fvwm3.c:1305 +#, fuzzy +msgid "Restart" +msgstr "أعد التشغيل" + +#: fvwm/fvwm3.c:1310 ../default-config/FvwmScript-ConfirmQuit: line 25 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:85 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:89 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:94 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:235 +msgid "Quit" +msgstr "" + +#: fvwm/expand.c:496 ../default-config/config: line 419 423 424 425 426 +msgid "Desk" +msgstr "المكتب" + +#: fvwm/windowlist.c:87 ../fvwm/windowlist.c:93 ../fvwm/windowlist.c:100 +msgid "\tGeometry" +msgstr "\tالأبعاد" + +#: fvwm/windowlist.c:98 +#, c-format +msgid "Desk: %d%s" +msgstr "المكتب: %d%s" + +#: fvwm/menus.c:1811 +msgid "More&..." +msgstr "" + +#: default-config/config: line 315 +msgid "&Programs" +msgstr "" + +#: default-config/config: line 316 +msgid "XDG &Menu" +msgstr "" + +#: default-config/config: line 322 +msgid "&Wallpapers" +msgstr "" + +#: default-config/config: line 323 +msgid "M&an Pages" +msgstr "" + +#: default-config/config: line 324 +#, fuzzy +msgid "Cop&y Config" +msgstr "إنسخ ملفات التعريف" + +#: default-config/config: line 326 +#, fuzzy +msgid "Re&fresh" +msgstr "أعد تنشيط النافذة" + +#: default-config/config: line 327 +#, fuzzy +msgid "&Restart" +msgstr "أعد التشغيل" + +#: default-config/config: line 328 +msgid "&Quit" +msgstr "" + +#: default-config/config: line 339 +msgid "Programs" +msgstr "" + +#: default-config/config: line 353 +msgid "Wallpapers" +msgstr "" + +#: default-config/config: line 354 +msgid "Floral" +msgstr "" + +#: default-config/config: line 355 +msgid "Circles" +msgstr "" + +#: default-config/config: line 356 +msgid "Space" +msgstr "" + +#: default-config/config: line 361 373 +#, fuzzy +msgid "Move" +msgstr "&حرك" + +#: default-config/config: line 362 374 +#, fuzzy +msgid "Resize" +msgstr "غ&ير الحجم" + +#: default-config/config: line 363 375 396 +#, fuzzy +msgid "(De)Iconify" +msgstr "(عدم) التحويل لأي&قونة" + +#: default-config/config: line 364 376 397 +#, fuzzy +msgid "(Un)Maximize" +msgstr "(أزل) الت&كبير" + +#: default-config/config: line 365 377 398 +msgid "(Un)Shade" +msgstr "" + +#: default-config/config: line 366 +#, fuzzy +msgid "(Un)Stick" +msgstr "(أزل)ت&ثبيت" + +#: default-config/config: line 368 382 403 bin/fvwm-menu-desktop-config.fpl:293 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:64 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:132 +#, fuzzy +msgid "Close" +msgstr "أ&غلق" + +#: default-config/config: line 369 +msgid "More" +msgstr "" + +#: default-config/config: line 372 +msgid "Window Ops" +msgstr "خيارات النافذة" + +#: default-config/config: line 378 399 +#, fuzzy +msgid "(Un)Sticky" +msgstr "(أزل)ت&ثبيت" + +#: default-config/config: line 379 +msgid "(No)Title Bar" +msgstr "" + +#: default-config/config: line 380 401 +msgid "Send To" +msgstr "" + +#: default-config/config: line 383 404 +msgid "Destroy" +msgstr "تدمير" + +#: default-config/config: line 385 406 +#, fuzzy +msgid "Raise" +msgstr "ار&فع" + +#: default-config/config: line 386 407 +#, fuzzy +msgid "Lower" +msgstr "ا&خفض" + +#: default-config/config: line 388 409 +msgid "Stays On Top" +msgstr "" + +#: default-config/config: line 389 410 +msgid "Stays Put" +msgstr "" + +#: default-config/config: line 390 411 +msgid "Stays On Bottom" +msgstr "" + +#: default-config/config: line 392 413 +msgid "Identify" +msgstr "" + +#: default-config/config: line 400 +msgid "(No)TitleBar" +msgstr "" + +#: default-config/config: line 417 +msgid "Current" +msgstr "" + +#: default-config/config: line 418 430 431 432 433 +msgid "Page" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 55 58 +#, fuzzy +msgid "Fvwm XDGMenu Config" +msgstr "خيارات إعداد Fvwm" + +#: bin/fvwm-menu-desktop-config.fpl: line 62 +msgid "Available Menus" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 70 +msgid "Menus in" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 98 +msgid "No menus found! Check why from within a terminal with" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 109 +msgid "Options" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 110 291 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:69 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:137 +msgid "Help" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 115 +msgid "Include in Menu? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 117 +msgid "Config " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 118 +msgid "Regenerate " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 119 +msgid "Both " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 120 +msgid "None " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 123 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:27 +msgid "Use Icons? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 125 136 +msgid "Yes " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 126 137 +msgid "No " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 128 139 147 155 +msgid " " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 129 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:38 +msgid "Icon size: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 131 +msgid " (Default is 24)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 134 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:99 +msgid "Use Titles? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 140 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:57 +msgid "Used Icon theme: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 144 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:71 +msgid "Directory Icon: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 148 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:85 +msgid "Application Icon: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 152 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:104 +msgid "Top Menu Name: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 156 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:109 +msgid "Insert Menu Into: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 160 +msgid "Terminal command: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 162 +msgid " (Used to run Terminal entries)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 165 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:46 +msgid "Icon directory: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 167 +msgid " (Directory for converted icons)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 170 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:122 +msgid "Output path: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 172 +msgid " (Full path to store output)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 180 +#, fuzzy +msgid "Export Menu" +msgstr "القائمة الجذرية" + +#: bin/fvwm-menu-desktop-config.fpl: line 211 +msgid "Save and Regenerate" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 251 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:67 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:62 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:66 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:170 +msgid "Save" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 289 +msgid "Reset" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:134 +msgid "XDGMenu Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 +msgid "XDGMenu.Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 +msgid "" +"All the XDG menus found on the system are listed under Available Menus. Use" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 +msgid "" +"this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 +msgid "" +"and select which menus are generated. Select the options you want and then" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 +msgid "generate then generate the menu by selecting the following:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 +#, fuzzy +msgid "Export Menu:" +msgstr "القائمة الجذرية" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 +msgid "" +" Generates a menu by calling fvwm-menu-desktop with the selected options" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 +msgid "" +" and saves the output to Output Path. After the menu file is created it" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 +msgid "" +" is read by fvwm. This option does not save any changes made to settings." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 +msgid "Save and Regenerate:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 +msgid "" +" This saves the settings then runs fvwm-menu-desktop with no options " +"using" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 +msgid "" +" the defaults saved in the config file. This does not export the menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 +msgid "" +"Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 +msgid "" +"Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" +"menus/" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 +msgid "" +"following the XDG menu specification are only shown in $HOME/.config/menus/." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 +msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 +msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 66 +msgid "Options Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 68 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:136 +msgid "manpage" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 10 +msgid "XDGMenu Options Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 +msgid "General Options" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 +msgid "Include in Menu: " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 +msgid "" +"Set if XDGMenu will include menu items to Configure and/or Regenerate the " +"menu" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 30 33 41 49 52 60 63 66 74 +#: 77 80 88 91 94 117 +msgid " " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 +msgid "at the bottom of the top level menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 +msgid "" +"Option enables mini-icons in the menu(s). Warning! If ImageMagick is " +"installed" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 +msgid "" +"the script may generate all the icons and pause your system until the job is" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 +msgid "" +"done. After the icons are generated, it will not take as long to regenerate." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 +msgid "" +"If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " +"is" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 +msgid "desired enter the wanted size in this field." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 +msgid "" +"If the specified icon isn't that size it is converted if ImageMagick is " +"installed." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 +msgid "" +"Generated icons are saved in $HOME/.fvwm/icons or the directory specified " +"here." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 +msgid "Otherwise no icon appears in the menu for that entry." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 +msgid "Sets the used icon theme. Default is 'gnome' but all others found in" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 +msgid "" +"/usr/share/icons can used except the hicolor theme because it's the default" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 +msgid "" +"fallback theme if no icon is found. Note that the theme name must be written" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 +msgid "exactly as the icon directory e.g." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 +msgid "" +"If 'Use Icons' is enabled and for a directory in a menu no icon is found" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 89 +msgid "as default icon is used. But if the gnome icon theme isn't" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 92 +msgid "installed no default icon appears. Another icon can defined here." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 95 +msgid "Only the name of an icon is needed not the path!" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 +msgid "If 'Use Icons' is enabled and for an application no icon is found" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 +msgid "" +"If this option is set menus are generated with titles. Default is use titles." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 +msgid "Sets the name of the name of the top level menu. Default is XDGMenu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 +msgid "Inserts the menu items into the given Menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 +msgid "Terminal Command: " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 +msgid "" +"Enter terminal emulator command used to launch terminal applications. The " +"command" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 +msgid "must end with an execute option (-e). Default xterm -e." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 +msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 11 +msgid "Do you really want to quit Fvwm?" +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 41 +#: default-config/FvwmScript-ConfirmCopyConfig:127 +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser:58 +msgid "Cancel" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 2 +msgid "ConfirmCopyConfig" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 21 +msgid "Fvwm Default Configuration" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 36 +msgid "This script copies the default configuration into your home directory:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 64 +msgid "A backup of your current configuration will be located at:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 92 +msgid "Click Confirm to continue and restart Fvwm." +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 107 +msgid "Confirm" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 +msgid "Bell Setup" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:43 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:47 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:132 +msgid "Apply" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 +msgid "Beep" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 +msgid "Volume:" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 +msgid "Pitch(Hz):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 +msgid "Duration(ms):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 +msgid "Bell" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 +msgid "Keyboard Setup" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 +msgid "Click Volume (%)" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 +msgid "AutoRepeat On" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 +msgid "Start Delay: " +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 +msgid "Repeat Delay:" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 +msgid "Keyboard" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 +msgid "Pointer Setup" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 +msgid "Right-handed user|Left-handed user" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 +msgid "Mouse configuration:" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 +msgid "Acceleration:" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 +msgid "Threshold (pixels):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 +msgid "Pointer" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 +msgid "Screen Setup" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 +msgid "Background" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 +msgid "Uniform color:" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 +msgid "Pixmap:" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 +msgid "Browser..." +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 +msgid "Disable xinit background" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 +msgid "Screen-saver" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 +msgid "Blank" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 +msgid "Timeout(s):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 +msgid "Pattern" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 +msgid "Cycle(s):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 +msgid "DPMS" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 768 +msgid "Enable" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 +msgid "Disable" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 +msgid "Standby(s):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 +msgid "Suspend(s):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 +msgid "Off(s):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 +msgid "xscreensaver" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 +msgid "Config and Demo" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 +msgid "File Browser" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 +msgid "OK" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 +msgid "Path:" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 +msgid " Show hidden files" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 +msgid "Selected file:" +msgstr "" + +#~ msgid "Issue fvwm commands" +#~ msgstr "أصدر أوامر fvwm" + +#~ msgid "Restart fvwm" +#~ msgstr "أعد تشغيل fvwm" + +#~ msgid "Exit fvwm" +#~ msgstr "أخرج من fvwm" + +#~ msgid "Setup Form" +#~ msgstr "شاشة الإعداد" + +#~ msgid "Setup 95 Script" +#~ msgstr "ملف إعداد 95" + +#~ msgid "Remote Logins" +#~ msgstr "الدخول عن بعد" + +#~ msgid "Utilities" +#~ msgstr "برامج الخدمات" + +#~ msgid "Fvwm Modules" +#~ msgstr "وحدات Fvwm" + +#~ msgid "Fvwm Window Ops" +#~ msgstr "خيارات نوافذ Fvwm" + +#~ msgid "Refresh Screen" +#~ msgstr "أعد تنشيط الشاشة" + +#~ msgid "Recapture Screen" +#~ msgstr "أعد عرض الشاشة" + +#~ msgid "Exit Fvwm" +#~ msgstr "الخروج من Fvwm" + +#~ msgid "Reset X defaults" +#~ msgstr "إسترجاع الإفتراضي لأكس" + +#~ msgid "Sloppy Focus" +#~ msgstr "تركيز بطيئ" + +#~ msgid "Click To Focus" +#~ msgstr "تركيز بالضعط" + +#~ msgid "Focus Follows Mouse" +#~ msgstr "تركيز بلحاق الفارة" + +#~ msgid "Colormap Follows Mouse" +#~ msgstr "خارطة الألوان تلحق بالفارة" + +#~ msgid "Colormap Follows Focus" +#~ msgstr "خارطة الألوان تلحق بالتركيز" + +#~ msgid "Full Paging ON" +#~ msgstr "تشغيل التصفح الكامل " + +#~ msgid "All Paging OFF" +#~ msgstr "توقيف التصفح الكامل" + +#~ msgid "Horizontal Paging Only" +#~ msgstr "التصفح الأفقي فقط" + +#~ msgid "Vertical Paging Only" +#~ msgstr "التصفح العمودي فقط" + +#~ msgid "Partial Paging" +#~ msgstr "تصفح جزئي" + +#~ msgid "Full Paging && Edge Wrap" +#~ msgstr "تصفح كامل مع القلب عند الحواف" + +#~ msgid "&Delete" +#~ msgstr "اح&ذف" + +#~ msgid "Print" +#~ msgstr "أطبع" + +#~ msgid "Print Re&verse" +#~ msgstr "أطبع بالم&قلوب" + +#~ msgid "Control Animation" +#~ msgstr "تحكم بالحركة" + +#~ msgid "desks" +#~ msgstr "مكاتب" + +#~ msgid "Stop Module Menu" +#~ msgstr "قائمة إيقاف الوحدات" + +#~ msgid "Stop Fvwm Modules" +#~ msgstr "إيقاف وحدات Fvem" + +#~ msgid "Stop" +#~ msgstr "إيقاف" + +#~ msgid "Really Quit Fvwm?" +#~ msgstr "هل تريد الخروج من Fvwm ؟" + +#~ msgid "Yes, Really Quit" +#~ msgstr "نعم، أريد الخروج" + +#~ msgid "Start" +#~ msgstr "إبدأ" + +#~ msgid "Just an Xterm" +#~ msgstr "أظهر Xterm فقط" + +#~ msgid "No, Don't Quit" +#~ msgstr "لا، لا تخرج" + +#~ msgid "fvwm - Create Configuration" +#~ msgstr "إنشاء ملف خيارات ل fvwm" + +#~ msgid "Use this form to create your fvwm2rc configuration file." +#~ msgstr "إستعمل هذا النموذج لإنشاء ملف الإعدادات fvwm2rc الخاص بك" + +#~ msgid "The file created is ~/.fvwm/.fvwm2rc or $FVWM_USERDIR/.fvwm2rc." +#~ msgstr "الملف المنشأ هو ~/.fvwm/.fvwm2rc أو $FVWM_USERDIR/.fvwm2rc" + +#~ msgid "After creation, the fvwm2rc file can then be changed with any" +#~ msgstr "بعد الإنشاء، من الممكن تعديل الملف الخيارات fvwm2rc بإستعمال أي" + +#~ msgid "editor to suit your own needs." +#~ msgstr "محرر نصوص تريده." + +#~ msgid "Create a starting .fvwm2rc file" +#~ msgstr "أنشئ الملف المبدئي .fvwm2rc " + +#~ msgid "These files are optional. Select the modules you want to customize." +#~ msgstr "الملفات التالية إختيارية. أختر الوحدات التي تود أن تخصصها." + +#~ msgid "You can always copy them later." +#~ msgstr "تستطيع نسخهم في الوقت الذي تريد." + +#~ msgid "Return - Dismiss" +#~ msgstr "رجوع - خروج" diff --git a/po/fvwm3.da.gmo b/po/fvwm3.da.gmo new file mode 100644 index 000000000..0530a2f0a Binary files /dev/null and b/po/fvwm3.da.gmo differ diff --git a/po/fvwm.da.po b/po/fvwm3.da.po similarity index 56% rename from po/fvwm.da.po rename to po/fvwm3.da.po index d61f6924c..36f22df57 100644 --- a/po/fvwm.da.po +++ b/po/fvwm3.da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fvwm version-2_6_6-142-g1a05b191-dirty\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" +"POT-Creation-Date: 2024-10-02 20:47-0600\n" "PO-Revision-Date: 2017-02-07 00:00+0100\n" "Last-Translator: scootergrisen\n" "Language-Team: Danish\n" @@ -17,469 +17,367 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../fvwm/fvwm3.c:1352 +#: fvwm/fvwm3.c:1293 msgid "Builtin Menu" msgstr "Indbygget menu" -#: ../fvwm/fvwm3.c:1359 -msgid "Issue fvwm commands" -msgstr "Udsted fvwm-kommandoer" - -#: ../fvwm/fvwm3.c:1364 -msgid "Desktop Menu" -msgstr "" - -#: ../fvwm/fvwm3.c:1369 -msgid "Restart fvwm" -msgstr "Genstart fvwm" - -#: ../fvwm/fvwm3.c:1374 -msgid "Exit fvwm" -msgstr "Afslut fvwm" - -#. #-#-#-#-# duplicate.pot (PACKAGE VERSION) #-#-#-#-# -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 406 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 410 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 411 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 412 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 413 -#: ../fvwm/expand.c:492 +#: fvwm/fvwm3.c:1300 +#, fuzzy +msgid "Load Default Config" +msgstr "Musekonfiguration:" + +#: fvwm/fvwm3.c:1305 +#, fuzzy +msgid "Restart" +msgstr "Genstart" + +#: fvwm/fvwm3.c:1310 ../default-config/FvwmScript-ConfirmQuit: line 25 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:85 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:89 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:94 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:235 +msgid "Quit" +msgstr "Afslut" + +#: fvwm/expand.c:496 ../default-config/config: line 419 423 424 425 426 msgid "Desk" msgstr "Skrivebord" -#: ../fvwm/windowlist.c:96 ../fvwm/windowlist.c:102 ../fvwm/windowlist.c:109 +#: fvwm/windowlist.c:87 ../fvwm/windowlist.c:93 ../fvwm/windowlist.c:100 msgid "\tGeometry" msgstr "\tGeometri" -#: ../fvwm/windowlist.c:107 +#: fvwm/windowlist.c:98 #, c-format msgid "Desk: %d%s" msgstr "Skrivebord: %d%s" -#: ../fvwm/menus.c:1798 +#: fvwm/menus.c:1811 msgid "More&..." msgstr "Flere&..." -#. ./default-config/config: line 303 +#: default-config/config: line 315 msgid "&Programs" msgstr "" -#. ./default-config/config: line 304 +#: default-config/config: line 316 msgid "XDG &Menu" msgstr "" -#. ./default-config/config: line 309 +#: default-config/config: line 322 msgid "&Wallpapers" msgstr "" -#. ./default-config/config: line 310 +#: default-config/config: line 323 msgid "M&an Pages" msgstr "" -#. ./default-config/config: line 313 +#: default-config/config: line 324 +#, fuzzy +msgid "Cop&y Config" +msgstr "Kopiér konfigurationsfil(er)" + +#: default-config/config: line 326 #, fuzzy msgid "Re&fresh" msgstr "&Opdater vindue" -#. ./default-config/config: line 314 +#: default-config/config: line 327 #, fuzzy msgid "&Restart" msgstr "Genstart" -#. ./default-config/config: line 315 +#: default-config/config: line 328 #, fuzzy msgid "&Quit" msgstr "Afslut" -#. ./default-config/config: line 326 +#: default-config/config: line 339 msgid "Programs" msgstr "" -#. ./default-config/config: line 340 +#: default-config/config: line 353 msgid "Wallpapers" msgstr "" -#. ./default-config/config: line 341 +#: default-config/config: line 354 msgid "Floral" msgstr "" -#. ./default-config/config: line 342 +#: default-config/config: line 355 msgid "Circles" msgstr "" -#. ./default-config/config: line 343 +#: default-config/config: line 356 msgid "Space" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 348 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 360 +#: default-config/config: line 361 373 #, fuzzy msgid "Move" msgstr "&Flyt" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 349 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 361 +#: default-config/config: line 362 374 #, fuzzy msgid "Resize" msgstr "&Tilpas størrelse" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 350 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 362 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 383 +#: default-config/config: line 363 375 396 #, fuzzy msgid "(De)Iconify" msgstr "&Ikonificer til/fra" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 351 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 363 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 384 +#: default-config/config: line 364 376 397 #, fuzzy msgid "(Un)Maximize" msgstr "&Maksimer til/fra" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 352 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 364 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 385 +#: default-config/config: line 365 377 398 msgid "(Un)Shade" msgstr "" -#. ./default-config/config: line 353 +#: default-config/config: line 366 #, fuzzy msgid "(Un)Stick" msgstr "&Klæb til/fra" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 355 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 369 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 390 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 293 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 64 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 132 +#: default-config/config: line 368 382 403 bin/fvwm-menu-desktop-config.fpl:293 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:64 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:132 #, fuzzy msgid "Close" msgstr "&Luk" -#. ./default-config/config: line 356 +#: default-config/config: line 369 #, fuzzy msgid "More" msgstr "Flere&..." -#. ./default-config/config: line 359 +#: default-config/config: line 372 msgid "Window Ops" msgstr "Vindueshandlinger" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 365 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 386 +#: default-config/config: line 378 399 #, fuzzy msgid "(Un)Sticky" msgstr "&Klæb til/fra" -#. ./default-config/config: line 366 +#: default-config/config: line 379 msgid "(No)Title Bar" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 367 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 388 +#: default-config/config: line 380 401 msgid "Send To" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 370 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 391 +#: default-config/config: line 383 404 msgid "Destroy" msgstr "Ødelæg" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 372 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 393 +#: default-config/config: line 385 406 #, fuzzy msgid "Raise" msgstr "&Hæv" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 373 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 394 +#: default-config/config: line 386 407 #, fuzzy msgid "Lower" msgstr "Sæ&nk" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 375 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 396 +#: default-config/config: line 388 409 msgid "Stays On Top" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 376 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 397 +#: default-config/config: line 389 410 msgid "Stays Put" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 377 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 398 +#: default-config/config: line 390 411 msgid "Stays On Bottom" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 379 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 400 +#: default-config/config: line 392 413 msgid "Identify" msgstr "" -#. ./default-config/config: line 387 +#: default-config/config: line 400 msgid "(No)TitleBar" msgstr "" -#. ./default-config/config: line 404 +#: default-config/config: line 417 msgid "Current" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 405 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 417 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 418 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 419 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 420 +#: default-config/config: line 418 430 431 432 433 msgid "Page" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 55 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 58 +#: bin/fvwm-menu-desktop-config.fpl: line 55 58 #, fuzzy msgid "Fvwm XDGMenu Config" msgstr "Skrivebordskonfiguration for Fvwm-menu" -#. ./bin/fvwm-menu-desktop-config.fpl: line 62 +#: bin/fvwm-menu-desktop-config.fpl: line 62 #, fuzzy msgid "Available Menus" msgstr "Enkelt menu" -#. ./bin/fvwm-menu-desktop-config.fpl: line 70 +#: bin/fvwm-menu-desktop-config.fpl: line 70 msgid "Menus in" msgstr "Menuer i" -#. ./bin/fvwm-menu-desktop-config.fpl: line 98 +#: bin/fvwm-menu-desktop-config.fpl: line 98 msgid "No menus found! Check why from within a terminal with" msgstr "Ingen menuer fundet! Tjek hvordan det kan være i en terminal med" -#. ./bin/fvwm-menu-desktop-config.fpl: line 109 +#: bin/fvwm-menu-desktop-config.fpl: line 109 #, fuzzy msgid "Options" msgstr "Generelle valgmuligheder" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 110 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 291 +#: bin/fvwm-menu-desktop-config.fpl: line 110 291 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:69 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:137 msgid "Help" msgstr "Hjælp" -#. ./bin/fvwm-menu-desktop-config.fpl: line 115 +#: bin/fvwm-menu-desktop-config.fpl: line 115 #, fuzzy msgid "Include in Menu? " msgstr "Indsæt i menu: " -#. ./bin/fvwm-menu-desktop-config.fpl: line 117 +#: bin/fvwm-menu-desktop-config.fpl: line 117 msgid "Config " msgstr "" -#. ./bin/fvwm-menu-desktop-config.fpl: line 118 +#: bin/fvwm-menu-desktop-config.fpl: line 118 #, fuzzy msgid "Regenerate " msgstr "Regenererer XDG-menu" -#. ./bin/fvwm-menu-desktop-config.fpl: line 119 +#: bin/fvwm-menu-desktop-config.fpl: line 119 msgid "Both " msgstr "" -#. ./bin/fvwm-menu-desktop-config.fpl: line 120 +#: bin/fvwm-menu-desktop-config.fpl: line 120 msgid "None " msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 123 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 27 +#: bin/fvwm-menu-desktop-config.fpl: line 123 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:27 msgid "Use Icons? " msgstr "Brug ikoner? " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 125 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 136 +#: bin/fvwm-menu-desktop-config.fpl: line 125 136 msgid "Yes " msgstr "Ja " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 126 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 137 +#: bin/fvwm-menu-desktop-config.fpl: line 126 137 msgid "No " msgstr "Nej " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 128 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 139 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 147 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 155 +#: bin/fvwm-menu-desktop-config.fpl: line 128 139 147 155 msgid " " msgstr " " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 129 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 38 +#: bin/fvwm-menu-desktop-config.fpl: line 129 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:38 msgid "Icon size: " msgstr "Ikonstørrelse: " -#. ./bin/fvwm-menu-desktop-config.fpl: line 131 +#: bin/fvwm-menu-desktop-config.fpl: line 131 msgid " (Default is 24)" msgstr " (standard er 24)" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 134 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 99 +#: bin/fvwm-menu-desktop-config.fpl: line 134 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:99 msgid "Use Titles? " msgstr "Brug titler? " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 140 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 57 +#: bin/fvwm-menu-desktop-config.fpl: line 140 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:57 msgid "Used Icon theme: " msgstr "Anvendt ikontema: " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 144 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 71 +#: bin/fvwm-menu-desktop-config.fpl: line 144 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:71 msgid "Directory Icon: " msgstr "Mappeikon: " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 148 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 85 +#: bin/fvwm-menu-desktop-config.fpl: line 148 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:85 msgid "Application Icon: " msgstr "Programikon: " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 152 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 104 +#: bin/fvwm-menu-desktop-config.fpl: line 152 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:104 #, fuzzy msgid "Top Menu Name: " msgstr "Anvendt menutype: " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 156 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 109 +#: bin/fvwm-menu-desktop-config.fpl: line 156 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:109 #, fuzzy msgid "Insert Menu Into: " msgstr "Indsæt i menu: " -#. ./bin/fvwm-menu-desktop-config.fpl: line 160 +#: bin/fvwm-menu-desktop-config.fpl: line 160 msgid "Terminal command: " msgstr "" -#. ./bin/fvwm-menu-desktop-config.fpl: line 162 +#: bin/fvwm-menu-desktop-config.fpl: line 162 msgid " (Used to run Terminal entries)" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 165 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 46 +#: bin/fvwm-menu-desktop-config.fpl: line 165 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:46 msgid "Icon directory: " msgstr "Ikonmappe: " -#. ./bin/fvwm-menu-desktop-config.fpl: line 167 +#: bin/fvwm-menu-desktop-config.fpl: line 167 msgid " (Directory for converted icons)" msgstr " (mappe til konverterede ikoner)" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 170 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 122 +#: bin/fvwm-menu-desktop-config.fpl: line 170 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:122 msgid "Output path: " msgstr "Outputsti: " -#. ./bin/fvwm-menu-desktop-config.fpl: line 172 +#: bin/fvwm-menu-desktop-config.fpl: line 172 msgid " (Full path to store output)" msgstr " (fuld sti til at lagre output)" -#. ./bin/fvwm-menu-desktop-config.fpl: line 180 +#: bin/fvwm-menu-desktop-config.fpl: line 180 #, fuzzy msgid "Export Menu" msgstr "Rodmenu" -#. ./bin/fvwm-menu-desktop-config.fpl: line 211 +#: bin/fvwm-menu-desktop-config.fpl: line 211 msgid "Save and Regenerate" msgstr "" -#. ./bin/fvwm-menu-desktop-config.fpl: line 251 +#: bin/fvwm-menu-desktop-config.fpl: line 251 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:67 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:62 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:66 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:170 msgid "Save" -msgstr "" +msgstr "Gem" -#. ./bin/fvwm-menu-desktop-config.fpl: line 289 +#: bin/fvwm-menu-desktop-config.fpl: line 289 msgid "Reset" msgstr "Nulstil" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:134 msgid "XDGMenu Help" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 msgid "XDGMenu.Help" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 #, fuzzy msgid "" "All the XDG menus found on the system are listed under Available Menus. Use" @@ -487,63 +385,63 @@ msgstr "" "I dette afsnit vises alle XDG-menuer som findes på systemet. Alle valgte " "menuer" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 msgid "" "this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 msgid "" "and select which menus are generated. Select the options you want and then" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 msgid "generate then generate the menu by selecting the following:" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 #, fuzzy msgid "Export Menu:" msgstr "Rodmenu" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 msgid "" " Generates a menu by calling fvwm-menu-desktop with the selected options" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 msgid "" " and saves the output to Output Path. After the menu file is created it" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 msgid "" " is read by fvwm. This option does not save any changes made to settings." msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 msgid "Save and Regenerate:" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 msgid "" " This saves the settings then runs fvwm-menu-desktop with no options " "using" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 msgid "" " the defaults saved in the config file. This does not export the menu." msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 #, fuzzy msgid "" "Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." msgstr "" "Bemærk at ens menuer fundet under /etc/xdg/menus OG $HOME/.config/menus/" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 #, fuzzy msgid "" "Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" @@ -551,106 +449,83 @@ msgid "" msgstr "" "Bemærk at ens menuer fundet under /etc/xdg/menus OG $HOME/.config/menus/" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 #, fuzzy msgid "" "following the XDG menu specification are only shown in $HOME/.config/menus/." msgstr "som følger XDG-menu-specifikationen kun vises i $HOME/.config/menus/." -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 #, fuzzy msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." msgstr "" "Hvis der ikke vises nogen menu, så tjek årsagen fra en terminal med 'fvwm-" "menu-desktop -v'." -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 #, fuzzy msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." msgstr "" "Det er også en god ide at tjekke .xsession-errors i bruger-hjemmemappen for " "fejl." -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 10 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 66 +#, fuzzy +msgid "Options Help" +msgstr "Generelle valgmuligheder" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 68 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:136 +msgid "manpage" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 10 #, fuzzy msgid "XDGMenu Options Help" msgstr "Generelle valgmuligheder" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 msgid "General Options" msgstr "Generelle valgmuligheder" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 #, fuzzy msgid "Include in Menu: " msgstr "Indsæt i menu: " -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 msgid "" "Set if XDGMenu will include menu items to Configure and/or Regenerate the " "menu" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 30 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 33 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 52 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 60 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 63 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 74 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 77 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 80 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 88 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 91 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 117 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 30 33 41 49 52 60 63 66 74 +#: 77 80 88 91 94 117 msgid " " msgstr " " -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 msgid "at the bottom of the top level menu." msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 #, fuzzy msgid "" "Option enables mini-icons in the menu(s). Warning! If ImageMagick is " "installed" msgstr "Valgmulighed aktiverer miniikoner i menuen/menuerne." -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 msgid "" "the script may generate all the icons and pause your system until the job is" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 msgid "" "done. After the icons are generated, it will not take as long to regenerate." msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 msgid "" "If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " "is" @@ -658,11 +533,11 @@ msgstr "" "Hvis 'Brug ikoner' er angivet, så bruges 24x24 miniikoner som standard. Hvis " "en anden størrelse er" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 msgid "desired enter the wanted size in this field." msgstr "ønsket, så indtast den ønskede størrelse i dette felt." -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 msgid "" "If the specified icon isn't that size it is converted if ImageMagick is " "installed." @@ -670,74 +545,65 @@ msgstr "" "Hvis det angivne ikon ikke er den størrelse, så konverteres det hvis " "ImageMagick er installeret." -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 msgid "" "Generated icons are saved in $HOME/.fvwm/icons or the directory specified " "here." msgstr "Genererede ikoner gemmes i $HOME/.fvwm/icons eller mappen angivet her." -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 msgid "Otherwise no icon appears in the menu for that entry." msgstr "Ellers vises intet ikon i menuen for det punkt." -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 msgid "Sets the used icon theme. Default is 'gnome' but all others found in" msgstr "" "Angiver det brugte ikontema. Standard er 'gnome', men alle andre fundet i" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 msgid "" "/usr/share/icons can used except the hicolor theme because it's the default" msgstr "/usr/share/icons kan bruges undtagen hicolor-temaet, da det er" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 msgid "" "fallback theme if no icon is found. Note that the theme name must be written" msgstr "" "temaet som anvendes som standard hvis der ikke findes noget ikon. Bemærk at " "temanavnet skal skrives" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 msgid "exactly as the icon directory e.g." msgstr "præcist som ikonmappen eksempelvis" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 msgid "" "If 'Use Icons' is enabled and for a directory in a menu no icon is found" msgstr "" "Hvis 'Brug ikoner' er aktiveret og til en mappe i en menu hvor der ikke er " "fundet noget ikon" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 89 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 89 msgid "as default icon is used. But if the gnome icon theme isn't" msgstr "som standardikon er brugt. Men hvis gnome-ikon-temaet ikke er" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 92 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 92 msgid "installed no default icon appears. Another icon can defined here." msgstr "" "installeret vises der ikke noget standardikon. Et andet ikon kan defineres " "her." -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 95 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 95 msgid "Only the name of an icon is needed not the path!" msgstr "Det er kun nødvendigt med navnet på et ikon, ikke stien!" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 msgid "If 'Use Icons' is enabled and for an application no icon is found" msgstr "" "Hvis 'Brug ikoner' er aktiveret og til et program hvor der ikke er fundet " "noget ikon" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 #, fuzzy msgid "" "If this option is set menus are generated with titles. Default is use titles." @@ -745,39 +611,256 @@ msgstr "" "Hvis denne valgmulighed er angivet, genereres menuer med titler. Standard er " "ingen titler." -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 msgid "Sets the name of the name of the top level menu. Default is XDGMenu." msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 msgid "Inserts the menu items into the given Menu." msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 msgid "Terminal Command: " msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 msgid "" "Enter terminal emulator command used to launch terminal applications. The " "command" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 msgid "must end with an execute option (-e). Default xterm -e." msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 #, fuzzy msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." msgstr "" "Indtast den FULDE sti på menuen som skal lagres. Standardsti er " "$FVWM_USERDIR/.menu." -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 136 -msgid "manpage" +#: default-config/FvwmScript-ConfirmQuit: line 11 +msgid "Do you really want to quit Fvwm?" +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 41 +#: default-config/FvwmScript-ConfirmCopyConfig:127 +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser:58 +msgid "Cancel" +msgstr "Annuller" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 2 +msgid "ConfirmCopyConfig" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 21 +#, fuzzy +msgid "Fvwm Default Configuration" +msgstr "Musekonfiguration:" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 36 +msgid "This script copies the default configuration into your home directory:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 64 +msgid "A backup of your current configuration will be located at:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 92 +msgid "Click Confirm to continue and restart Fvwm." +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 107 +msgid "Confirm" msgstr "" +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 +msgid "Bell Setup" +msgstr "Opsætning af klokke" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:43 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:47 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:132 +msgid "Apply" +msgstr "Anvend" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 +msgid "Beep" +msgstr "Bip" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 +msgid "Volume:" +msgstr "Lydstyrke:" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 +msgid "Pitch(Hz):" +msgstr "Tonehøjde (Hz):" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 +msgid "Duration(ms):" +msgstr "Varighed (ms):" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 +msgid "Bell" +msgstr "Klokke" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 +msgid "Keyboard Setup" +msgstr "Opsætning af tastatur" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 +msgid "Click Volume (%)" +msgstr "Klik-lydstyrke (%)" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 +msgid "AutoRepeat On" +msgstr "Automatisk gentagelse til" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 +msgid "Start Delay: " +msgstr "Forsinkelse ved start: " + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 +msgid "Repeat Delay:" +msgstr "Forsinkelse ved gentagelse:" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 +msgid "Keyboard" +msgstr "Tastatur" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 +msgid "Pointer Setup" +msgstr "Opsætning af markør" + +# scootergrisen: bruges i drop down hvor der ikke er så god plads så " bruger" kan eventuelt undlades +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 +msgid "Right-handed user|Left-handed user" +msgstr "Højrehåndet|Venstrehåndet" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 +msgid "Mouse configuration:" +msgstr "Musekonfiguration:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 +msgid "Acceleration:" +msgstr "Acceleration:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 +msgid "Threshold (pixels):" +msgstr "Tærskel (pixels):" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 +msgid "Pointer" +msgstr "Markør" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 +msgid "Screen Setup" +msgstr "Opsætning af skærm" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 +msgid "Background" +msgstr "Baggrund" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 +msgid "Uniform color:" +msgstr "Ensartet farve:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 +msgid "Pixmap:" +msgstr "Pixelkort:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 +msgid "Browser..." +msgstr "Browser..." + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 +msgid "Disable xinit background" +msgstr "Deaktivér xinit-baggrund" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 +msgid "Screen-saver" +msgstr "Pauseskærm" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 +msgid "Blank" +msgstr "Tom" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 +msgid "Timeout(s):" +msgstr "Timeout (s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 +msgid "Pattern" +msgstr "Mønster" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 +msgid "Cycle(s):" +msgstr "Gennemløb (s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 +msgid "DPMS" +msgstr "DPMS" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 768 +msgid "Enable" +msgstr "Aktivér" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 +msgid "Disable" +msgstr "Deaktivér" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 +msgid "Standby(s):" +msgstr "Standby (s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 +msgid "Suspend(s):" +msgstr "Hvile (s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 +msgid "Off(s):" +msgstr "Sluk (s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 +msgid "xscreensaver" +msgstr "xscreensaver" + +# scootergrisen: bruges på en knap hvor der ikke er plads nok til "Konfiguration og demonstration" +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 +msgid "Config and Demo" +msgstr "Konfig og demo" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 +msgid "File Browser" +msgstr "Filbrowser" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 +msgid "OK" +msgstr "OK" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 +msgid "Path:" +msgstr "Sti:" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 +msgid " Show hidden files" +msgstr " Vis skjulte filer" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 +msgid "Selected file:" +msgstr "Valgte fil:" + +#~ msgid "Issue fvwm commands" +#~ msgstr "Udsted fvwm-kommandoer" + +#~ msgid "Restart fvwm" +#~ msgstr "Genstart fvwm" + +#~ msgid "Exit fvwm" +#~ msgstr "Afslut fvwm" + #~ msgid "Setup Form" #~ msgstr "Opsætningsformular" @@ -911,9 +994,6 @@ msgstr "" #~ msgid "Return - Dismiss" #~ msgstr "Vend tilbage - afvis" -#~ msgid "Copy Config File(s)" -#~ msgstr "Kopiér konfigurationsfil(er)" - #~ msgid "Multiple Menu" #~ msgstr "Flere menu" diff --git a/po/fvwm3.de.gmo b/po/fvwm3.de.gmo new file mode 100644 index 000000000..cf2c91268 Binary files /dev/null and b/po/fvwm3.de.gmo differ diff --git a/po/fvwm.de.po b/po/fvwm3.de.po similarity index 57% rename from po/fvwm.de.po rename to po/fvwm3.de.po index 5d3751128..c643bd7f5 100644 --- a/po/fvwm.de.po +++ b/po/fvwm3.de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: fvwm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" +"POT-Creation-Date: 2024-10-02 20:47-0600\n" "PO-Revision-Date: 2013-10-25 22:45+0200\n" "Last-Translator: Thomas Funk \n" "Language-Team: German\n" @@ -18,469 +18,367 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../fvwm/fvwm3.c:1352 +#: fvwm/fvwm3.c:1293 msgid "Builtin Menu" msgstr "Internes Men" -#: ../fvwm/fvwm3.c:1359 -msgid "Issue fvwm commands" -msgstr "Fvwm-Konsole" - -#: ../fvwm/fvwm3.c:1364 -msgid "Desktop Menu" -msgstr "" - -#: ../fvwm/fvwm3.c:1369 -msgid "Restart fvwm" -msgstr "Fvwm neu starten" - -#: ../fvwm/fvwm3.c:1374 -msgid "Exit fvwm" -msgstr "Fvwm beenden" - -#. #-#-#-#-# duplicate.pot (PACKAGE VERSION) #-#-#-#-# -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 406 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 410 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 411 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 412 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 413 -#: ../fvwm/expand.c:492 +#: fvwm/fvwm3.c:1300 +#, fuzzy +msgid "Load Default Config" +msgstr "Maus Konfiguration:" + +#: fvwm/fvwm3.c:1305 +#, fuzzy +msgid "Restart" +msgstr "Neustart" + +#: fvwm/fvwm3.c:1310 ../default-config/FvwmScript-ConfirmQuit: line 25 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:85 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:89 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:94 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:235 +msgid "Quit" +msgstr "Beenden" + +#: fvwm/expand.c:496 ../default-config/config: line 419 423 424 425 426 msgid "Desk" msgstr "Arbeitsplatz" -#: ../fvwm/windowlist.c:96 ../fvwm/windowlist.c:102 ../fvwm/windowlist.c:109 +#: fvwm/windowlist.c:87 ../fvwm/windowlist.c:93 ../fvwm/windowlist.c:100 msgid "\tGeometry" msgstr "\tGeometrie" -#: ../fvwm/windowlist.c:107 +#: fvwm/windowlist.c:98 #, c-format msgid "Desk: %d%s" msgstr "Arbeitsplatz: %d%s" -#: ../fvwm/menus.c:1798 +#: fvwm/menus.c:1811 msgid "More&..." msgstr "Mehr&..." -#. ./default-config/config: line 303 +#: default-config/config: line 315 msgid "&Programs" msgstr "" -#. ./default-config/config: line 304 +#: default-config/config: line 316 msgid "XDG &Menu" msgstr "" -#. ./default-config/config: line 309 +#: default-config/config: line 322 msgid "&Wallpapers" msgstr "" -#. ./default-config/config: line 310 +#: default-config/config: line 323 msgid "M&an Pages" msgstr "" -#. ./default-config/config: line 313 +#: default-config/config: line 324 +#, fuzzy +msgid "Cop&y Config" +msgstr "Konfigurationsdateien kopieren" + +#: default-config/config: line 326 #, fuzzy msgid "Re&fresh" msgstr "Fester erneuern" -#. ./default-config/config: line 314 +#: default-config/config: line 327 #, fuzzy msgid "&Restart" msgstr "Neustart" -#. ./default-config/config: line 315 +#: default-config/config: line 328 #, fuzzy msgid "&Quit" msgstr "Beenden" -#. ./default-config/config: line 326 +#: default-config/config: line 339 msgid "Programs" msgstr "" -#. ./default-config/config: line 340 +#: default-config/config: line 353 msgid "Wallpapers" msgstr "" -#. ./default-config/config: line 341 +#: default-config/config: line 354 msgid "Floral" msgstr "" -#. ./default-config/config: line 342 +#: default-config/config: line 355 msgid "Circles" msgstr "" -#. ./default-config/config: line 343 +#: default-config/config: line 356 msgid "Space" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 348 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 360 +#: default-config/config: line 361 373 #, fuzzy msgid "Move" msgstr "&Verschieben" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 349 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 361 +#: default-config/config: line 362 374 #, fuzzy msgid "Resize" msgstr "&Grsse ndern" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 350 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 362 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 383 +#: default-config/config: line 363 375 396 #, fuzzy msgid "(De)Iconify" msgstr "(De)&Minimierer" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 351 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 363 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 384 +#: default-config/config: line 364 376 397 #, fuzzy msgid "(Un)Maximize" msgstr "(De)Ma&ximierer" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 352 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 364 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 385 +#: default-config/config: line 365 377 398 msgid "(Un)Shade" msgstr "" -#. ./default-config/config: line 353 +#: default-config/config: line 366 #, fuzzy msgid "(Un)Stick" msgstr "(Los)&Festklemmer" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 355 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 369 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 390 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 293 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 64 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 132 +#: default-config/config: line 368 382 403 bin/fvwm-menu-desktop-config.fpl:293 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:64 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:132 #, fuzzy msgid "Close" msgstr "&Schliesse" -#. ./default-config/config: line 356 +#: default-config/config: line 369 #, fuzzy msgid "More" msgstr "Mehr&..." -#. ./default-config/config: line 359 +#: default-config/config: line 372 msgid "Window Ops" msgstr "Fenster" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 365 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 386 +#: default-config/config: line 378 399 #, fuzzy msgid "(Un)Sticky" msgstr "(Los)&Festklemmer" -#. ./default-config/config: line 366 +#: default-config/config: line 379 msgid "(No)Title Bar" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 367 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 388 +#: default-config/config: line 380 401 msgid "Send To" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 370 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 391 +#: default-config/config: line 383 404 msgid "Destroy" msgstr "&Zerstre" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 372 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 393 +#: default-config/config: line 385 406 #, fuzzy msgid "Raise" msgstr "An&heben" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 373 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 394 +#: default-config/config: line 386 407 #, fuzzy msgid "Lower" msgstr "Ab&senken" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 375 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 396 +#: default-config/config: line 388 409 msgid "Stays On Top" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 376 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 397 +#: default-config/config: line 389 410 msgid "Stays Put" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 377 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 398 +#: default-config/config: line 390 411 msgid "Stays On Bottom" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 379 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 400 +#: default-config/config: line 392 413 msgid "Identify" msgstr "" -#. ./default-config/config: line 387 +#: default-config/config: line 400 msgid "(No)TitleBar" msgstr "" -#. ./default-config/config: line 404 +#: default-config/config: line 417 msgid "Current" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 405 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 417 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 418 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 419 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./default-config/config: line 420 +#: default-config/config: line 418 430 431 432 433 msgid "Page" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 55 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 58 +#: bin/fvwm-menu-desktop-config.fpl: line 55 58 #, fuzzy msgid "Fvwm XDGMenu Config" msgstr "Fvwm Menu Desktop Konfiguration" -#. ./bin/fvwm-menu-desktop-config.fpl: line 62 +#: bin/fvwm-menu-desktop-config.fpl: line 62 #, fuzzy msgid "Available Menus" msgstr "Einzelmen" -#. ./bin/fvwm-menu-desktop-config.fpl: line 70 +#: bin/fvwm-menu-desktop-config.fpl: line 70 msgid "Menus in" msgstr "Mens in" -#. ./bin/fvwm-menu-desktop-config.fpl: line 98 +#: bin/fvwm-menu-desktop-config.fpl: line 98 msgid "No menus found! Check why from within a terminal with" msgstr "Keine Mens gefunden! In einem Terminal checken warum mit" -#. ./bin/fvwm-menu-desktop-config.fpl: line 109 +#: bin/fvwm-menu-desktop-config.fpl: line 109 #, fuzzy msgid "Options" msgstr "Generelle Optionen" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 110 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 291 +#: bin/fvwm-menu-desktop-config.fpl: line 110 291 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:69 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:137 msgid "Help" msgstr "Hilfe" -#. ./bin/fvwm-menu-desktop-config.fpl: line 115 +#: bin/fvwm-menu-desktop-config.fpl: line 115 #, fuzzy msgid "Include in Menu? " msgstr "Einfgen in Men: " -#. ./bin/fvwm-menu-desktop-config.fpl: line 117 +#: bin/fvwm-menu-desktop-config.fpl: line 117 msgid "Config " msgstr "" -#. ./bin/fvwm-menu-desktop-config.fpl: line 118 +#: bin/fvwm-menu-desktop-config.fpl: line 118 #, fuzzy msgid "Regenerate " msgstr "XDG Menu neu erstellen" -#. ./bin/fvwm-menu-desktop-config.fpl: line 119 +#: bin/fvwm-menu-desktop-config.fpl: line 119 msgid "Both " msgstr "" -#. ./bin/fvwm-menu-desktop-config.fpl: line 120 +#: bin/fvwm-menu-desktop-config.fpl: line 120 msgid "None " msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 123 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 27 +#: bin/fvwm-menu-desktop-config.fpl: line 123 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:27 msgid "Use Icons? " msgstr "Icons verwenden? " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 125 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 136 +#: bin/fvwm-menu-desktop-config.fpl: line 125 136 msgid "Yes " msgstr "Ja " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 126 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 137 +#: bin/fvwm-menu-desktop-config.fpl: line 126 137 msgid "No " msgstr "Nein " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 128 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 139 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 147 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 155 +#: bin/fvwm-menu-desktop-config.fpl: line 128 139 147 155 msgid " " msgstr " " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 129 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 38 +#: bin/fvwm-menu-desktop-config.fpl: line 129 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:38 msgid "Icon size: " msgstr "Icongre: " -#. ./bin/fvwm-menu-desktop-config.fpl: line 131 +#: bin/fvwm-menu-desktop-config.fpl: line 131 msgid " (Default is 24)" msgstr "(Default ist 24)" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 134 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 99 +#: bin/fvwm-menu-desktop-config.fpl: line 134 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:99 msgid "Use Titles? " msgstr "Titel verwenden? " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 140 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 57 +#: bin/fvwm-menu-desktop-config.fpl: line 140 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:57 msgid "Used Icon theme: " msgstr "Benutzter Icontheme: " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 144 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 71 +#: bin/fvwm-menu-desktop-config.fpl: line 144 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:71 msgid "Directory Icon: " msgstr "Verzeichnis-Icon: " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 148 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 85 +#: bin/fvwm-menu-desktop-config.fpl: line 148 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:85 msgid "Application Icon: " msgstr "Applikations-Icon: " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 152 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 104 +#: bin/fvwm-menu-desktop-config.fpl: line 152 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:104 #, fuzzy msgid "Top Menu Name: " msgstr "Verwendeter Mentyp: " -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 156 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 109 +#: bin/fvwm-menu-desktop-config.fpl: line 156 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:109 #, fuzzy msgid "Insert Menu Into: " msgstr "Einfgen in Men: " -#. ./bin/fvwm-menu-desktop-config.fpl: line 160 +#: bin/fvwm-menu-desktop-config.fpl: line 160 msgid "Terminal command: " msgstr "" -#. ./bin/fvwm-menu-desktop-config.fpl: line 162 +#: bin/fvwm-menu-desktop-config.fpl: line 162 msgid " (Used to run Terminal entries)" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 165 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 46 +#: bin/fvwm-menu-desktop-config.fpl: line 165 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:46 msgid "Icon directory: " msgstr "Icon-Verzeichnis: " -#. ./bin/fvwm-menu-desktop-config.fpl: line 167 +#: bin/fvwm-menu-desktop-config.fpl: line 167 msgid " (Directory for converted icons)" msgstr " (fr konvertierte Icons)" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./bin/fvwm-menu-desktop-config.fpl: line 170 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 122 +#: bin/fvwm-menu-desktop-config.fpl: line 170 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:122 msgid "Output path: " msgstr "Ausgabepfad: " -#. ./bin/fvwm-menu-desktop-config.fpl: line 172 +#: bin/fvwm-menu-desktop-config.fpl: line 172 msgid " (Full path to store output)" msgstr " (voller Speicherpfad der Ausgabe)" -#. ./bin/fvwm-menu-desktop-config.fpl: line 180 +#: bin/fvwm-menu-desktop-config.fpl: line 180 #, fuzzy msgid "Export Menu" msgstr "Haupt Menu" -#. ./bin/fvwm-menu-desktop-config.fpl: line 211 +#: bin/fvwm-menu-desktop-config.fpl: line 211 msgid "Save and Regenerate" msgstr "" -#. ./bin/fvwm-menu-desktop-config.fpl: line 251 +#: bin/fvwm-menu-desktop-config.fpl: line 251 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:67 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:62 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:66 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:170 msgid "Save" -msgstr "" +msgstr "Speichern" -#. ./bin/fvwm-menu-desktop-config.fpl: line 289 +#: bin/fvwm-menu-desktop-config.fpl: line 289 msgid "Reset" msgstr "Zurcksetzen" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:134 msgid "XDGMenu Help" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 msgid "XDGMenu.Help" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 #, fuzzy msgid "" "All the XDG menus found on the system are listed under Available Menus. Use" @@ -488,56 +386,56 @@ msgstr "" "In diesem Bereich werden alle XDG Mens angezeigt, die auf dem System " "gefunden werden." -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 msgid "" "this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 msgid "" "and select which menus are generated. Select the options you want and then" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 msgid "generate then generate the menu by selecting the following:" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 #, fuzzy msgid "Export Menu:" msgstr "Haupt Menu" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 msgid "" " Generates a menu by calling fvwm-menu-desktop with the selected options" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 msgid "" " and saves the output to Output Path. After the menu file is created it" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 msgid "" " is read by fvwm. This option does not save any changes made to settings." msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 msgid "Save and Regenerate:" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 msgid "" " This saves the settings then runs fvwm-menu-desktop with no options " "using" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 msgid "" " the defaults saved in the config file. This does not export the menu." msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 #, fuzzy msgid "" "Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." @@ -545,7 +443,7 @@ msgstr "" "Anmerkung: gleiche Mens, die in /etc/xdg/menus UND $HOME/.config/menus/ " "gefunden werden," -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 #, fuzzy msgid "" "Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" @@ -554,7 +452,7 @@ msgstr "" "Anmerkung: gleiche Mens, die in /etc/xdg/menus UND $HOME/.config/menus/ " "gefunden werden," -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 #, fuzzy msgid "" "following the XDG menu specification are only shown in $HOME/.config/menus/." @@ -562,100 +460,77 @@ msgstr "" "werden der XDG Menspezifikation folgend nur unter $HOME/.config/menus/ " "angezeigt." -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 #, fuzzy msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." msgstr "" "Wenn keine Mens erscheinen, von einem Terminal mit 'fvwm-menu-desktop -v' " "checken warum." -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 #, fuzzy msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." msgstr "" "Auch ist es eine gute Idee in .xsession-errors nach Fehlermeldungen zu " "schauen." -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 10 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 66 +#, fuzzy +msgid "Options Help" +msgstr "Generelle Optionen" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 68 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:136 +msgid "manpage" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 10 #, fuzzy msgid "XDGMenu Options Help" msgstr "Generelle Optionen" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 msgid "General Options" msgstr "Generelle Optionen" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 #, fuzzy msgid "Include in Menu: " msgstr "Einfgen in Men: " -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 msgid "" "Set if XDGMenu will include menu items to Configure and/or Regenerate the " "menu" msgstr "" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 30 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 33 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 41 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 49 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 52 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 60 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 63 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 66 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 74 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 77 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 80 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 88 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 91 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 94 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 117 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 30 33 41 49 52 60 63 66 74 +#: 77 80 88 91 94 117 msgid " " msgstr " " -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 msgid "at the bottom of the top level menu." msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 #, fuzzy msgid "" "Option enables mini-icons in the menu(s). Warning! If ImageMagick is " "installed" msgstr "Option aktiviert Mini-Icons in dem/den Men(s)." -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 msgid "" "the script may generate all the icons and pause your system until the job is" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 msgid "" "done. After the icons are generated, it will not take as long to regenerate." msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 msgid "" "If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " "is" @@ -663,12 +538,12 @@ msgstr "" "Wenn 'Icons verwenden' gesetzt ist, werden per default 24x24 Mini-Icons " "verwendet." -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 msgid "desired enter the wanted size in this field." msgstr "" "Wenn eine andere Gre verwendet werden soll, in diesem Feld eintragen." -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 msgid "" "If the specified icon isn't that size it is converted if ImageMagick is " "installed." @@ -676,7 +551,7 @@ msgstr "" "Wenn das Icon in der Gre nicht vorhanden ist, wird es konvertiert, falls " "ImageMagick" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 msgid "" "Generated icons are saved in $HOME/.fvwm/icons or the directory specified " "here." @@ -684,75 +559,66 @@ msgstr "" "installiert ist. Generierte Icons werden unter $HOME/.fvwm/icons oder dem " "hier" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 msgid "Otherwise no icon appears in the menu for that entry." msgstr "" "angegebenen Verzeichnis gespeichert. Sonst taucht kein Icon im Men fr den " "Eintrag auf." -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 msgid "Sets the used icon theme. Default is 'gnome' but all others found in" msgstr "" "Setzt den Icontheme. Default ist 'gnome', aber alle die unter /usr/share/" "icons gefunden" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 msgid "" "/usr/share/icons can used except the hicolor theme because it's the default" msgstr "" "werden, knnen verwendet werden. Ausgenommen 'hicolor', weil dieser der " "default" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 msgid "" "fallback theme if no icon is found. Note that the theme name must be written" msgstr "" "Fallback Theme ist, wenn kein Icon gefunden wird. Es ist wichtig, dass der " "Themename" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 msgid "exactly as the icon directory e.g." msgstr "exakt gleich wie das Verzeichnis geschrieben wird:" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 msgid "" "If 'Use Icons' is enabled and for a directory in a menu no icon is found" msgstr "" "Wenn 'Icons verwenden' gesetzt ist und fr ein Verzeichnis kein Icon " "gefunden wird, wird" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 89 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 89 msgid "as default icon is used. But if the gnome icon theme isn't" msgstr "als Defaulticon verwendet. Wenn jedoch der Gnome-Icontheme nicht" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 92 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 92 msgid "installed no default icon appears. Another icon can defined here." msgstr "" "installiert ist, taucht auch kein Icon fr den Eintrag auf. Darum kann hier " "ein anderes" -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 -#. #-#-#-#-# duplicate #-#-#-#-# -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 95 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 95 msgid "Only the name of an icon is needed not the path!" msgstr "" "Defaulticon definiert werden. Es muss nur der Name, nicht der Pfad angegeben " "werden!" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 msgid "If 'Use Icons' is enabled and for an application no icon is found" msgstr "" "Wenn 'Icons verwenden' gesetzt ist, aber fr eine Applikation kein Icon " "gefunden wird, wird" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 #, fuzzy msgid "" "If this option is set menus are generated with titles. Default is use titles." @@ -760,39 +626,254 @@ msgstr "" "Wenn diese Option gesetzt ist, werden Mens mit Titeln erstellt. Default ist " "ohne Titel." -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 msgid "Sets the name of the name of the top level menu. Default is XDGMenu." msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 msgid "Inserts the menu items into the given Menu." msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 msgid "Terminal Command: " msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 msgid "" "Enter terminal emulator command used to launch terminal applications. The " "command" msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 msgid "must end with an execute option (-e). Default xterm -e." msgstr "" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 #, fuzzy msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." msgstr "" "Hier den VOLLEN Speicherpfad des Fvwm-Mens eintragen. Default ist " "$FVWM_USERDIR/.menu." -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 136 -msgid "manpage" +#: default-config/FvwmScript-ConfirmQuit: line 11 +msgid "Do you really want to quit Fvwm?" +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 41 +#: default-config/FvwmScript-ConfirmCopyConfig:127 +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser:58 +msgid "Cancel" +msgstr "Abbrechen" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 2 +msgid "ConfirmCopyConfig" msgstr "" +#: default-config/FvwmScript-ConfirmCopyConfig: line 21 +#, fuzzy +msgid "Fvwm Default Configuration" +msgstr "Maus Konfiguration:" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 36 +msgid "This script copies the default configuration into your home directory:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 64 +msgid "A backup of your current configuration will be located at:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 92 +msgid "Click Confirm to continue and restart Fvwm." +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 107 +msgid "Confirm" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 +msgid "Bell Setup" +msgstr "Lautsprecher Konfiguration" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:43 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:47 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:132 +msgid "Apply" +msgstr "Akzeptieren" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 +msgid "Beep" +msgstr "Piebton" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 +msgid "Volume:" +msgstr "Lautstrke:" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 +msgid "Pitch(Hz):" +msgstr "Tonhhe(Hz)" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 +msgid "Duration(ms):" +msgstr "Dauer(ms):" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 +msgid "Bell" +msgstr "Lautsprecher" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 +msgid "Keyboard Setup" +msgstr "Konfiguration der Tastatur" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 +msgid "Click Volume (%)" +msgstr "Lautstrke des Klicks (%)" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 +msgid "AutoRepeat On" +msgstr "Wiederhohlung Aktiv" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 +msgid "Start Delay: " +msgstr "Startverzgerung:" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 +msgid "Repeat Delay:" +msgstr "Wiederhohlverzgerung:" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 +msgid "Keyboard" +msgstr "Tastatur" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 +msgid "Pointer Setup" +msgstr "Maus Einstellungen" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 +msgid "Right-handed user|Left-handed user" +msgstr "Rechtshnder|Linkshnder" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 +msgid "Mouse configuration:" +msgstr "Maus Konfiguration:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 +msgid "Acceleration:" +msgstr "Beschleunigung:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 +msgid "Threshold (pixels):" +msgstr "Schwellwert" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 +msgid "Pointer" +msgstr "Zeiger" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 +msgid "Screen Setup" +msgstr "Bildschirm Einstellungen" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 +msgid "Background" +msgstr "Hintergrund" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 +msgid "Uniform color:" +msgstr "Farben:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 +msgid "Pixmap:" +msgstr "Bilder:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 +msgid "Browser..." +msgstr "Betrachter" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 +msgid "Disable xinit background" +msgstr "Deaktiviere Hintergrund" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 +msgid "Screen-saver" +msgstr "Bildschirmschoner" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 +msgid "Blank" +msgstr "Leer" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 +msgid "Timeout(s):" +msgstr "Timeout(s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 +msgid "Pattern" +msgstr "Pattern" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 +msgid "Cycle(s):" +msgstr "Kreislauf" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 +msgid "DPMS" +msgstr "DPMS" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 768 +msgid "Enable" +msgstr "Aktivieren" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 +msgid "Disable" +msgstr "Deaktivieren" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 +msgid "Standby(s):" +msgstr "Standby(s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 +msgid "Suspend(s):" +msgstr "Suspend(s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 +msgid "Off(s):" +msgstr "Aus(s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 +msgid "xscreensaver" +msgstr "xscreensaver" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 +msgid "Config and Demo" +msgstr "Konfiguration und Demo" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 +msgid "File Browser" +msgstr "Dateimanager" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 +msgid "OK" +msgstr "OK" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 +msgid "Path:" +msgstr "Pfad:" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 +msgid " Show hidden files" +msgstr "Zeige versteckte Dateien" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 +msgid "Selected file:" +msgstr "Auswahl:" + +#~ msgid "Issue fvwm commands" +#~ msgstr "Fvwm-Konsole" + +#~ msgid "Restart fvwm" +#~ msgstr "Fvwm neu starten" + +#~ msgid "Exit fvwm" +#~ msgstr "Fvwm beenden" + #~ msgid "Setup Form" #~ msgstr "Konfiguration mit Form" @@ -926,9 +1007,6 @@ msgstr "" #~ msgid "Return - Dismiss" #~ msgstr "Annehmen - Schliessen" -#~ msgid "Copy Config File(s)" -#~ msgstr "Konfigurationsdateien kopieren" - #~ msgid "Multiple Menu" #~ msgstr "Mehrfachmen" diff --git a/po/fvwm3.es.gmo b/po/fvwm3.es.gmo new file mode 100644 index 000000000..6f6aaf572 Binary files /dev/null and b/po/fvwm3.es.gmo differ diff --git a/po/fvwm3.es.po b/po/fvwm3.es.po new file mode 100644 index 000000000..45b0e09b1 --- /dev/null +++ b/po/fvwm3.es.po @@ -0,0 +1,852 @@ +# Spanish translations for fvwm package +# Copyright (C) 2013 fvwm workers +# This file is distributed under the same license as the PACKAGE package. +# Adonai Martin , 2013. +# Luis Sobalvarro , 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: fvwm\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-10-02 20:47-0600\n" +"PO-Revision-Date: 2020-11-25 16:42+0000\n" +"Last-Translator: Luis Sobalvarro \n" +"Language-Team: Spanish\n" +"Language: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#: fvwm/fvwm3.c:1293 +msgid "Builtin Menu" +msgstr "Menú Interno" + +#: fvwm/fvwm3.c:1300 +#, fuzzy +msgid "Load Default Config" +msgstr "Configuracin de Ratn:" + +#: fvwm/fvwm3.c:1305 +#, fuzzy +msgid "Restart" +msgstr "Reiniciar fvwm" + +#: fvwm/fvwm3.c:1310 ../default-config/FvwmScript-ConfirmQuit: line 25 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:85 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:89 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:94 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:235 +msgid "Quit" +msgstr "Cerrar" + +#: fvwm/expand.c:496 ../default-config/config: line 419 423 424 425 426 +msgid "Desk" +msgstr "Escritorio" + +#: fvwm/windowlist.c:87 ../fvwm/windowlist.c:93 ../fvwm/windowlist.c:100 +msgid "\tGeometry" +msgstr "\tGeometría" + +#: fvwm/windowlist.c:98 +#, c-format +msgid "Desk: %d%s" +msgstr "Escritorio: %d%s" + +#: fvwm/menus.c:1811 +msgid "More&..." +msgstr "Más&..." + +#: default-config/config: line 315 +msgid "&Programs" +msgstr "" + +#: default-config/config: line 316 +msgid "XDG &Menu" +msgstr "" + +#: default-config/config: line 322 +msgid "&Wallpapers" +msgstr "" + +#: default-config/config: line 323 +msgid "M&an Pages" +msgstr "" + +#: default-config/config: line 324 +msgid "Cop&y Config" +msgstr "" + +#: default-config/config: line 326 +msgid "Re&fresh" +msgstr "" + +#: default-config/config: line 327 +#, fuzzy +msgid "&Restart" +msgstr "Reiniciar fvwm" + +#: default-config/config: line 328 +#, fuzzy +msgid "&Quit" +msgstr "Cerrar" + +#: default-config/config: line 339 +msgid "Programs" +msgstr "" + +#: default-config/config: line 353 +msgid "Wallpapers" +msgstr "" + +#: default-config/config: line 354 +msgid "Floral" +msgstr "" + +#: default-config/config: line 355 +msgid "Circles" +msgstr "" + +#: default-config/config: line 356 +msgid "Space" +msgstr "" + +#: default-config/config: line 361 373 +msgid "Move" +msgstr "" + +#: default-config/config: line 362 374 +msgid "Resize" +msgstr "" + +#: default-config/config: line 363 375 396 +msgid "(De)Iconify" +msgstr "" + +#: default-config/config: line 364 376 397 +msgid "(Un)Maximize" +msgstr "" + +#: default-config/config: line 365 377 398 +msgid "(Un)Shade" +msgstr "" + +#: default-config/config: line 366 +msgid "(Un)Stick" +msgstr "" + +#: default-config/config: line 368 382 403 bin/fvwm-menu-desktop-config.fpl:293 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:64 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:132 +msgid "Close" +msgstr "" + +#: default-config/config: line 369 +#, fuzzy +msgid "More" +msgstr "Más&..." + +#: default-config/config: line 372 +msgid "Window Ops" +msgstr "" + +#: default-config/config: line 378 399 +msgid "(Un)Sticky" +msgstr "" + +#: default-config/config: line 379 +msgid "(No)Title Bar" +msgstr "" + +#: default-config/config: line 380 401 +msgid "Send To" +msgstr "" + +#: default-config/config: line 383 404 +msgid "Destroy" +msgstr "" + +#: default-config/config: line 385 406 +msgid "Raise" +msgstr "" + +#: default-config/config: line 386 407 +msgid "Lower" +msgstr "" + +#: default-config/config: line 388 409 +msgid "Stays On Top" +msgstr "" + +#: default-config/config: line 389 410 +msgid "Stays Put" +msgstr "" + +#: default-config/config: line 390 411 +msgid "Stays On Bottom" +msgstr "" + +#: default-config/config: line 392 413 +msgid "Identify" +msgstr "" + +#: default-config/config: line 400 +msgid "(No)TitleBar" +msgstr "" + +#: default-config/config: line 417 +msgid "Current" +msgstr "" + +#: default-config/config: line 418 430 431 432 433 +msgid "Page" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 55 58 +#, fuzzy +msgid "Fvwm XDGMenu Config" +msgstr "Configuración de Fvwm Menu Desktop" + +#: bin/fvwm-menu-desktop-config.fpl: line 62 +#, fuzzy +msgid "Available Menus" +msgstr "Menú Único" + +#: bin/fvwm-menu-desktop-config.fpl: line 70 +msgid "Menus in" +msgstr "Menús en" + +#: bin/fvwm-menu-desktop-config.fpl: line 98 +msgid "No menus found! Check why from within a terminal with" +msgstr "" +"¡No se han encontrado menús! Compruebe por qué desde un terminal con" + +#: bin/fvwm-menu-desktop-config.fpl: line 109 +#, fuzzy +msgid "Options" +msgstr "Opciones generales" + +#: bin/fvwm-menu-desktop-config.fpl: line 110 291 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:69 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:137 +msgid "Help" +msgstr "Ayuda" + +#: bin/fvwm-menu-desktop-config.fpl: line 115 +#, fuzzy +msgid "Include in Menu? " +msgstr "Insertar en el menú: " + +#: bin/fvwm-menu-desktop-config.fpl: line 117 +#, fuzzy +msgid "Config " +msgstr "Configuracin y Demo" + +#: bin/fvwm-menu-desktop-config.fpl: line 118 +#, fuzzy +msgid "Regenerate " +msgstr "Regenerar Menú XDG" + +#: bin/fvwm-menu-desktop-config.fpl: line 119 +msgid "Both " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 120 +msgid "None " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 123 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:27 +msgid "Use Icons? " +msgstr "Usar Iconos? " + +#: bin/fvwm-menu-desktop-config.fpl: line 125 136 +msgid "Yes " +msgstr "Sí " + +#: bin/fvwm-menu-desktop-config.fpl: line 126 137 +msgid "No " +msgstr "No " + +#: bin/fvwm-menu-desktop-config.fpl: line 128 139 147 155 +msgid " " +msgstr " " + +#: bin/fvwm-menu-desktop-config.fpl: line 129 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:38 +msgid "Icon size: " +msgstr "Tamaño de icono: " + +#: bin/fvwm-menu-desktop-config.fpl: line 131 +msgid " (Default is 24)" +msgstr " (Estándar es 24)" + +#: bin/fvwm-menu-desktop-config.fpl: line 134 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:99 +msgid "Use Titles? " +msgstr "Utilizar títulos? " + +#: bin/fvwm-menu-desktop-config.fpl: line 140 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:57 +msgid "Used Icon theme: " +msgstr "Icono de tema usado: " + +#: bin/fvwm-menu-desktop-config.fpl: line 144 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:71 +msgid "Directory Icon: " +msgstr "Icono de carpeta: " + +#: bin/fvwm-menu-desktop-config.fpl: line 148 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:85 +msgid "Application Icon: " +msgstr "Icono Aplicación: " + +#: bin/fvwm-menu-desktop-config.fpl: line 152 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:104 +#, fuzzy +msgid "Top Menu Name: " +msgstr "Tipo de menú usado: " + +#: bin/fvwm-menu-desktop-config.fpl: line 156 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:109 +#, fuzzy +msgid "Insert Menu Into: " +msgstr "Insertar en el menú: " + +#: bin/fvwm-menu-desktop-config.fpl: line 160 +msgid "Terminal command: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 162 +msgid " (Used to run Terminal entries)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 165 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:46 +msgid "Icon directory: " +msgstr "Directorio de iconos: " + +#: bin/fvwm-menu-desktop-config.fpl: line 167 +msgid " (Directory for converted icons)" +msgstr " (Directorio de iconos convertidos)" + +#: bin/fvwm-menu-desktop-config.fpl: line 170 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:122 +msgid "Output path: " +msgstr "Ruta de salida: " + +#: bin/fvwm-menu-desktop-config.fpl: line 172 +msgid " (Full path to store output)" +msgstr " (Ruta completa para almacenar la salida)" + +#: bin/fvwm-menu-desktop-config.fpl: line 180 +msgid "Export Menu" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 211 +msgid "Save and Regenerate" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 251 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:67 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:62 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:66 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:170 +msgid "Save" +msgstr "Guardar" + +#: bin/fvwm-menu-desktop-config.fpl: line 289 +msgid "Reset" +msgstr "Resetear" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:134 +msgid "XDGMenu Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 +msgid "XDGMenu.Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 +msgid "" +"All the XDG menus found on the system are listed under Available Menus. Use" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 +msgid "" +"this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 +msgid "" +"and select which menus are generated. Select the options you want and then" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 +msgid "generate then generate the menu by selecting the following:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 +msgid "Export Menu:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 +msgid "" +" Generates a menu by calling fvwm-menu-desktop with the selected options" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 +msgid "" +" and saves the output to Output Path. After the menu file is created it" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 +msgid "" +" is read by fvwm. This option does not save any changes made to settings." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 +msgid "Save and Regenerate:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 +msgid "" +" This saves the settings then runs fvwm-menu-desktop with no options " +"using" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 +msgid "" +" the defaults saved in the config file. This does not export the menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 +msgid "" +"Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 +msgid "" +"Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" +"menus/" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 +msgid "" +"following the XDG menu specification are only shown in $HOME/.config/menus/." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 +msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 +msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 66 +msgid "Options Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 68 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:136 +msgid "manpage" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 10 +#, fuzzy +msgid "XDGMenu Options Help" +msgstr "Opciones generales" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 +msgid "General Options" +msgstr "Opciones generales" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 +#, fuzzy +msgid "Include in Menu: " +msgstr "Insertar en el menú: " + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 +msgid "" +"Set if XDGMenu will include menu items to Configure and/or Regenerate the " +"menu" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 30 33 41 49 52 60 63 66 74 +#: 77 80 88 91 94 117 +#, fuzzy +msgid " " +msgstr "Escritorio: " + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 +msgid "at the bottom of the top level menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 +msgid "" +"Option enables mini-icons in the menu(s). Warning! If ImageMagick is " +"installed" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 +msgid "" +"the script may generate all the icons and pause your system until the job is" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 +msgid "" +"done. After the icons are generated, it will not take as long to regenerate." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 +msgid "" +"If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " +"is" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 +msgid "desired enter the wanted size in this field." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 +msgid "" +"If the specified icon isn't that size it is converted if ImageMagick is " +"installed." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 +msgid "" +"Generated icons are saved in $HOME/.fvwm/icons or the directory specified " +"here." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 +msgid "Otherwise no icon appears in the menu for that entry." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 +msgid "Sets the used icon theme. Default is 'gnome' but all others found in" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 +msgid "" +"/usr/share/icons can used except the hicolor theme because it's the default" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 +msgid "" +"fallback theme if no icon is found. Note that the theme name must be written" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 +msgid "exactly as the icon directory e.g." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 +msgid "" +"If 'Use Icons' is enabled and for a directory in a menu no icon is found" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 89 +msgid "as default icon is used. But if the gnome icon theme isn't" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 92 +msgid "installed no default icon appears. Another icon can defined here." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 95 +msgid "Only the name of an icon is needed not the path!" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 +msgid "If 'Use Icons' is enabled and for an application no icon is found" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 +msgid "" +"If this option is set menus are generated with titles. Default is use titles." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 +msgid "Sets the name of the name of the top level menu. Default is XDGMenu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 +msgid "Inserts the menu items into the given Menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 +msgid "Terminal Command: " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 +msgid "" +"Enter terminal emulator command used to launch terminal applications. The " +"command" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 +msgid "must end with an execute option (-e). Default xterm -e." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 +msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 11 +msgid "Do you really want to quit Fvwm?" +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 41 +#: default-config/FvwmScript-ConfirmCopyConfig:127 +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser:58 +msgid "Cancel" +msgstr "Cancelar" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 2 +msgid "ConfirmCopyConfig" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 21 +#, fuzzy +msgid "Fvwm Default Configuration" +msgstr "Configuracin de Ratn:" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 36 +msgid "This script copies the default configuration into your home directory:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 64 +msgid "A backup of your current configuration will be located at:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 92 +msgid "Click Confirm to continue and restart Fvwm." +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 107 +msgid "Confirm" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 +msgid "Bell Setup" +msgstr "Configuracin de Sonido" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:43 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:47 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:132 +msgid "Apply" +msgstr "Aplicar" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 +msgid "Beep" +msgstr "Pitido" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 +msgid "Volume:" +msgstr "Volumen:" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 +msgid "Pitch(Hz):" +msgstr "Tono(Hz)" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 +msgid "Duration(ms):" +msgstr "Duracin(ms)" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 +msgid "Bell" +msgstr "Sonido" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 +msgid "Keyboard Setup" +msgstr "Configuracin de Teclado" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 +msgid "Click Volume (%)" +msgstr "Click Volumen (%)" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 +msgid "AutoRepeat On" +msgstr "AutoRepeticin On" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 +msgid "Start Delay: " +msgstr "Retardo de Inicio: " + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 +msgid "Repeat Delay:" +msgstr "Retardo de Repeticin:" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 +msgid "Keyboard" +msgstr "Teclado" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 +msgid "Pointer Setup" +msgstr "Configuracin de Puntero" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 +msgid "Right-handed user|Left-handed user" +msgstr "Usuario diestro| Usuario zurdo" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 +msgid "Mouse configuration:" +msgstr "Configuracin de Ratn:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 +msgid "Acceleration:" +msgstr "Aceleracin:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 +msgid "Threshold (pixels):" +msgstr "Umbral (pxeles):" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 +msgid "Pointer" +msgstr "Puntero" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 +msgid "Screen Setup" +msgstr "Configuracin de Pantalla" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 +msgid "Background" +msgstr "Tapiz" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 +msgid "Uniform color:" +msgstr "Color uniforme:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 +msgid "Pixmap:" +msgstr "Mapa de pxeles" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 +msgid "Browser..." +msgstr "Navegar..." + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 +msgid "Disable xinit background" +msgstr "Deshabilitar fondo xinit" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 +msgid "Screen-saver" +msgstr "Protector de Pantalla" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 +msgid "Blank" +msgstr "Vaco" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 +msgid "Timeout(s):" +msgstr "Tiempo de espera():" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 +msgid "Pattern" +msgstr "Patrn" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 +msgid "Cycle(s):" +msgstr "Ciclo(s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 +msgid "DPMS" +msgstr "DPMS" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 768 +msgid "Enable" +msgstr "Habilitar" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 +msgid "Disable" +msgstr "Deshabilitar" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 +msgid "Standby(s):" +msgstr "Espera(s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 +msgid "Suspend(s):" +msgstr "Suspendido(s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 +msgid "Off(s):" +msgstr "Off(s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 +msgid "xscreensaver" +msgstr "xscreensaver" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 +msgid "Config and Demo" +msgstr "Configuracin y Demo" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 +msgid "File Browser" +msgstr "Navegacin de Archivos" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 +msgid "OK" +msgstr "OK" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 +msgid "Path:" +msgstr "Ruta:" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 +msgid " Show hidden files" +msgstr " Mostrar archivos ocultos" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 +msgid "Selected file:" +msgstr "Archivo seleccionado:" + +#~ msgid "Issue fvwm commands" +#~ msgstr "Invocar comandos fvwm" + +#~ msgid "Exit fvwm" +#~ msgstr "Cerrar fvwm" + +#~ msgid "Multiple Menu" +#~ msgstr "Menú múltiple" + +#~ msgid "" +#~ "If you want a single menu only deselect all menus above and fill out the " +#~ "fields below." +#~ msgstr "" +#~ "Si desea solo menú, deseleccione todos los menús de arriba y complete " +#~ "los siguientes campos." + +#~ msgid "But remember, if the menu doesn't exist, nothing happens." +#~ msgstr "Pero recuerde: si el menú no existe, no pasa nada." + +#~ msgid "Menu Top Title: " +#~ msgstr "Título sobre menú: " + +#~ msgid "Install-Prefix: " +#~ msgstr "Prefijo instalación:" + +#~ msgid "Menutype: " +#~ msgstr "Tipo de menú: " + +#~ msgid "Multiple " +#~ msgstr "Múltiple " + +#~ msgid "Single" +#~ msgstr "Único" + +#~ msgid "Menu(s) in a Menu? " +#~ msgstr "Menú(s) en el menú? " + +#~ msgid "Generate Menu(s)" +#~ msgstr "Generar Menú(s)" + +#~ msgid "Save Settings" +#~ msgstr "Guardar Configuración" + +#~ msgid "Regenerate XDG Menu(s)" +#~ msgstr "Regenerar Menú(s) XDG" diff --git a/po/fvwm3.fr.gmo b/po/fvwm3.fr.gmo new file mode 100644 index 000000000..ba715d13f Binary files /dev/null and b/po/fvwm3.fr.gmo differ diff --git a/po/fvwm3.fr.po b/po/fvwm3.fr.po new file mode 100644 index 000000000..22cd076dd --- /dev/null +++ b/po/fvwm3.fr.po @@ -0,0 +1,1177 @@ +# French translations for fvwm package +# Traduction anglaise du package fvwm. +# Copyright (C) 2002 fvwm workers +# This file is distributed under the same license as the fvwm package. +# Olivier Chapuis , 2002. +# +msgid "" +msgstr "" +"Project-Id-Version: fvwm\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-10-02 20:47-0600\n" +"PO-Revision-Date: 2014-02-27 11:40+0100\n" +"Last-Translator: Dominique Michel \n" +"Language-Team: French\n" +"Language: French\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.5\n" + +#: fvwm/fvwm3.c:1293 +msgid "Builtin Menu" +msgstr "Menu Interne" + +#: fvwm/fvwm3.c:1300 +#, fuzzy +msgid "Load Default Config" +msgstr "Souris pour un :" + +#: fvwm/fvwm3.c:1305 +#, fuzzy +msgid "Restart" +msgstr "Redémarrer" + +#: fvwm/fvwm3.c:1310 ../default-config/FvwmScript-ConfirmQuit: line 25 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:85 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:89 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:94 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:235 +msgid "Quit" +msgstr "Quitter" + +#: fvwm/expand.c:496 ../default-config/config: line 419 423 424 425 426 +msgid "Desk" +msgstr "Bureau" + +#: fvwm/windowlist.c:87 ../fvwm/windowlist.c:93 ../fvwm/windowlist.c:100 +msgid "\tGeometry" +msgstr "\tGéometrie" + +#: fvwm/windowlist.c:98 +#, c-format +msgid "Desk: %d%s" +msgstr "Bureau: %d%s" + +#: fvwm/menus.c:1811 +msgid "More&..." +msgstr "Plus&..." + +#: default-config/config: line 315 +msgid "&Programs" +msgstr "" + +#: default-config/config: line 316 +msgid "XDG &Menu" +msgstr "" + +#: default-config/config: line 322 +msgid "&Wallpapers" +msgstr "" + +#: default-config/config: line 323 +msgid "M&an Pages" +msgstr "" + +#: default-config/config: line 324 +#, fuzzy +msgid "Cop&y Config" +msgstr "Copier les fichiers" + +#: default-config/config: line 326 +#, fuzzy +msgid "Re&fresh" +msgstr "Ra&fraîchir la fenêtre" + +#: default-config/config: line 327 +#, fuzzy +msgid "&Restart" +msgstr "Redémarrer" + +#: default-config/config: line 328 +#, fuzzy +msgid "&Quit" +msgstr "Quittez" + +#: default-config/config: line 339 +msgid "Programs" +msgstr "" + +#: default-config/config: line 353 +msgid "Wallpapers" +msgstr "" + +#: default-config/config: line 354 +msgid "Floral" +msgstr "" + +#: default-config/config: line 355 +msgid "Circles" +msgstr "" + +#: default-config/config: line 356 +msgid "Space" +msgstr "" + +#: default-config/config: line 361 373 +#, fuzzy +msgid "Move" +msgstr "&Déplacer" + +#: default-config/config: line 362 374 +#, fuzzy +msgid "Resize" +msgstr "&Redimensionner" + +#: default-config/config: line 363 375 396 +#, fuzzy +msgid "(De)Iconify" +msgstr "(Dé)&Minimiser" + +#: default-config/config: line 364 376 397 +#, fuzzy +msgid "(Un)Maximize" +msgstr "(Dé)&Maximiser" + +#: default-config/config: line 365 377 398 +msgid "(Un)Shade" +msgstr "" + +#: default-config/config: line 366 +#, fuzzy +msgid "(Un)Stick" +msgstr "(Dế)&Fixer" + +#: default-config/config: line 368 382 403 bin/fvwm-menu-desktop-config.fpl:293 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:64 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:132 +msgid "Close" +msgstr "Fermez" + +#: default-config/config: line 369 +#, fuzzy +msgid "More" +msgstr "Plus&..." + +#: default-config/config: line 372 +msgid "Window Ops" +msgstr "Opérations sur les fenêtres" + +#: default-config/config: line 378 399 +#, fuzzy +msgid "(Un)Sticky" +msgstr "(Dế)&Fixer" + +#: default-config/config: line 379 +msgid "(No)Title Bar" +msgstr "" + +#: default-config/config: line 380 401 +msgid "Send To" +msgstr "" + +#: default-config/config: line 383 404 +msgid "Destroy" +msgstr "&Brûler" + +#: default-config/config: line 385 406 +#, fuzzy +msgid "Raise" +msgstr "&En avant" + +#: default-config/config: line 386 407 +#, fuzzy +msgid "Lower" +msgstr "En &arrière" + +#: default-config/config: line 388 409 +msgid "Stays On Top" +msgstr "" + +#: default-config/config: line 389 410 +msgid "Stays Put" +msgstr "" + +#: default-config/config: line 390 411 +msgid "Stays On Bottom" +msgstr "" + +#: default-config/config: line 392 413 +msgid "Identify" +msgstr "" + +#: default-config/config: line 400 +msgid "(No)TitleBar" +msgstr "" + +#: default-config/config: line 417 +msgid "Current" +msgstr "" + +#: default-config/config: line 418 430 431 432 433 +msgid "Page" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 55 58 +#, fuzzy +msgid "Fvwm XDGMenu Config" +msgstr "Configuration de Fvwm Menu Desktop" + +#: bin/fvwm-menu-desktop-config.fpl: line 62 +#, fuzzy +msgid "Available Menus" +msgstr "Menu simple" + +#: bin/fvwm-menu-desktop-config.fpl: line 70 +msgid "Menus in" +msgstr "Menus dans" + +#: bin/fvwm-menu-desktop-config.fpl: line 98 +msgid "No menus found! Check why from within a terminal with" +msgstr "Pas de menu trouvé ! Depuis un terminal, contrôlez pourquoi avec" + +#: bin/fvwm-menu-desktop-config.fpl: line 109 +#, fuzzy +msgid "Options" +msgstr "Options générales" + +#: bin/fvwm-menu-desktop-config.fpl: line 110 291 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:69 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:137 +msgid "Help" +msgstr "Aide" + +#: bin/fvwm-menu-desktop-config.fpl: line 115 +#, fuzzy +msgid "Include in Menu? " +msgstr "Insérer dans le menu: " + +#: bin/fvwm-menu-desktop-config.fpl: line 117 +msgid "Config " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 118 +#, fuzzy +msgid "Regenerate " +msgstr "Régénérer le menu XDG" + +#: bin/fvwm-menu-desktop-config.fpl: line 119 +msgid "Both " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 120 +msgid "None " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 123 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:27 +msgid "Use Icons? " +msgstr "Utiliser des icônes? " + +#: bin/fvwm-menu-desktop-config.fpl: line 125 136 +msgid "Yes " +msgstr "Oui " + +#: bin/fvwm-menu-desktop-config.fpl: line 126 137 +msgid "No " +msgstr "Non " + +#: bin/fvwm-menu-desktop-config.fpl: line 128 139 147 155 +msgid " " +msgstr " " + +#: bin/fvwm-menu-desktop-config.fpl: line 129 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:38 +msgid "Icon size: " +msgstr "Taille d'icône : " + +#: bin/fvwm-menu-desktop-config.fpl: line 131 +msgid " (Default is 24)" +msgstr " (Par défaut, 24)" + +#: bin/fvwm-menu-desktop-config.fpl: line 134 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:99 +msgid "Use Titles? " +msgstr "Utiliser des titres? " + +#: bin/fvwm-menu-desktop-config.fpl: line 140 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:57 +msgid "Used Icon theme: " +msgstr "Thème d'icônes: " + +#: bin/fvwm-menu-desktop-config.fpl: line 144 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:71 +msgid "Directory Icon: " +msgstr "Annuaire d'icône: " + +#: bin/fvwm-menu-desktop-config.fpl: line 148 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:85 +msgid "Application Icon: " +msgstr "Icône d'applications: " + +#: bin/fvwm-menu-desktop-config.fpl: line 152 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:104 +#, fuzzy +msgid "Top Menu Name: " +msgstr "Type de menu utilisé :" + +#: bin/fvwm-menu-desktop-config.fpl: line 156 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:109 +#, fuzzy +msgid "Insert Menu Into: " +msgstr "Insérer dans le menu: " + +#: bin/fvwm-menu-desktop-config.fpl: line 160 +msgid "Terminal command: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 162 +msgid " (Used to run Terminal entries)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 165 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:46 +msgid "Icon directory: " +msgstr "Dossier des icônes: " + +#: bin/fvwm-menu-desktop-config.fpl: line 167 +msgid " (Directory for converted icons)" +msgstr " (Répertoire pour les icônes converties)" + +#: bin/fvwm-menu-desktop-config.fpl: line 170 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:122 +msgid "Output path: " +msgstr "Chemin de sortie: " + +#: bin/fvwm-menu-desktop-config.fpl: line 172 +msgid " (Full path to store output)" +msgstr " (Chemin complêt du fichier de menu)" + +#: bin/fvwm-menu-desktop-config.fpl: line 180 +#, fuzzy +msgid "Export Menu" +msgstr "Menu Principal" + +#: bin/fvwm-menu-desktop-config.fpl: line 211 +msgid "Save and Regenerate" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 251 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:67 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:62 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:66 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:170 +msgid "Save" +msgstr "Sauver" + +#: bin/fvwm-menu-desktop-config.fpl: line 289 +msgid "Reset" +msgstr "Remise à zéro" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:134 +msgid "XDGMenu Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 +msgid "XDGMenu.Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 +#, fuzzy +msgid "" +"All the XDG menus found on the system are listed under Available Menus. Use" +msgstr "" +"Dans cette section tous les menus XDG trouvés seront affichés sur le " +"systeme. Tous les" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 +msgid "" +"this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 +msgid "" +"and select which menus are generated. Select the options you want and then" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 +msgid "generate then generate the menu by selecting the following:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 +#, fuzzy +msgid "Export Menu:" +msgstr "Menu Principal" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 +msgid "" +" Generates a menu by calling fvwm-menu-desktop with the selected options" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 +msgid "" +" and saves the output to Output Path. After the menu file is created it" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 +msgid "" +" is read by fvwm. This option does not save any changes made to settings." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 +msgid "Save and Regenerate:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 +msgid "" +" This saves the settings then runs fvwm-menu-desktop with no options " +"using" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 +msgid "" +" the defaults saved in the config file. This does not export the menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 +#, fuzzy +msgid "" +"Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." +msgstr "" +"Notez que des menus identiques trouvés dans /etc/xdg/menus et $HOME/.config/" +"menus/," + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 +#, fuzzy +msgid "" +"Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" +"menus/" +msgstr "" +"Notez que des menus identiques trouvés dans /etc/xdg/menus et $HOME/.config/" +"menus/," + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 +#, fuzzy +msgid "" +"following the XDG menu specification are only shown in $HOME/.config/menus/." +msgstr "" +"suivant la spécification de menu XDG ne sont montrés que dans $HOME/." +"config/menus/." + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 +#, fuzzy +msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." +msgstr "" +"Si le menu n'apparaît pas, vérifiez pourquoi dans un terminal avec 'fvwm-" +"menu-desktop -v'." + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 +#, fuzzy +msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." +msgstr "" +"C'est aussi une bonne idée de chercher les erreurs dans ~/.xsession-errors." + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 66 +#, fuzzy +msgid "Options Help" +msgstr "Options générales" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 68 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:136 +msgid "manpage" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 10 +#, fuzzy +msgid "XDGMenu Options Help" +msgstr "Options générales" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 +msgid "General Options" +msgstr "Options générales" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 +#, fuzzy +msgid "Include in Menu: " +msgstr "Insérer dans le menu: " + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 +msgid "" +"Set if XDGMenu will include menu items to Configure and/or Regenerate the " +"menu" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 30 33 41 49 52 60 63 66 74 +#: 77 80 88 91 94 117 +msgid " " +msgstr " " + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 +msgid "at the bottom of the top level menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 +#, fuzzy +msgid "" +"Option enables mini-icons in the menu(s). Warning! If ImageMagick is " +"installed" +msgstr "Option pour activer les mini icônes dans le/les menu(s)." + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 +msgid "" +"the script may generate all the icons and pause your system until the job is" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 +msgid "" +"done. After the icons are generated, it will not take as long to regenerate." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 +msgid "" +"If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " +"is" +msgstr "" +"Si 'Utiliser des icônes' est choisi, par defaut des mini-icones de 24x24 " +"seront utilisés." + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 +msgid "desired enter the wanted size in this field." +msgstr "" +"Si une autre taille est desirée, entrer la taille voulue dans ce champ." + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 +msgid "" +"If the specified icon isn't that size it is converted if ImageMagick is " +"installed." +msgstr "" +"Si l'icône specifiée n'exsite pas à cette taille, elle peut être " +"convertie si ImageMagick" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 +msgid "" +"Generated icons are saved in $HOME/.fvwm/icons or the directory specified " +"here." +msgstr "" +"est installé. Les icônes générées sont sauvegardées sous $HOME/.fvwm/" +"icons ou dans le" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 +msgid "Otherwise no icon appears in the menu for that entry." +msgstr "" +"dossier spécifié ici. Sinon aucune icône apparaît dans le menu pour " +"cette entrée." + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 +msgid "Sets the used icon theme. Default is 'gnome' but all others found in" +msgstr "" +"Applique le théme d'icônes utilisé. Par défaut 'gnome', mais toute " +"autre icône trouvée" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 +msgid "" +"/usr/share/icons can used except the hicolor theme because it's the default" +msgstr "" +"dans /usr/share/icons peut être utilisée sauf le théme hicolor car c'est " +"le théme" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 +msgid "" +"fallback theme if no icon is found. Note that the theme name must be written" +msgstr "" +"de secour par défaut, si aucune icône n'est trouvée. Notez que le théme " +"doit avoir le" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 +msgid "exactly as the icon directory e.g." +msgstr "même nom que le dossier des icônes, par exemple :" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 +msgid "" +"If 'Use Icons' is enabled and for a directory in a menu no icon is found" +msgstr "" +"Si 'Utiliser des icônes' est actif et qu'aucune icône n'est trouvée dans " +"un dossier," + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 89 +msgid "as default icon is used. But if the gnome icon theme isn't" +msgstr "est utilisé par defaut. Mais si le théme d'icône de gnome n'est pas" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 92 +msgid "installed no default icon appears. Another icon can defined here." +msgstr "" +"installé, aucune icône n'apparaîtera. D'autres icônes peuvent être " +"definies ici." + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 95 +msgid "Only the name of an icon is needed not the path!" +msgstr "Seul le nom d'une icône est nécessaire, pas le chemin d'accés." + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 +msgid "If 'Use Icons' is enabled and for an application no icon is found" +msgstr "" +"Si 'Utiliser des icônes' est actif et que pour une application aucune " +"icnone n'est trouvée," + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 +#, fuzzy +msgid "" +"If this option is set menus are generated with titles. Default is use titles." +msgstr "" +"Si cet option est active les menus sont générés avec des titres. Par " +"défaut sans titre." + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 +msgid "Sets the name of the name of the top level menu. Default is XDGMenu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 +msgid "Inserts the menu items into the given Menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 +msgid "Terminal Command: " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 +msgid "" +"Enter terminal emulator command used to launch terminal applications. The " +"command" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 +msgid "must end with an execute option (-e). Default xterm -e." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 +#, fuzzy +msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." +msgstr "" +"Entrez ici le chemin complet du menu pour l'enregistrer. Par default " +"$FVWM_USERDIR/.menu." + +#: default-config/FvwmScript-ConfirmQuit: line 11 +msgid "Do you really want to quit Fvwm?" +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 41 +#: default-config/FvwmScript-ConfirmCopyConfig:127 +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser:58 +msgid "Cancel" +msgstr "Annuler" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 2 +msgid "ConfirmCopyConfig" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 21 +#, fuzzy +msgid "Fvwm Default Configuration" +msgstr "Souris pour un :" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 36 +msgid "This script copies the default configuration into your home directory:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 64 +msgid "A backup of your current configuration will be located at:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 92 +msgid "Click Confirm to continue and restart Fvwm." +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 107 +msgid "Confirm" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 +msgid "Bell Setup" +msgstr "Configuration de la Cloche" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:43 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:47 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:132 +msgid "Apply" +msgstr "Appliquer" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 +msgid "Beep" +msgstr "Bip" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 +msgid "Volume:" +msgstr "Volume:" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 +msgid "Pitch(Hz):" +msgstr "Ton (Hz)" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 +msgid "Duration(ms):" +msgstr "Durée(ms) :" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 +msgid "Bell" +msgstr "Cloche" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 +msgid "Keyboard Setup" +msgstr "Configuration du Clavier" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 +msgid "Click Volume (%)" +msgstr "Volume d'un clic (%)" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 +msgid "AutoRepeat On" +msgstr "Répétition Active" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 +msgid "Start Delay: " +msgstr "Délai de Départ :" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 +msgid "Repeat Delay:" +msgstr "Délai de Répétition :" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 +msgid "Keyboard" +msgstr "Clavier" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 +msgid "Pointer Setup" +msgstr "Configuration de la souris" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 +msgid "Right-handed user|Left-handed user" +msgstr "Droitier|Gaucher" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 +msgid "Mouse configuration:" +msgstr "Souris pour un :" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 +msgid "Acceleration:" +msgstr "Accélération :" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 +msgid "Threshold (pixels):" +msgstr "Seuil (pixels) :" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 +msgid "Pointer" +msgstr "Souris" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 +msgid "Screen Setup" +msgstr "Configuration de l'écran" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 +msgid "Background" +msgstr "Fond" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 +msgid "Uniform color:" +msgstr "Couleur uniforme :" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 +msgid "Pixmap:" +msgstr "Image :" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 +msgid "Browser..." +msgstr "Parcourir" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 +msgid "Disable xinit background" +msgstr "Pas de fond xinit" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 +msgid "Screen-saver" +msgstr "Économiseur d'écran" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 +msgid "Blank" +msgstr "Vide" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 +msgid "Timeout(s):" +msgstr "Délai(s) :" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 +msgid "Pattern" +msgstr "Motif" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 +msgid "Cycle(s):" +msgstr "Cycle(s)" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 +msgid "DPMS" +msgstr "DPMS" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 768 +msgid "Enable" +msgstr "Activer" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 +msgid "Disable" +msgstr "Désactiver" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 +msgid "Standby(s):" +msgstr "Interrompre(s) :" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 +msgid "Suspend(s):" +msgstr "Veille(s) :" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 +msgid "Off(s):" +msgstr "Extinction(s) :" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 +msgid "xscreensaver" +msgstr "économiseur d'écran" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 +msgid "Config and Demo" +msgstr "Configuration et démo" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 +msgid "File Browser" +msgstr "Navigateur de fichiers" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 +msgid "OK" +msgstr "OK" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 +msgid "Path:" +msgstr "Chemin :" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 +msgid " Show hidden files" +msgstr "Montrer les fichiers cachés" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 +msgid "Selected file:" +msgstr "Fichier sélectionné :" + +#~ msgid "Issue fvwm commands" +#~ msgstr "Executer des commandes fvwm" + +#~ msgid "Restart fvwm" +#~ msgstr "Redémarrer fvwm" + +#~ msgid "Exit fvwm" +#~ msgstr "Quitter fvwm" + +#~ msgid "Setup Form" +#~ msgstr "Configuration avec Form" + +#~ msgid "Setup 95 Script" +#~ msgstr "Configuration avec Script95" + +#~ msgid "Remote Logins" +#~ msgstr "Login à distance" + +#~ msgid "Utilities" +#~ msgstr "Utilitaires" + +#~ msgid "Fvwm Modules" +#~ msgstr "Modules de Fvwm" + +#~ msgid "Fvwm Window Ops" +#~ msgstr "Opérations sur les fenêtres" + +#~ msgid "Fvwm Config Ops" +#~ msgstr "Opérations de config" + +#~ msgid "Refresh Screen" +#~ msgstr "Rafraîchir l'écran" + +#~ msgid "Recapture Screen" +#~ msgstr "Recapturer l'écran" + +#~ msgid "Exit Fvwm" +#~ msgstr "Quitter fvwm" + +#~ msgid "Reset X defaults" +#~ msgstr "Rétablir les défauts de X" + +#~ msgid "Sloppy Focus" +#~ msgstr "Focus fluide" + +#~ msgid "Click To Focus" +#~ msgstr "Cliquer pour le focus" + +#~ msgid "Focus Follows Mouse" +#~ msgstr "Le focus suit la souris" + +#~ msgid "Colormap Follows Mouse" +#~ msgstr "Les couleurs suivent la souris" + +#~ msgid "Colormap Follows Focus" +#~ msgstr "Les couleurs suivent le focus" + +#~ msgid "Full Paging ON" +#~ msgstr "Pagination complète activée" + +#~ msgid "All Paging OFF" +#~ msgstr "Toute pagination désactivée" + +#~ msgid "Horizontal Paging Only" +#~ msgstr "Pagination horizontale seulement" + +#~ msgid "Vertical Paging Only" +#~ msgstr "Pagination verticale seulement" + +#~ msgid "Partial Paging" +#~ msgstr "Pagination partielle" + +#~ msgid "Full Paging && Edge Wrap" +#~ msgstr "Pagination complète && Bord électrique" + +#~ msgid "&Delete" +#~ msgstr "&Quitter" + +#~ msgid "&Close" +#~ msgstr "&Fermer" + +#~ msgid "Print" +#~ msgstr "Imprimer" + +#~ msgid "Print Re&verse" +#~ msgstr "Impression in&verse" + +#~ msgid "Control Animation" +#~ msgstr "Contrôler l'animation" + +#~ msgid "desks" +#~ msgstr "bureaux" + +#~ msgid "Stop Module Menu" +#~ msgstr "Menu d'arrêt des Modules" + +#~ msgid "Stop Fvwm Modules" +#~ msgstr "Arrêter des Modules" + +#~ msgid "Stop" +#~ msgstr "Stop" + +#~ msgid "Really Quit Fvwm?" +#~ msgstr "On quitte vraiment ?" + +#~ msgid "Yes, Really Quit" +#~ msgstr "Oui, on quitte vraiment" + +#~ msgid "Start" +#~ msgstr "Démarrer" + +#~ msgid "Just an Xterm" +#~ msgstr "Juste XTerm" + +#~ msgid "No, Don't Quit" +#~ msgstr "Non, on ne quitte pas" + +# FvwmForm +#~ msgid "fvwm - Create Configuration" +#~ msgstr "fvwm - Créer votre configuration" + +#~ msgid "Use this form to create your fvwm2rc configuration file." +#~ msgstr "Utilisez ce formulaire pour créer votre fichier de configuration." + +#~ msgid "The file created is ~/.fvwm/.fvwm2rc or $FVWM_USERDIR/.fvwm2rc." +#~ msgstr "Ce ficher est ~/.fvwm/.fvwm2rc ou $FVWM_USERDIR/.fvwm2rc." + +#~ msgid "After creation, the fvwm2rc file can then be changed with any" +#~ msgstr "Après création, vous pouvez éditer ce fichier avec un éditeur" + +#~ msgid "editor to suit your own needs." +#~ msgstr "pour une configuration à votre convenance." + +#~ msgid "Create a starting .fvwm2rc file" +#~ msgstr "Créez un fichier .fvwm2rc initial" + +#~ msgid "These files are optional. Select the modules you want to customize." +#~ msgstr "Ces fichiers sont optionnels. Choisissez les modules à éditer." + +#~ msgid "You can always copy them later." +#~ msgstr "Vous pourrez les copier plus tard." + +#~ msgid "Return - Dismiss" +#~ msgstr "Quitter" + +#~ msgid "Multiple Menu" +#~ msgstr "Menu multiple" + +#~ msgid "" +#~ "If you want a single menu only deselect all menus above and fill out the " +#~ "fields below." +#~ msgstr "" +#~ "Si vous voulez un menu unique, désélectionner tous les menus ci-dessus " +#~ "et remplissez les champs" + +#~ msgid "But remember, if the menu doesn't exist, nothing happens." +#~ msgstr "" +#~ "ci-dessous. Mais rappelez-vous, si le menu n'existe pas, rien ne se passe." + +#~ msgid "Menu Top Title: " +#~ msgstr "Titre du menu : " + +#~ msgid "Install-Prefix: " +#~ msgstr "Préfixe de menu : " + +#~ msgid "Desktop: " +#~ msgstr "Bureau : " + +#~ msgid "Menutype: " +#~ msgstr "Type de menu : " + +#~ msgid "Multiple " +#~ msgstr "Multiple " + +#~ msgid "Single" +#~ msgstr "Simple" + +#~ msgid "Menu(s) in a Menu? " +#~ msgstr "Menu(s) dans un menu? " + +#~ msgid "Generate Menu(s)" +#~ msgstr "Générez le menu" + +#~ msgid "Save Settings" +#~ msgstr "Sauvez les réglages" + +#~ msgid "Regenerate XDG Menu(s)" +#~ msgstr "Régénérer le(s) menu(s) XDG" + +#~ msgid "" +#~ "In this section you can define a custom-assembled menu 'foo-bar.menu' " +#~ "placed on another" +#~ msgstr "" +#~ "Dans cette section vous pouvez customiser un menu 'foo-bar.menu' placé " +#~ "dans un autre" + +#~ msgid "location as defined in the XDG menu definitions." +#~ msgstr "emplacement comme defini dans les définitions du menu XDG." + +#~ msgid "" +#~ "Specifies the menu title of the top menu used by Fvwm's Popup command." +#~ msgstr "" +#~ " Specifiez le titre du menu principal utilisé par la commande de Fvwm." + +#~ msgid "Default is 'FvwmMenu'." +#~ msgstr "La valeur par défaut est 'FvwmMenu'." + +#~ msgid "" +#~ "Overrides the standard locations for XDG menu definitions. The standard" +#~ msgstr "" +#~ " Écrase l'emplacement standard pour la definition du menu XDG. Les " +#~ "emplacements" + +#~ msgid "locations are /etc/xdg/menus and" +#~ msgstr "standards sont /etc/xdg/menus et" + +#~ msgid "if available." +#~ msgstr "si disponible." + +#~ msgid "Overrides the name of the main desktop environment installed on the" +#~ msgstr "" +#~ " Écrase le nom de l'environnement principal qui est installé sur le " +#~ "systeme." + +#~ msgid "" +#~ "system. If a system offers multiple desktop environments $XDG_MENU_PREFIX" +#~ msgstr "" +#~ "Si le systeme offre plusieurs environneents de bureau, $XDG_MENU_PREFIX " +#~ "est" + +#~ msgid "is typically set. It is ignored if this field is used." +#~ msgstr "" +#~ "normalement appliqué. Elle est ignorée si le champ est utilisé. Les " +#~ "noms" + +#~ msgid "Possible names: gnome, kde, lxde, etc." +#~ msgstr "possibles sont: gnome, kde, lxde, etc." + +#~ msgid "" +#~ "Defines which type of menu should be found. Possible name types could be:" +#~ msgstr "" +#~ " Définit quel type de menu doit être trouvé. Les noms des types " +#~ "possibles" + +#~ msgid "" +#~ "applications, settings, preferences, etc. Note if the specified menu type" +#~ msgstr "" +#~ "peuvent être : applications, settings, preferences, etc. Attention: si " +#~ "le type" + +#~ msgid "doesn't exist the generated menu is empty!" +#~ msgstr "de menu specifié n'existe pas, le menu généré est vide !" + +#~ msgid "" +#~ "will integrate in one Fvwm menu. If you want to generate a custom-" +#~ "assembled menu" +#~ msgstr "" +#~ "menus selectionnés seront intégrés dans un menu Fvwm. Si vous voulez " +#~ "générer" + +#~ msgid "use the 'Single Menu' section." +#~ msgstr "un menu client, utlisez la section 'Menu simple'." + +#~ msgid "List menus with checkboxes found in /etc/xdg/menus/" +#~ msgstr "" +#~ "La liste des menus avec des cases à cocher se trouve dans /etc/xdg/menus/" + +#~ msgid "List menus with checkboxes found in $HOME/.config/menus/" +#~ msgstr "" +#~ "La liste des menus avec des cases à cocher se trouve dans $HOME/.config/" +#~ "menus/" + +#~ msgid "One limitation exists:" +#~ msgstr "Il existe une limitation :" + +#~ msgid "" +#~ "If there are too much menus found an error occurs in .xsession-errors:" +#~ msgstr "" +#~ "S'il y a trop de menus trouvés, un message d'erreur apparaît dans ." +#~ "xsession-errors:" + +#~ msgid "" +#~ "This happens because PipeRead used for menu generation has a command " +#~ "length" +#~ msgstr "" +#~ "Cela se produit quand PipeRead a utilisé pour la generation du menu une " +#~ "commande" + +#~ msgid "limit of 1000 characters. Sorry for that inconvinience." +#~ msgstr "" +#~ "qui dépasse la limite de 1000 caractéres. Désolé pour la gêne " +#~ "occassionnée." + +#~ msgid "Set which menu generation will be used." +#~ msgstr "Applique quel type de génération de menu sera utilisé." + +#~ msgid "Enable this checkbox to insert generated menu(s) IN a menu." +#~ msgstr "" +#~ "Activez cette case à cocher pour insérer le menu généré dans un menu." + +#~ msgid "" +#~ "Enter in this field the name of the menu (its top title) where the " +#~ "generated menu(s)" +#~ msgstr "" +#~ "Entrez dans ce chanp le nom du menu (son titre principal) où le menu " +#~ "généré devra être" + +#~ msgid "" +#~ "should insert. For more information see the USAGE section in the man page " +#~ "of" +#~ msgstr "" +#~ "inséré. Pour plus d'information regardez la section USAGE dans la page " +#~ "man de" diff --git a/po/fvwm3.pot b/po/fvwm3.pot new file mode 100644 index 000000000..00ebfc500 --- /dev/null +++ b/po/fvwm3.pot @@ -0,0 +1,789 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR fvwm workers +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-10-02 20:47-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: fvwm/fvwm3.c:1293 +msgid "Builtin Menu" +msgstr "" + +#: fvwm/fvwm3.c:1300 +msgid "Load Default Config" +msgstr "" + +#: fvwm/fvwm3.c:1305 +msgid "Restart" +msgstr "" + +#: fvwm/fvwm3.c:1310 ../default-config/FvwmScript-ConfirmQuit: line 25 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: 85 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: 89 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: 94 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: 235 +msgid "Quit" +msgstr "" + +#: fvwm/expand.c:496 ../default-config/config: line 419 423 424 425 426 +msgid "Desk" +msgstr "" + +#: fvwm/windowlist.c:87 ../fvwm/windowlist.c:93 ../fvwm/windowlist.c:100 +msgid "\tGeometry" +msgstr "" + +#: fvwm/windowlist.c:98 +#, c-format +msgid "Desk: %d%s" +msgstr "" + +#: fvwm/menus.c:1811 +msgid "More&..." +msgstr "" + +#: default-config/config: line 315 +msgid "&Programs" +msgstr "" + +#: default-config/config: line 316 +msgid "XDG &Menu" +msgstr "" + +#: default-config/config: line 322 +msgid "&Wallpapers" +msgstr "" + +#: default-config/config: line 323 +msgid "M&an Pages" +msgstr "" + +#: default-config/config: line 324 +msgid "Cop&y Config" +msgstr "" + +#: default-config/config: line 326 +msgid "Re&fresh" +msgstr "" + +#: default-config/config: line 327 +msgid "&Restart" +msgstr "" + +#: default-config/config: line 328 +msgid "&Quit" +msgstr "" + +#: default-config/config: line 339 +msgid "Programs" +msgstr "" + +#: default-config/config: line 353 +msgid "Wallpapers" +msgstr "" + +#: default-config/config: line 354 +msgid "Floral" +msgstr "" + +#: default-config/config: line 355 +msgid "Circles" +msgstr "" + +#: default-config/config: line 356 +msgid "Space" +msgstr "" + +#: default-config/config: line 361 373 +msgid "Move" +msgstr "" + +#: default-config/config: line 362 374 +msgid "Resize" +msgstr "" + +#: default-config/config: line 363 375 396 +msgid "(De)Iconify" +msgstr "" + +#: default-config/config: line 364 376 397 +msgid "(Un)Maximize" +msgstr "" + +#: default-config/config: line 365 377 398 +msgid "(Un)Shade" +msgstr "" + +#: default-config/config: line 366 +msgid "(Un)Stick" +msgstr "" + +#: default-config/config: line 368 382 403 +#: bin/fvwm-menu-desktop-config.fpl: 293 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: 64 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: 132 +msgid "Close" +msgstr "" + +#: default-config/config: line 369 +msgid "More" +msgstr "" + +#: default-config/config: line 372 +msgid "Window Ops" +msgstr "" + +#: default-config/config: line 378 399 +msgid "(Un)Sticky" +msgstr "" + +#: default-config/config: line 379 +msgid "(No)Title Bar" +msgstr "" + +#: default-config/config: line 380 401 +msgid "Send To" +msgstr "" + +#: default-config/config: line 383 404 +msgid "Destroy" +msgstr "" + +#: default-config/config: line 385 406 +msgid "Raise" +msgstr "" + +#: default-config/config: line 386 407 +msgid "Lower" +msgstr "" + +#: default-config/config: line 388 409 +msgid "Stays On Top" +msgstr "" + +#: default-config/config: line 389 410 +msgid "Stays Put" +msgstr "" + +#: default-config/config: line 390 411 +msgid "Stays On Bottom" +msgstr "" + +#: default-config/config: line 392 413 +msgid "Identify" +msgstr "" + +#: default-config/config: line 400 +msgid "(No)TitleBar" +msgstr "" + +#: default-config/config: line 417 +msgid "Current" +msgstr "" + +#: default-config/config: line 418 430 431 432 433 +msgid "Page" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 55 58 +msgid "Fvwm XDGMenu Config" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 62 +msgid "Available Menus" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 70 +msgid "Menus in" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 98 +msgid "No menus found! Check why from within a terminal with" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 109 +msgid "Options" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 110 291 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: 69 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: 137 +msgid "Help" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 115 +msgid "Include in Menu? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 117 +msgid "Config " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 118 +msgid "Regenerate " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 119 +msgid "Both " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 120 +msgid "None " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 123 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: 27 +msgid "Use Icons? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 125 136 +msgid "Yes " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 126 137 +msgid "No " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 128 139 147 155 +msgid " " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 129 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: 38 +msgid "Icon size: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 131 +msgid " (Default is 24)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 134 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: 99 +msgid "Use Titles? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 140 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: 57 +msgid "Used Icon theme: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 144 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: 71 +msgid "Directory Icon: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 148 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: 85 +msgid "Application Icon: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 152 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: 104 +msgid "Top Menu Name: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 156 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: 109 +msgid "Insert Menu Into: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 160 +msgid "Terminal command: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 162 +msgid " (Used to run Terminal entries)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 165 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: 46 +msgid "Icon directory: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 167 +msgid " (Directory for converted icons)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 170 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: 122 +msgid "Output path: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 172 +msgid " (Full path to store output)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 180 +msgid "Export Menu" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 211 +msgid "Save and Regenerate" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 251 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: 67 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: 62 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: 66 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: 170 +msgid "Save" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 289 +msgid "Reset" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: 134 +msgid "XDGMenu Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 +msgid "XDGMenu.Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 +msgid "" +"All the XDG menus found on the system are listed under Available Menus. Use" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 +msgid "" +"this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 +msgid "" +"and select which menus are generated. Select the options you want and then" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 +msgid "generate then generate the menu by selecting the following:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 +msgid "Export Menu:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 +msgid "" +" Generates a menu by calling fvwm-menu-desktop with the selected options" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 +msgid "" +" and saves the output to Output Path. After the menu file is created it" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 +msgid "" +" is read by fvwm. This option does not save any changes made to settings." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 +msgid "Save and Regenerate:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 +msgid "" +" This saves the settings then runs fvwm-menu-desktop with no options " +"using" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 +msgid "" +" the defaults saved in the config file. This does not export the menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 +msgid "" +"Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 +msgid "" +"Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" +"menus/" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 +msgid "" +"following the XDG menu specification are only shown in $HOME/.config/menus/." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 +msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 +msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 66 +msgid "Options Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 68 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: 136 +msgid "manpage" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 10 +msgid "XDGMenu Options Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 +msgid "General Options" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 +msgid "Include in Menu: " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 +msgid "" +"Set if XDGMenu will include menu items to Configure and/or Regenerate the " +"menu" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 30 33 41 49 52 60 63 66 +#: 74 77 80 88 91 94 117 +msgid " " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 +msgid "at the bottom of the top level menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 +msgid "" +"Option enables mini-icons in the menu(s). Warning! If ImageMagick is " +"installed" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 +msgid "" +"the script may generate all the icons and pause your system until the job is" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 +msgid "" +"done. After the icons are generated, it will not take as long to regenerate." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 +msgid "" +"If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " +"is" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 +msgid "desired enter the wanted size in this field." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 +msgid "" +"If the specified icon isn't that size it is converted if ImageMagick is " +"installed." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 +msgid "" +"Generated icons are saved in $HOME/.fvwm/icons or the directory specified " +"here." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 +msgid "Otherwise no icon appears in the menu for that entry." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 +msgid "Sets the used icon theme. Default is 'gnome' but all others found in" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 +msgid "" +"/usr/share/icons can used except the hicolor theme because it's the default" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 +msgid "" +"fallback theme if no icon is found. Note that the theme name must be written" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 +msgid "exactly as the icon directory e.g." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 +msgid "" +"If 'Use Icons' is enabled and for a directory in a menu no icon is found" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 89 +msgid "as default icon is used. But if the gnome icon theme isn't" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 92 +msgid "installed no default icon appears. Another icon can defined here." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 95 +msgid "Only the name of an icon is needed not the path!" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 +msgid "If 'Use Icons' is enabled and for an application no icon is found" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 +msgid "" +"If this option is set menus are generated with titles. Default is use titles." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 +msgid "Sets the name of the name of the top level menu. Default is XDGMenu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 +msgid "Inserts the menu items into the given Menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 +msgid "Terminal Command: " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 +msgid "" +"Enter terminal emulator command used to launch terminal applications. The " +"command" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 +msgid "must end with an execute option (-e). Default xterm -e." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 +msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 11 +msgid "Do you really want to quit Fvwm?" +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 41 +#: default-config/FvwmScript-ConfirmCopyConfig: 127 +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: 58 +msgid "Cancel" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 2 +msgid "ConfirmCopyConfig" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 21 +msgid "Fvwm Default Configuration" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 36 +msgid "This script copies the default configuration into your home directory:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 64 +msgid "A backup of your current configuration will be located at:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 92 +msgid "Click Confirm to continue and restart Fvwm." +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 107 +msgid "Confirm" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 +msgid "Bell Setup" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: 43 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: 47 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: 132 +msgid "Apply" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 +msgid "Beep" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 +msgid "Volume:" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 +msgid "Pitch(Hz):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 +msgid "Duration(ms):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 +msgid "Bell" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 +msgid "Keyboard Setup" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 +msgid "Click Volume (%)" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 +msgid "AutoRepeat On" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 +msgid "Start Delay: " +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 +msgid "Repeat Delay:" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 +msgid "Keyboard" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 +msgid "Pointer Setup" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 +msgid "Right-handed user|Left-handed user" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 +msgid "Mouse configuration:" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 +msgid "Acceleration:" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 +msgid "Threshold (pixels):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 +msgid "Pointer" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 +msgid "Screen Setup" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 +msgid "Background" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 +msgid "Uniform color:" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 +msgid "Pixmap:" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 +msgid "Browser..." +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 +msgid "Disable xinit background" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 +msgid "Screen-saver" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 +msgid "Blank" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 +msgid "Timeout(s):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 +msgid "Pattern" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 +msgid "Cycle(s):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 +msgid "DPMS" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 768 +msgid "Enable" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 +msgid "Disable" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 +msgid "Standby(s):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 +msgid "Suspend(s):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 +msgid "Off(s):" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 +msgid "xscreensaver" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 +msgid "Config and Demo" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 +msgid "File Browser" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 +msgid "OK" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 +msgid "Path:" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 +msgid " Show hidden files" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 +msgid "Selected file:" +msgstr "" diff --git a/po/fvwm3.ru.gmo b/po/fvwm3.ru.gmo new file mode 100644 index 000000000..ec07d5cd2 Binary files /dev/null and b/po/fvwm3.ru.gmo differ diff --git a/po/fvwm3.ru.po b/po/fvwm3.ru.po new file mode 100644 index 000000000..e0b58f0d2 --- /dev/null +++ b/po/fvwm3.ru.po @@ -0,0 +1,944 @@ +# Russian translation for fvwm package. +# Copyright (C) 2013 fvwm workers +# This file is distributed under the same license as the fvwm package. +# Ivan Gayevskiy (a.k.a. Spoofing) , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: fvwm\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-10-02 20:47-0600\n" +"PO-Revision-Date: 2013-02-12 13:30+0800\n" +"Last-Translator: Ivan Gayevskiy \n" +"Language-Team: Russian\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: fvwm/fvwm3.c:1293 +msgid "Builtin Menu" +msgstr "Главное меню" + +#: fvwm/fvwm3.c:1300 +#, fuzzy +msgid "Load Default Config" +msgstr "Настройка мышки:" + +#: fvwm/fvwm3.c:1305 +#, fuzzy +msgid "Restart" +msgstr "Перезапустить" + +#: fvwm/fvwm3.c:1310 ../default-config/FvwmScript-ConfirmQuit: line 25 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:85 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:89 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:94 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:235 +msgid "Quit" +msgstr "Закрыть" + +#: fvwm/expand.c:496 ../default-config/config: line 419 423 424 425 426 +msgid "Desk" +msgstr "Стол" + +#: fvwm/windowlist.c:87 ../fvwm/windowlist.c:93 ../fvwm/windowlist.c:100 +msgid "\tGeometry" +msgstr "\tПозиция" + +#: fvwm/windowlist.c:98 +#, c-format +msgid "Desk: %d%s" +msgstr "Стол: %d%s" + +#: fvwm/menus.c:1811 +msgid "More&..." +msgstr "Ещё&..." + +#: default-config/config: line 315 +msgid "&Programs" +msgstr "" + +#: default-config/config: line 316 +msgid "XDG &Menu" +msgstr "" + +#: default-config/config: line 322 +msgid "&Wallpapers" +msgstr "" + +#: default-config/config: line 323 +msgid "M&an Pages" +msgstr "" + +#: default-config/config: line 324 +#, fuzzy +msgid "Cop&y Config" +msgstr "Скопировать файлы" + +#: default-config/config: line 326 +#, fuzzy +msgid "Re&fresh" +msgstr "О&бновить окно" + +#: default-config/config: line 327 +#, fuzzy +msgid "&Restart" +msgstr "Перезапустить" + +#: default-config/config: line 328 +msgid "&Quit" +msgstr "" + +#: default-config/config: line 339 +msgid "Programs" +msgstr "" + +#: default-config/config: line 353 +msgid "Wallpapers" +msgstr "" + +#: default-config/config: line 354 +msgid "Floral" +msgstr "" + +#: default-config/config: line 355 +msgid "Circles" +msgstr "" + +#: default-config/config: line 356 +msgid "Space" +msgstr "" + +#: default-config/config: line 361 373 +#, fuzzy +msgid "Move" +msgstr "&Переместить" + +#: default-config/config: line 362 374 +#, fuzzy +msgid "Resize" +msgstr "Изменить &размер" + +#: default-config/config: line 363 375 396 +#, fuzzy +msgid "(De)Iconify" +msgstr "С&вернуть" + +#: default-config/config: line 364 376 397 +#, fuzzy +msgid "(Un)Maximize" +msgstr "Ра&звернуть" + +#: default-config/config: line 365 377 398 +msgid "(Un)Shade" +msgstr "" + +#: default-config/config: line 366 +#, fuzzy +msgid "(Un)Stick" +msgstr "Прикр&епить" + +#: default-config/config: line 368 382 403 bin/fvwm-menu-desktop-config.fpl:293 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:64 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:132 +#, fuzzy +msgid "Close" +msgstr "Закр&ыть" + +#: default-config/config: line 369 +#, fuzzy +msgid "More" +msgstr "Ещё&..." + +#: default-config/config: line 372 +msgid "Window Ops" +msgstr "П&араметры окна" + +#: default-config/config: line 378 399 +#, fuzzy +msgid "(Un)Sticky" +msgstr "Прикр&епить" + +#: default-config/config: line 379 +msgid "(No)Title Bar" +msgstr "" + +#: default-config/config: line 380 401 +msgid "Send To" +msgstr "" + +#: default-config/config: line 383 404 +msgid "Destroy" +msgstr "Уни&чтожить" + +#: default-config/config: line 385 406 +#, fuzzy +msgid "Raise" +msgstr "В &начало" + +#: default-config/config: line 386 407 +#, fuzzy +msgid "Lower" +msgstr "В &конец" + +#: default-config/config: line 388 409 +msgid "Stays On Top" +msgstr "" + +#: default-config/config: line 389 410 +msgid "Stays Put" +msgstr "" + +#: default-config/config: line 390 411 +msgid "Stays On Bottom" +msgstr "" + +#: default-config/config: line 392 413 +msgid "Identify" +msgstr "" + +#: default-config/config: line 400 +msgid "(No)TitleBar" +msgstr "" + +#: default-config/config: line 417 +msgid "Current" +msgstr "" + +#: default-config/config: line 418 430 431 432 433 +msgid "Page" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 55 58 +#, fuzzy +msgid "Fvwm XDGMenu Config" +msgstr "Параметры конфигурации" + +#: bin/fvwm-menu-desktop-config.fpl: line 62 +msgid "Available Menus" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 70 +msgid "Menus in" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 98 +msgid "No menus found! Check why from within a terminal with" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 109 +msgid "Options" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 110 291 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:69 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:137 +msgid "Help" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 115 +msgid "Include in Menu? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 117 +msgid "Config " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 118 +msgid "Regenerate " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 119 +msgid "Both " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 120 +msgid "None " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 123 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:27 +msgid "Use Icons? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 125 136 +msgid "Yes " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 126 137 +msgid "No " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 128 139 147 155 +msgid " " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 129 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:38 +msgid "Icon size: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 131 +msgid " (Default is 24)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 134 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:99 +msgid "Use Titles? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 140 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:57 +msgid "Used Icon theme: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 144 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:71 +msgid "Directory Icon: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 148 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:85 +msgid "Application Icon: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 152 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:104 +msgid "Top Menu Name: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 156 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:109 +msgid "Insert Menu Into: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 160 +msgid "Terminal command: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 162 +msgid " (Used to run Terminal entries)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 165 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:46 +msgid "Icon directory: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 167 +msgid " (Directory for converted icons)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 170 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:122 +msgid "Output path: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 172 +msgid " (Full path to store output)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 180 +#, fuzzy +msgid "Export Menu" +msgstr "Главное меню" + +#: bin/fvwm-menu-desktop-config.fpl: line 211 +msgid "Save and Regenerate" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 251 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:67 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:62 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:66 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:170 +msgid "Save" +msgstr "Сохранить" + +#: bin/fvwm-menu-desktop-config.fpl: line 289 +msgid "Reset" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:134 +msgid "XDGMenu Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 +msgid "XDGMenu.Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 +msgid "" +"All the XDG menus found on the system are listed under Available Menus. Use" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 +msgid "" +"this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 +msgid "" +"and select which menus are generated. Select the options you want and then" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 +msgid "generate then generate the menu by selecting the following:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 +#, fuzzy +msgid "Export Menu:" +msgstr "Главное меню" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 +msgid "" +" Generates a menu by calling fvwm-menu-desktop with the selected options" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 +msgid "" +" and saves the output to Output Path. After the menu file is created it" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 +msgid "" +" is read by fvwm. This option does not save any changes made to settings." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 +msgid "Save and Regenerate:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 +msgid "" +" This saves the settings then runs fvwm-menu-desktop with no options " +"using" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 +msgid "" +" the defaults saved in the config file. This does not export the menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 +msgid "" +"Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 +msgid "" +"Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" +"menus/" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 +msgid "" +"following the XDG menu specification are only shown in $HOME/.config/menus/." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 +msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 +msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 66 +msgid "Options Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 68 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:136 +msgid "manpage" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 10 +msgid "XDGMenu Options Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 +msgid "General Options" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 +msgid "Include in Menu: " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 +msgid "" +"Set if XDGMenu will include menu items to Configure and/or Regenerate the " +"menu" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 30 33 41 49 52 60 63 66 74 +#: 77 80 88 91 94 117 +msgid " " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 +msgid "at the bottom of the top level menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 +msgid "" +"Option enables mini-icons in the menu(s). Warning! If ImageMagick is " +"installed" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 +msgid "" +"the script may generate all the icons and pause your system until the job is" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 +msgid "" +"done. After the icons are generated, it will not take as long to regenerate." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 +msgid "" +"If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " +"is" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 +msgid "desired enter the wanted size in this field." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 +msgid "" +"If the specified icon isn't that size it is converted if ImageMagick is " +"installed." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 +msgid "" +"Generated icons are saved in $HOME/.fvwm/icons or the directory specified " +"here." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 +msgid "Otherwise no icon appears in the menu for that entry." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 +msgid "Sets the used icon theme. Default is 'gnome' but all others found in" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 +msgid "" +"/usr/share/icons can used except the hicolor theme because it's the default" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 +msgid "" +"fallback theme if no icon is found. Note that the theme name must be written" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 +msgid "exactly as the icon directory e.g." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 +msgid "" +"If 'Use Icons' is enabled and for a directory in a menu no icon is found" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 89 +msgid "as default icon is used. But if the gnome icon theme isn't" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 92 +msgid "installed no default icon appears. Another icon can defined here." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 95 +msgid "Only the name of an icon is needed not the path!" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 +msgid "If 'Use Icons' is enabled and for an application no icon is found" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 +msgid "" +"If this option is set menus are generated with titles. Default is use titles." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 +msgid "Sets the name of the name of the top level menu. Default is XDGMenu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 +msgid "Inserts the menu items into the given Menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 +msgid "Terminal Command: " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 +msgid "" +"Enter terminal emulator command used to launch terminal applications. The " +"command" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 +msgid "must end with an execute option (-e). Default xterm -e." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 +msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 11 +msgid "Do you really want to quit Fvwm?" +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 41 +#: default-config/FvwmScript-ConfirmCopyConfig:127 +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser:58 +msgid "Cancel" +msgstr "Отмена" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 2 +msgid "ConfirmCopyConfig" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 21 +#, fuzzy +msgid "Fvwm Default Configuration" +msgstr "Настройка мышки:" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 36 +msgid "This script copies the default configuration into your home directory:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 64 +msgid "A backup of your current configuration will be located at:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 92 +msgid "Click Confirm to continue and restart Fvwm." +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 107 +msgid "Confirm" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 +msgid "Bell Setup" +msgstr "Настройка оповещений" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:43 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:47 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:132 +msgid "Apply" +msgstr "Применить" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 +msgid "Beep" +msgstr "Спикер" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 +msgid "Volume:" +msgstr "Громкость:" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 +msgid "Pitch(Hz):" +msgstr "Частота:" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 +msgid "Duration(ms):" +msgstr "Продолжительность:" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 +msgid "Bell" +msgstr "Оповещение" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 +msgid "Keyboard Setup" +msgstr "Настройка клавиатуры" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 +msgid "Click Volume (%)" +msgstr "Выбор громкости" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 +msgid "AutoRepeat On" +msgstr "Автоповтор Вкл." + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 +msgid "Start Delay: " +msgstr "Ожидать начало:" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 +msgid "Repeat Delay:" +msgstr "Ожидать повтор:" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 +msgid "Keyboard" +msgstr "Клавиатура" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 +msgid "Pointer Setup" +msgstr "Настройка курсора" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 +msgid "Right-handed user|Left-handed user" +msgstr "Пользователь правша, либо левша" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 +msgid "Mouse configuration:" +msgstr "Настройка мышки:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 +msgid "Acceleration:" +msgstr "Ускорение:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 +msgid "Threshold (pixels):" +msgstr "Порог ожидания:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 +msgid "Pointer" +msgstr "Курсор" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 +msgid "Screen Setup" +msgstr "Настройка экрана" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 +msgid "Background" +msgstr "Фон" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 +msgid "Uniform color:" +msgstr "Однородный цвет:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 +msgid "Pixmap:" +msgstr "Картинка:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 +msgid "Browser..." +msgstr "Обзор..." + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 +msgid "Disable xinit background" +msgstr "Отключить фон из xinit" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 +msgid "Screen-saver" +msgstr "Хранитель экрана" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 +msgid "Blank" +msgstr "Пусто" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 +msgid "Timeout(s):" +msgstr "Таймаут:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 +msgid "Pattern" +msgstr "Шаблон" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 +msgid "Cycle(s):" +msgstr "Повтор:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 +msgid "DPMS" +msgstr "DPMS" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 768 +msgid "Enable" +msgstr "Включить" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 +msgid "Disable" +msgstr "Отключить" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 +msgid "Standby(s):" +msgstr "Запасной:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 +msgid "Suspend(s):" +msgstr "Отложить:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 +msgid "Off(s):" +msgstr "Отключить:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 +msgid "xscreensaver" +msgstr "xscreensaver" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 +msgid "Config and Demo" +msgstr "Предпросмотр" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 +msgid "File Browser" +msgstr "Файловый менеджер" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 +msgid "OK" +msgstr "Ок" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 +msgid "Path:" +msgstr "Путь:" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 +msgid " Show hidden files" +msgstr " Отображать скрытые файлы" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 +msgid "Selected file:" +msgstr "Выбранные файлы:" + +#~ msgid "Issue fvwm commands" +#~ msgstr "Список команд FVWM" + +#~ msgid "Restart fvwm" +#~ msgstr "Перезапустить FVWM" + +#~ msgid "Exit fvwm" +#~ msgstr "Выход из FVWM" + +#~ msgid "Setup Form" +#~ msgstr "Мастер настройки" + +#~ msgid "Setup 95 Script" +#~ msgstr "Мастер настройки 95" + +#~ msgid "Remote Logins" +#~ msgstr "Удаленные подключения" + +#~ msgid "Utilities" +#~ msgstr "Утилиты" + +#~ msgid "Fvwm Modules" +#~ msgstr "Модули FVWM" + +#~ msgid "Fvwm Window Ops" +#~ msgstr "Действия над окнами" + +#~ msgid "Refresh Screen" +#~ msgstr "Обновить экран (Refresh)" + +#~ msgid "Recapture Screen" +#~ msgstr "Обновить экран (Recapture)" + +#~ msgid "Exit Fvwm" +#~ msgstr "Выход из FVWM" + +#~ msgid "Reset X defaults" +#~ msgstr "Сбросить настройки Xorg" + +#~ msgid "Sloppy Focus" +#~ msgstr "Не терять фокус" + +#~ msgid "Click To Focus" +#~ msgstr "Фокус по клику" + +#~ msgid "Focus Follows Mouse" +#~ msgstr "Фокус следует за мышью" + +#~ msgid "Colormap Follows Mouse" +#~ msgstr "Colormap следует за мышью" + +#~ msgid "Colormap Follows Focus" +#~ msgstr "Colormap следует за фокусом" + +#~ msgid "Full Paging ON" +#~ msgstr "Вкл. постраничную навигацию" + +#~ msgid "All Paging OFF" +#~ msgstr "Выкл. постраничную навигацию" + +#~ msgid "Horizontal Paging Only" +#~ msgstr "Горизонтальный переход" + +#~ msgid "Vertical Paging Only" +#~ msgstr "Вертикальный переход" + +#~ msgid "Partial Paging" +#~ msgstr "Только наполовину" + +#~ msgid "Full Paging && Edge Wrap" +#~ msgstr "Развернуть и оставить рамку" + +#~ msgid "&Delete" +#~ msgstr "&Удалить" + +#~ msgid "Print" +#~ msgstr "Печат&ь" + +#~ msgid "Print Re&verse" +#~ msgstr "Обратная печа&ть" + +#~ msgid "Control Animation" +#~ msgstr "Анимация окна" + +#~ msgid "desks" +#~ msgstr "столы" + +#~ msgid "Stop Module Menu" +#~ msgstr "Выкл. модуль меню" + +#~ msgid "Stop Fvwm Modules" +#~ msgstr "Выкл. все модули" + +#~ msgid "Stop" +#~ msgstr "Стоп" + +#~ msgid "Really Quit Fvwm?" +#~ msgstr "На самом деле выйти?" + +#~ msgid "Yes, Really Quit" +#~ msgstr "Выходи уже давай" + +#~ msgid "Start" +#~ msgstr "Поехали" + +#~ msgid "Just an Xterm" +#~ msgstr "Обычный Xterm" + +#~ msgid "No, Don't Quit" +#~ msgstr "Ой, я передумал" + +#~ msgid "fvwm - Create Configuration" +#~ msgstr "Создание конфигурации" + +#~ msgid "Use this form to create your fvwm2rc configuration file." +#~ msgstr "Используйте это окно для создания новой конфигурации." + +#~ msgid "The file created is ~/.fvwm/.fvwm2rc or $FVWM_USERDIR/.fvwm2rc." +#~ msgstr "Будет создан файл ~/.fvwm/.fvwm2rc или $FVWM_USERDIR/.fvwm2rc." + +#~ msgid "After creation, the fvwm2rc file can then be changed with any" +#~ msgstr "После создания файл конфигурации может быть изменен простым" + +#~ msgid "editor to suit your own needs." +#~ msgstr "текстовым редактором." + +#~ msgid "Create a starting .fvwm2rc file" +#~ msgstr "Создать файл конфигурации" + +#~ msgid "These files are optional. Select the modules you want to customize." +#~ msgstr "Файлы не обязательны. Выберите модули, которые желаете настроить." + +#~ msgid "You can always copy them later." +#~ msgstr "Вы можете скопировать их позже." + +#~ msgid "Return - Dismiss" +#~ msgstr "Enter - Отменить" diff --git a/po/fvwm3.sv_SE.gmo b/po/fvwm3.sv_SE.gmo new file mode 100644 index 000000000..350c50637 Binary files /dev/null and b/po/fvwm3.sv_SE.gmo differ diff --git a/po/fvwm3.sv_SE.po b/po/fvwm3.sv_SE.po new file mode 100644 index 000000000..2d07d360a --- /dev/null +++ b/po/fvwm3.sv_SE.po @@ -0,0 +1,949 @@ +# Swedish translations for fvwm package +# Svenska översättningar för paket fvwm. +# Copyright (C) 2003 fvwm workers +# This file is distributed under the same license as the fvwm package. +# Johan Svedberg , 2003. +# +msgid "" +msgstr "" +"Project-Id-Version: fvwm\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-10-02 20:47-0600\n" +"PO-Revision-Date: 2003-10-19 15:01+0200\n" +"Last-Translator: Johan Svedberg \n" +"Language-Team: Swedish\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: fvwm/fvwm3.c:1293 +msgid "Builtin Menu" +msgstr "Inbyggd meny" + +#: fvwm/fvwm3.c:1300 +#, fuzzy +msgid "Load Default Config" +msgstr "Muskonfiguration:" + +#: fvwm/fvwm3.c:1305 +#, fuzzy +msgid "Restart" +msgstr "Starta om" + +#: fvwm/fvwm3.c:1310 ../default-config/FvwmScript-ConfirmQuit: line 25 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:85 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:89 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:94 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:235 +msgid "Quit" +msgstr "Avsluta" + +#: fvwm/expand.c:496 ../default-config/config: line 419 423 424 425 426 +msgid "Desk" +msgstr "Skrivbord" + +#: fvwm/windowlist.c:87 ../fvwm/windowlist.c:93 ../fvwm/windowlist.c:100 +msgid "\tGeometry" +msgstr "\tStorlek" + +#: fvwm/windowlist.c:98 +#, c-format +msgid "Desk: %d%s" +msgstr "Skrivbord: %d%s" + +#: fvwm/menus.c:1811 +msgid "More&..." +msgstr "Mer&..." + +#: default-config/config: line 315 +msgid "&Programs" +msgstr "" + +#: default-config/config: line 316 +msgid "XDG &Menu" +msgstr "" + +#: default-config/config: line 322 +msgid "&Wallpapers" +msgstr "" + +#: default-config/config: line 323 +msgid "M&an Pages" +msgstr "" + +#: default-config/config: line 324 +#, fuzzy +msgid "Cop&y Config" +msgstr "Kopiera konfigurationsfil(er)" + +#: default-config/config: line 326 +#, fuzzy +msgid "Re&fresh" +msgstr "R&ita om fönster" + +#: default-config/config: line 327 +#, fuzzy +msgid "&Restart" +msgstr "Starta om" + +#: default-config/config: line 328 +msgid "&Quit" +msgstr "" + +#: default-config/config: line 339 +msgid "Programs" +msgstr "" + +#: default-config/config: line 353 +msgid "Wallpapers" +msgstr "" + +#: default-config/config: line 354 +msgid "Floral" +msgstr "" + +#: default-config/config: line 355 +msgid "Circles" +msgstr "" + +#: default-config/config: line 356 +msgid "Space" +msgstr "" + +#: default-config/config: line 361 373 +#, fuzzy +msgid "Move" +msgstr "&Flytta" + +#: default-config/config: line 362 374 +#, fuzzy +msgid "Resize" +msgstr "&Ändra storlek" + +#: default-config/config: line 363 375 396 +#, fuzzy +msgid "(De)Iconify" +msgstr "(Av)&Minimera" + +#: default-config/config: line 364 376 397 +#, fuzzy +msgid "(Un)Maximize" +msgstr "(Av)Ma&ximera" + +#: default-config/config: line 365 377 398 +msgid "(Un)Shade" +msgstr "" + +#: default-config/config: line 366 +#, fuzzy +msgid "(Un)Stick" +msgstr "(Av)&Sätt fast" + +#: default-config/config: line 368 382 403 bin/fvwm-menu-desktop-config.fpl:293 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:64 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:132 +#, fuzzy +msgid "Close" +msgstr "St&äng" + +#: default-config/config: line 369 +#, fuzzy +msgid "More" +msgstr "Mer&..." + +#: default-config/config: line 372 +msgid "Window Ops" +msgstr "Fönsterinställningar" + +#: default-config/config: line 378 399 +#, fuzzy +msgid "(Un)Sticky" +msgstr "(Av)&Sätt fast" + +#: default-config/config: line 379 +msgid "(No)Title Bar" +msgstr "" + +#: default-config/config: line 380 401 +msgid "Send To" +msgstr "" + +#: default-config/config: line 383 404 +msgid "Destroy" +msgstr "Förstör" + +#: default-config/config: line 385 406 +#, fuzzy +msgid "Raise" +msgstr "&Höj" + +#: default-config/config: line 386 407 +#, fuzzy +msgid "Lower" +msgstr "&Sänk" + +#: default-config/config: line 388 409 +msgid "Stays On Top" +msgstr "" + +#: default-config/config: line 389 410 +msgid "Stays Put" +msgstr "" + +#: default-config/config: line 390 411 +msgid "Stays On Bottom" +msgstr "" + +#: default-config/config: line 392 413 +msgid "Identify" +msgstr "" + +#: default-config/config: line 400 +msgid "(No)TitleBar" +msgstr "" + +#: default-config/config: line 417 +msgid "Current" +msgstr "" + +#: default-config/config: line 418 430 431 432 433 +msgid "Page" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 55 58 +#, fuzzy +msgid "Fvwm XDGMenu Config" +msgstr "Fvwm-konfigurationsinställningar" + +#: bin/fvwm-menu-desktop-config.fpl: line 62 +msgid "Available Menus" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 70 +msgid "Menus in" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 98 +msgid "No menus found! Check why from within a terminal with" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 109 +msgid "Options" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 110 291 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:69 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:137 +msgid "Help" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 115 +msgid "Include in Menu? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 117 +msgid "Config " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 118 +msgid "Regenerate " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 119 +msgid "Both " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 120 +msgid "None " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 123 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:27 +msgid "Use Icons? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 125 136 +msgid "Yes " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 126 137 +msgid "No " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 128 139 147 155 +msgid " " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 129 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:38 +msgid "Icon size: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 131 +msgid " (Default is 24)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 134 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:99 +msgid "Use Titles? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 140 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:57 +msgid "Used Icon theme: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 144 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:71 +msgid "Directory Icon: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 148 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:85 +msgid "Application Icon: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 152 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:104 +msgid "Top Menu Name: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 156 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:109 +msgid "Insert Menu Into: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 160 +msgid "Terminal command: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 162 +msgid " (Used to run Terminal entries)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 165 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:46 +msgid "Icon directory: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 167 +msgid " (Directory for converted icons)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 170 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:122 +msgid "Output path: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 172 +msgid " (Full path to store output)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 180 +#, fuzzy +msgid "Export Menu" +msgstr "Rotmeny" + +#: bin/fvwm-menu-desktop-config.fpl: line 211 +msgid "Save and Regenerate" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 251 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:67 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:62 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:66 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:170 +msgid "Save" +msgstr "Spara" + +#: bin/fvwm-menu-desktop-config.fpl: line 289 +msgid "Reset" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:134 +msgid "XDGMenu Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 +msgid "XDGMenu.Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 +msgid "" +"All the XDG menus found on the system are listed under Available Menus. Use" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 +msgid "" +"this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 +msgid "" +"and select which menus are generated. Select the options you want and then" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 +msgid "generate then generate the menu by selecting the following:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 +#, fuzzy +msgid "Export Menu:" +msgstr "Rotmeny" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 +msgid "" +" Generates a menu by calling fvwm-menu-desktop with the selected options" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 +msgid "" +" and saves the output to Output Path. After the menu file is created it" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 +msgid "" +" is read by fvwm. This option does not save any changes made to settings." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 +msgid "Save and Regenerate:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 +msgid "" +" This saves the settings then runs fvwm-menu-desktop with no options " +"using" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 +msgid "" +" the defaults saved in the config file. This does not export the menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 +msgid "" +"Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 +msgid "" +"Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" +"menus/" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 +msgid "" +"following the XDG menu specification are only shown in $HOME/.config/menus/." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 +msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 +msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 66 +msgid "Options Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 68 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:136 +msgid "manpage" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 10 +msgid "XDGMenu Options Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 +msgid "General Options" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 +msgid "Include in Menu: " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 +msgid "" +"Set if XDGMenu will include menu items to Configure and/or Regenerate the " +"menu" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 30 33 41 49 52 60 63 66 74 +#: 77 80 88 91 94 117 +msgid " " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 +msgid "at the bottom of the top level menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 +msgid "" +"Option enables mini-icons in the menu(s). Warning! If ImageMagick is " +"installed" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 +msgid "" +"the script may generate all the icons and pause your system until the job is" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 +msgid "" +"done. After the icons are generated, it will not take as long to regenerate." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 +msgid "" +"If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " +"is" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 +msgid "desired enter the wanted size in this field." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 +msgid "" +"If the specified icon isn't that size it is converted if ImageMagick is " +"installed." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 +msgid "" +"Generated icons are saved in $HOME/.fvwm/icons or the directory specified " +"here." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 +msgid "Otherwise no icon appears in the menu for that entry." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 +msgid "Sets the used icon theme. Default is 'gnome' but all others found in" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 +msgid "" +"/usr/share/icons can used except the hicolor theme because it's the default" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 +msgid "" +"fallback theme if no icon is found. Note that the theme name must be written" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 +msgid "exactly as the icon directory e.g." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 +msgid "" +"If 'Use Icons' is enabled and for a directory in a menu no icon is found" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 89 +msgid "as default icon is used. But if the gnome icon theme isn't" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 92 +msgid "installed no default icon appears. Another icon can defined here." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 95 +msgid "Only the name of an icon is needed not the path!" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 +msgid "If 'Use Icons' is enabled and for an application no icon is found" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 +msgid "" +"If this option is set menus are generated with titles. Default is use titles." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 +msgid "Sets the name of the name of the top level menu. Default is XDGMenu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 +msgid "Inserts the menu items into the given Menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 +msgid "Terminal Command: " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 +msgid "" +"Enter terminal emulator command used to launch terminal applications. The " +"command" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 +msgid "must end with an execute option (-e). Default xterm -e." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 +msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 11 +msgid "Do you really want to quit Fvwm?" +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 41 +#: default-config/FvwmScript-ConfirmCopyConfig:127 +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser:58 +msgid "Cancel" +msgstr "Avbryt" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 2 +msgid "ConfirmCopyConfig" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 21 +#, fuzzy +msgid "Fvwm Default Configuration" +msgstr "Muskonfiguration:" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 36 +msgid "This script copies the default configuration into your home directory:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 64 +msgid "A backup of your current configuration will be located at:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 92 +msgid "Click Confirm to continue and restart Fvwm." +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 107 +msgid "Confirm" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 +msgid "Bell Setup" +msgstr "Ringklockinställningar" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:43 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:47 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:132 +msgid "Apply" +msgstr "Verkställ" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 +msgid "Beep" +msgstr "Tuta" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 +msgid "Volume:" +msgstr "Volym:" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 +msgid "Pitch(Hz):" +msgstr "Tonhöjd(Hz):" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 +msgid "Duration(ms):" +msgstr "Varaktighet(ms):" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 +msgid "Bell" +msgstr "Ringklocka" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 +msgid "Keyboard Setup" +msgstr "Tangentbordsinställningar" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 +msgid "Click Volume (%)" +msgstr "Klickvolym (%)" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 +msgid "AutoRepeat On" +msgstr "Autorepetition på" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 +msgid "Start Delay: " +msgstr "Startfördröjning: " + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 +msgid "Repeat Delay:" +msgstr "Repetitionsfördröjning:" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 +msgid "Keyboard" +msgstr "Tangentbord" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 +msgid "Pointer Setup" +msgstr "Pekdonsinställningar" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 +msgid "Right-handed user|Left-handed user" +msgstr "Högerhänt användare|Vänsterhänt användare" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 +msgid "Mouse configuration:" +msgstr "Muskonfiguration:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 +msgid "Acceleration:" +msgstr "Acceleration:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 +msgid "Threshold (pixels):" +msgstr "Nedre gräns (bildpunkter):" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 +msgid "Pointer" +msgstr "Pekare" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 +msgid "Screen Setup" +msgstr "Skärminställningar" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 +msgid "Background" +msgstr "Bakgrund" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 +msgid "Uniform color:" +msgstr "Genomgående färg:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 +msgid "Pixmap:" +msgstr "Punktgrafikbild:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 +msgid "Browser..." +msgstr "Bläddrare..." + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 +msgid "Disable xinit background" +msgstr "Inaktivera xinit-bakgrund" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 +msgid "Screen-saver" +msgstr "Skärmsläckare" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 +msgid "Blank" +msgstr "Tom" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 +msgid "Timeout(s):" +msgstr "Timeout(er):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 +msgid "Pattern" +msgstr "Mönster" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 +msgid "Cycle(s):" +msgstr "Cykel(s)" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 +msgid "DPMS" +msgstr "DPMS" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 768 +msgid "Enable" +msgstr "Aktivera" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 +msgid "Disable" +msgstr "Inaktivera" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 +msgid "Standby(s):" +msgstr "Standby(s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 +msgid "Suspend(s):" +msgstr "Suspendering(s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 +msgid "Off(s):" +msgstr "Avstängning(s):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 +msgid "xscreensaver" +msgstr "xscreensaver" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 +msgid "Config and Demo" +msgstr "Konfiguration och demonstration" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 +msgid "File Browser" +msgstr "Filhanterare" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 +msgid "OK" +msgstr "Ok" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 +msgid "Path:" +msgstr "Sökväg:" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 +msgid " Show hidden files" +msgstr " Visa dolda filer" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 +msgid "Selected file:" +msgstr "Vald fil:" + +#~ msgid "Issue fvwm commands" +#~ msgstr "Utför fvwm-kommandon" + +#~ msgid "Restart fvwm" +#~ msgstr "Starta om fvwm" + +#~ msgid "Exit fvwm" +#~ msgstr "Avsluta fvwm" + +#~ msgid "Setup Form" +#~ msgstr "Inställningsformulär" + +#~ msgid "Setup 95 Script" +#~ msgstr "Ställ in 95 skript" + +#~ msgid "Remote Logins" +#~ msgstr "Fjärrinloggningar" + +#~ msgid "Utilities" +#~ msgstr "Verktyg" + +#~ msgid "Fvwm Modules" +#~ msgstr "Fvwm-moduler" + +#~ msgid "Fvwm Window Ops" +#~ msgstr "Fvwm-fönsterinställningar" + +#~ msgid "Refresh Screen" +#~ msgstr "Rita om skärm" + +#~ msgid "Recapture Screen" +#~ msgstr "Uppdatera skärm" + +#~ msgid "Exit Fvwm" +#~ msgstr "Avsluta Fvwm" + +#~ msgid "Reset X defaults" +#~ msgstr "Nollställ X-standarder" + +#~ msgid "Sloppy Focus" +#~ msgstr "Slarvigt fokus" + +#~ msgid "Click To Focus" +#~ msgstr "Klicka för att fokusera" + +#~ msgid "Focus Follows Mouse" +#~ msgstr "Fokus följer mus" + +#~ msgid "Colormap Follows Mouse" +#~ msgstr "Färgkarta följer mus" + +#~ msgid "Colormap Follows Focus" +#~ msgstr "Färgkarta följer fokus" + +#~ msgid "Full Paging ON" +#~ msgstr "Full sidfunktionalitet PÅ" + +#~ msgid "All Paging OFF" +#~ msgstr "All sidfunktionalitet AV" + +#~ msgid "Horizontal Paging Only" +#~ msgstr "Endast horisontal sidfunktionalitet" + +#~ msgid "Vertical Paging Only" +#~ msgstr "Endast vertikal sidfunktionalitet" + +#~ msgid "Partial Paging" +#~ msgstr "Delvis sidfunktionalitet" + +#~ msgid "Full Paging && Edge Wrap" +#~ msgstr "Full sidfunktionalitet && Kantbrytning" + +#~ msgid "&Delete" +#~ msgstr "&Ta bort" + +#~ msgid "Print" +#~ msgstr "Skriv ut" + +#~ msgid "Print Re&verse" +#~ msgstr "Skriv ut omvänd" + +#~ msgid "Control Animation" +#~ msgstr "Kontrollera animation" + +#~ msgid "desks" +#~ msgstr "skrivbord" + +#~ msgid "Stop Module Menu" +#~ msgstr "Stanna modulmeny" + +#~ msgid "Stop Fvwm Modules" +#~ msgstr "Stanna Fvwm-moduler" + +#~ msgid "Stop" +#~ msgstr "Stanna" + +#~ msgid "Really Quit Fvwm?" +#~ msgstr "Avsluta Fvwm?" + +#~ msgid "Yes, Really Quit" +#~ msgstr "Ja, avsluta" + +#~ msgid "Start" +#~ msgstr "Starta" + +#~ msgid "Just an Xterm" +#~ msgstr "Bara en Xterm" + +#~ msgid "No, Don't Quit" +#~ msgstr "Nej, avsluta inte" + +#~ msgid "fvwm - Create Configuration" +#~ msgstr "fvwm - Skapa konfiguration" + +#~ msgid "Use this form to create your fvwm2rc configuration file." +#~ msgstr "" +#~ "Använd det här formuläret för att skapa din fvwm2rc-konfigurationsfil" + +#~ msgid "The file created is ~/.fvwm/.fvwm2rc or $FVWM_USERDIR/.fvwm2rc." +#~ msgstr "" +#~ "Den skapade filen är ~/.fvwm/.fvwm2rc eller $FVWM_USERDIR/.fvwm2rc." + +#~ msgid "After creation, the fvwm2rc file can then be changed with any" +#~ msgstr "Efter skapande så kan fvwm2rc-filen modifieras med vilken" + +#~ msgid "editor to suit your own needs." +#~ msgstr "redigerare som helst för att passa dina egna behov." + +#~ msgid "Create a starting .fvwm2rc file" +#~ msgstr "Skapa en startande .fvwm2rc-fil" + +#~ msgid "These files are optional. Select the modules you want to customize." +#~ msgstr "" +#~ "De här filerna är valfria. Välj modulerna som du vill ställa in." + +#~ msgid "You can always copy them later." +#~ msgstr "Du kan alltid kopiera dem senare." + +#~ msgid "Return - Dismiss" +#~ msgstr "Återvänd - Avsluta" diff --git a/po/fvwm3.zh_CN.gmo b/po/fvwm3.zh_CN.gmo new file mode 100644 index 000000000..f98dc4c92 Binary files /dev/null and b/po/fvwm3.zh_CN.gmo differ diff --git a/po/fvwm3.zh_CN.po b/po/fvwm3.zh_CN.po new file mode 100644 index 000000000..4e1173fdf --- /dev/null +++ b/po/fvwm3.zh_CN.po @@ -0,0 +1,925 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR fvwm workers +# This file is distributed under the same license as the PACKAGE package. +# Funda Wang , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: fvwm\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-10-02 20:47-0600\n" +"PO-Revision-Date: 2004-05-22 16:12+0800\n" +"Last-Translator: Funda Wang \n" +"Language-Team: zh_CN \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: fvwm/fvwm3.c:1293 +msgid "Builtin Menu" +msgstr "内建菜单" + +#: fvwm/fvwm3.c:1300 +#, fuzzy +msgid "Load Default Config" +msgstr "鼠标配置:" + +#: fvwm/fvwm3.c:1305 +#, fuzzy +msgid "Restart" +msgstr "重新启动" + +#: fvwm/fvwm3.c:1310 ../default-config/FvwmScript-ConfirmQuit: line 25 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:85 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:89 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:94 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:235 +msgid "Quit" +msgstr "退出" + +#: fvwm/expand.c:496 ../default-config/config: line 419 423 424 425 426 +msgid "Desk" +msgstr "桌面" + +#: fvwm/windowlist.c:87 ../fvwm/windowlist.c:93 ../fvwm/windowlist.c:100 +msgid "\tGeometry" +msgstr "\t几何" + +#: fvwm/windowlist.c:98 +#, c-format +msgid "Desk: %d%s" +msgstr "桌面:%d%s" + +#: fvwm/menus.c:1811 +msgid "More&..." +msgstr "" + +#: default-config/config: line 315 +msgid "&Programs" +msgstr "" + +#: default-config/config: line 316 +msgid "XDG &Menu" +msgstr "" + +#: default-config/config: line 322 +msgid "&Wallpapers" +msgstr "" + +#: default-config/config: line 323 +msgid "M&an Pages" +msgstr "" + +#: default-config/config: line 324 +#, fuzzy +msgid "Cop&y Config" +msgstr "复制配置文件" + +#: default-config/config: line 326 +#, fuzzy +msgid "Re&fresh" +msgstr "刷新窗口(&F)" + +#: default-config/config: line 327 +#, fuzzy +msgid "&Restart" +msgstr "重新启动" + +#: default-config/config: line 328 +msgid "&Quit" +msgstr "" + +#: default-config/config: line 339 +msgid "Programs" +msgstr "" + +#: default-config/config: line 353 +msgid "Wallpapers" +msgstr "" + +#: default-config/config: line 354 +msgid "Floral" +msgstr "" + +#: default-config/config: line 355 +msgid "Circles" +msgstr "" + +#: default-config/config: line 356 +msgid "Space" +msgstr "" + +#: default-config/config: line 361 373 +#, fuzzy +msgid "Move" +msgstr "移动(&M)" + +#: default-config/config: line 362 374 +#, fuzzy +msgid "Resize" +msgstr "大小(&R)" + +#: default-config/config: line 363 375 396 +#, fuzzy +msgid "(De)Iconify" +msgstr "最小化(&I)" + +#: default-config/config: line 364 376 397 +#, fuzzy +msgid "(Un)Maximize" +msgstr "最大化(&X)" + +#: default-config/config: line 365 377 398 +msgid "(Un)Shade" +msgstr "" + +#: default-config/config: line 366 +#, fuzzy +msgid "(Un)Stick" +msgstr "置顶(&S)" + +#: default-config/config: line 368 382 403 bin/fvwm-menu-desktop-config.fpl:293 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:64 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:132 +#, fuzzy +msgid "Close" +msgstr "关闭(&C)" + +#: default-config/config: line 369 +msgid "More" +msgstr "" + +#: default-config/config: line 372 +msgid "Window Ops" +msgstr "窗口操作" + +#: default-config/config: line 378 399 +#, fuzzy +msgid "(Un)Sticky" +msgstr "置顶(&S)" + +#: default-config/config: line 379 +msgid "(No)Title Bar" +msgstr "" + +#: default-config/config: line 380 401 +msgid "Send To" +msgstr "" + +#: default-config/config: line 383 404 +msgid "Destroy" +msgstr "摧毁" + +#: default-config/config: line 385 406 +#, fuzzy +msgid "Raise" +msgstr "升起(&A)" + +#: default-config/config: line 386 407 +#, fuzzy +msgid "Lower" +msgstr "降低(&L)" + +#: default-config/config: line 388 409 +msgid "Stays On Top" +msgstr "" + +#: default-config/config: line 389 410 +msgid "Stays Put" +msgstr "" + +#: default-config/config: line 390 411 +msgid "Stays On Bottom" +msgstr "" + +#: default-config/config: line 392 413 +msgid "Identify" +msgstr "" + +#: default-config/config: line 400 +msgid "(No)TitleBar" +msgstr "" + +#: default-config/config: line 417 +msgid "Current" +msgstr "" + +#: default-config/config: line 418 430 431 432 433 +msgid "Page" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 55 58 +#, fuzzy +msgid "Fvwm XDGMenu Config" +msgstr "Fvwm 配置操作" + +#: bin/fvwm-menu-desktop-config.fpl: line 62 +msgid "Available Menus" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 70 +msgid "Menus in" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 98 +msgid "No menus found! Check why from within a terminal with" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 109 +msgid "Options" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 110 291 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:69 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:137 +msgid "Help" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 115 +msgid "Include in Menu? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 117 +msgid "Config " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 118 +msgid "Regenerate " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 119 +msgid "Both " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 120 +msgid "None " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 123 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:27 +msgid "Use Icons? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 125 136 +msgid "Yes " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 126 137 +msgid "No " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 128 139 147 155 +msgid " " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 129 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:38 +msgid "Icon size: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 131 +msgid " (Default is 24)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 134 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:99 +msgid "Use Titles? " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 140 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:57 +msgid "Used Icon theme: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 144 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:71 +msgid "Directory Icon: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 148 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:85 +msgid "Application Icon: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 152 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:104 +msgid "Top Menu Name: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 156 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:109 +msgid "Insert Menu Into: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 160 +msgid "Terminal command: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 162 +msgid " (Used to run Terminal entries)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 165 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:46 +msgid "Icon directory: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 167 +msgid " (Directory for converted icons)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 170 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:122 +msgid "Output path: " +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 172 +msgid " (Full path to store output)" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 180 +#, fuzzy +msgid "Export Menu" +msgstr "根菜单" + +#: bin/fvwm-menu-desktop-config.fpl: line 211 +msgid "Save and Regenerate" +msgstr "" + +#: bin/fvwm-menu-desktop-config.fpl: line 251 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:67 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:62 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:66 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:170 +msgid "Save" +msgstr "保存" + +#: bin/fvwm-menu-desktop-config.fpl: line 289 +msgid "Reset" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:134 +msgid "XDGMenu Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 +msgid "XDGMenu.Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 +msgid "" +"All the XDG menus found on the system are listed under Available Menus. Use" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 +msgid "" +"this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 +msgid "" +"and select which menus are generated. Select the options you want and then" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 +msgid "generate then generate the menu by selecting the following:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 +#, fuzzy +msgid "Export Menu:" +msgstr "根菜单" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 +msgid "" +" Generates a menu by calling fvwm-menu-desktop with the selected options" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 +msgid "" +" and saves the output to Output Path. After the menu file is created it" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 +msgid "" +" is read by fvwm. This option does not save any changes made to settings." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 +msgid "Save and Regenerate:" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 +msgid "" +" This saves the settings then runs fvwm-menu-desktop with no options " +"using" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 +msgid "" +" the defaults saved in the config file. This does not export the menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 +msgid "" +"Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 +msgid "" +"Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" +"menus/" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 +msgid "" +"following the XDG menu specification are only shown in $HOME/.config/menus/." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 +msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 +msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 66 +msgid "Options Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 68 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:136 +msgid "manpage" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 10 +msgid "XDGMenu Options Help" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 +msgid "General Options" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 +msgid "Include in Menu: " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 +msgid "" +"Set if XDGMenu will include menu items to Configure and/or Regenerate the " +"menu" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 30 33 41 49 52 60 63 66 74 +#: 77 80 88 91 94 117 +msgid " " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 +msgid "at the bottom of the top level menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 +msgid "" +"Option enables mini-icons in the menu(s). Warning! If ImageMagick is " +"installed" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 +msgid "" +"the script may generate all the icons and pause your system until the job is" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 +msgid "" +"done. After the icons are generated, it will not take as long to regenerate." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 +msgid "" +"If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " +"is" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 +msgid "desired enter the wanted size in this field." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 +msgid "" +"If the specified icon isn't that size it is converted if ImageMagick is " +"installed." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 +msgid "" +"Generated icons are saved in $HOME/.fvwm/icons or the directory specified " +"here." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 +msgid "Otherwise no icon appears in the menu for that entry." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 +msgid "Sets the used icon theme. Default is 'gnome' but all others found in" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 +msgid "" +"/usr/share/icons can used except the hicolor theme because it's the default" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 +msgid "" +"fallback theme if no icon is found. Note that the theme name must be written" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 +msgid "exactly as the icon directory e.g." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 +msgid "" +"If 'Use Icons' is enabled and for a directory in a menu no icon is found" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 89 +msgid "as default icon is used. But if the gnome icon theme isn't" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 92 +msgid "installed no default icon appears. Another icon can defined here." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 95 +msgid "Only the name of an icon is needed not the path!" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 +msgid "If 'Use Icons' is enabled and for an application no icon is found" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 +msgid "" +"If this option is set menus are generated with titles. Default is use titles." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 +msgid "Sets the name of the name of the top level menu. Default is XDGMenu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 +msgid "Inserts the menu items into the given Menu." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 +msgid "Terminal Command: " +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 +msgid "" +"Enter terminal emulator command used to launch terminal applications. The " +"command" +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 +msgid "must end with an execute option (-e). Default xterm -e." +msgstr "" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 +msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 11 +msgid "Do you really want to quit Fvwm?" +msgstr "" + +#: default-config/FvwmScript-ConfirmQuit: line 41 +#: default-config/FvwmScript-ConfirmCopyConfig:127 +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser:58 +msgid "Cancel" +msgstr "取消" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 2 +msgid "ConfirmCopyConfig" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 21 +#, fuzzy +msgid "Fvwm Default Configuration" +msgstr "鼠标配置:" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 36 +msgid "This script copies the default configuration into your home directory:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 64 +msgid "A backup of your current configuration will be located at:" +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 92 +msgid "Click Confirm to continue and restart Fvwm." +msgstr "" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 107 +msgid "Confirm" +msgstr "" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 +msgid "Bell Setup" +msgstr "响铃设置" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:43 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:47 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:132 +msgid "Apply" +msgstr "应用" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 +msgid "Beep" +msgstr "响铃" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 +msgid "Volume:" +msgstr "音量:" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 +msgid "Pitch(Hz):" +msgstr "频率(Hz):" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 +msgid "Duration(ms):" +msgstr "持续时间(毫秒):" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 +msgid "Bell" +msgstr "相应" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 +msgid "Keyboard Setup" +msgstr "键盘设置" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 +msgid "Click Volume (%)" +msgstr "点击音量(%)" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 +msgid "AutoRepeat On" +msgstr "自动重复开" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 +msgid "Start Delay: " +msgstr "启动延迟:" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 +msgid "Repeat Delay:" +msgstr "重复延迟:" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 +msgid "Keyboard" +msgstr "键盘" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 +msgid "Pointer Setup" +msgstr "指点设备设置" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 +msgid "Right-handed user|Left-handed user" +msgstr "右手用户|左手用户" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 +msgid "Mouse configuration:" +msgstr "鼠标配置:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 +msgid "Acceleration:" +msgstr "加速:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 +msgid "Threshold (pixels):" +msgstr "阀值(像素):" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 +msgid "Pointer" +msgstr "指针" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 +msgid "Screen Setup" +msgstr "屏幕设置" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 +msgid "Background" +msgstr "背景" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 +msgid "Uniform color:" +msgstr "单一颜色:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 +msgid "Pixmap:" +msgstr "像素图:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 +msgid "Browser..." +msgstr "浏览器..." + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 +msgid "Disable xinit background" +msgstr "禁用 xinit 背景" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 +msgid "Screen-saver" +msgstr "屏幕保护程序" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 +msgid "Blank" +msgstr "空" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 +msgid "Timeout(s):" +msgstr "计时(秒):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 +msgid "Pattern" +msgstr "图案" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 +msgid "Cycle(s):" +msgstr "循环(秒):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 +msgid "DPMS" +msgstr "DPMS" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 768 +msgid "Enable" +msgstr "启用" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 +msgid "Disable" +msgstr "禁用" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 +msgid "Standby(s):" +msgstr "待机(秒):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 +msgid "Suspend(s):" +msgstr "休眠(秒):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 +msgid "Off(s):" +msgstr "关机(秒):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 +msgid "xscreensaver" +msgstr "xscreensaver" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 +msgid "Config and Demo" +msgstr "配置并演示" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 +msgid "File Browser" +msgstr "文件浏览器" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 +msgid "OK" +msgstr "确定" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 +msgid "Path:" +msgstr "路径:" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 +msgid " Show hidden files" +msgstr " 显示隐藏文件" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 +msgid "Selected file:" +msgstr "选中的文件:" + +#~ msgid "Issue fvwm commands" +#~ msgstr "执行 fvwm 命令" + +#~ msgid "Restart fvwm" +#~ msgstr "重新启动 fvwm" + +#~ msgid "Exit fvwm" +#~ msgstr "退出 fvwm" + +#~ msgid "Setup Form" +#~ msgstr "设置表单" + +#~ msgid "Setup 95 Script" +#~ msgstr "设置 95 脚本" + +#~ msgid "Remote Logins" +#~ msgstr "远程登录" + +#~ msgid "Utilities" +#~ msgstr "实用工具" + +#~ msgid "Fvwm Modules" +#~ msgstr "Fvwm 模块" + +#~ msgid "Fvwm Window Ops" +#~ msgstr "Fvwm 窗口操作" + +#~ msgid "Refresh Screen" +#~ msgstr "刷新屏幕" + +#~ msgid "Recapture Screen" +#~ msgstr "重新抓取屏幕" + +#~ msgid "Exit Fvwm" +#~ msgstr "退出 Fvwm" + +#~ msgid "Reset X defaults" +#~ msgstr "重置 X 默认值" + +#~ msgid "Sloppy Focus" +#~ msgstr "粘性置焦" + +#~ msgid "Click To Focus" +#~ msgstr "单击置焦" + +#~ msgid "Focus Follows Mouse" +#~ msgstr "焦点跟随鼠标" + +#~ msgid "Colormap Follows Mouse" +#~ msgstr "颜色图跟随鼠标" + +#~ msgid "Colormap Follows Focus" +#~ msgstr "颜色图跟随焦点" + +#~ msgid "&Delete" +#~ msgstr "删除(&D)" + +#~ msgid "Print" +#~ msgstr "打印" + +#~ msgid "Print Re&verse" +#~ msgstr "翻转打印(&V)" + +#~ msgid "Control Animation" +#~ msgstr "控制动画" + +#~ msgid "desks" +#~ msgstr "桌面" + +#~ msgid "Stop Module Menu" +#~ msgstr "停止模块菜单" + +#~ msgid "Stop Fvwm Modules" +#~ msgstr "停止 Fvwm 模块" + +#~ msgid "Stop" +#~ msgstr "停止" + +#~ msgid "Really Quit Fvwm?" +#~ msgstr "真的要退出 Fvwm 吗?" + +#~ msgid "Yes, Really Quit" +#~ msgstr "是的,真的退出" + +#~ msgid "Start" +#~ msgstr "开始" + +#~ msgid "Just an Xterm" +#~ msgstr "只是 Xterm" + +#~ msgid "No, Don't Quit" +#~ msgstr "不,不要退出" + +#~ msgid "fvwm - Create Configuration" +#~ msgstr "fvwm - 创建配置" + +#~ msgid "Use this form to create your fvwm2rc configuration file." +#~ msgstr "使用此表单创建您自己的 fvwm2rc 配置文件。" + +#~ msgid "The file created is ~/.fvwm/.fvwm2rc or $FVWM_USERDIR/.fvwm2rc." +#~ msgstr "创建的文件是 ~/.fvwm/.fvwm2rc 或 $FVWM_USERDIR/.fvwm2rc。" + +#~ msgid "After creation, the fvwm2rc file can then be changed with any" +#~ msgstr "创建之后,fvwm2rc 文件就可以用您喜欢的任何" + +#~ msgid "editor to suit your own needs." +#~ msgstr "文本编辑器进行更改。" + +#~ msgid "Create a starting .fvwm2rc file" +#~ msgstr "创建初始的 .fvwm2rc 文件" + +#~ msgid "These files are optional. Select the modules you want to customize." +#~ msgstr "这些文件是可选的。请选择您想要自定义的模块。" + +#~ msgid "You can always copy them later." +#~ msgstr "您当然可以稍后再复制。" + +#~ msgid "Return - Dismiss" +#~ msgstr "返回 - 丢弃" diff --git a/po/fvwm3.zh_TW.gmo b/po/fvwm3.zh_TW.gmo new file mode 100644 index 000000000..8c6f5a947 Binary files /dev/null and b/po/fvwm3.zh_TW.gmo differ diff --git a/po/fvwm.zh_TW.po b/po/fvwm3.zh_TW.po similarity index 58% rename from po/fvwm.zh_TW.po rename to po/fvwm3.zh_TW.po index 4a94b107a..f2f9f6cf2 100644 --- a/po/fvwm.zh_TW.po +++ b/po/fvwm3.zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: fvwm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-29 23:39-0600\n" +"POT-Creation-Date: 2024-10-02 20:47-0600\n" "PO-Revision-Date: 2023-11-08 22:21+0800\n" "Last-Translator: Thomas Funk \n" "Language-Team: User\n" @@ -19,605 +19,792 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 3.4.1\n" -#: ../fvwm/fvwm3.c:1352 +#: fvwm/fvwm3.c:1293 msgid "Builtin Menu" msgstr "內部選單" -#: ../fvwm/fvwm3.c:1359 -msgid "Issue fvwm commands" -msgstr "發送 fvwm 命令" +#: fvwm/fvwm3.c:1300 +#, fuzzy +msgid "Load Default Config" +msgstr "Fvwm 預設配置" -#: ../fvwm/fvwm3.c:1364 -msgid "Desktop Menu" -msgstr "桌面選單" - -#: ../fvwm/fvwm3.c:1369 -msgid "Restart fvwm" -msgstr "重新啟動 fvwm" +#: fvwm/fvwm3.c:1305 +#, fuzzy +msgid "Restart" +msgstr "重新啟動(&R)" -#: ../fvwm/fvwm3.c:1374 -msgid "Exit fvwm" -msgstr "離開 fvwm" +#: fvwm/fvwm3.c:1310 ../default-config/FvwmScript-ConfirmQuit: line 25 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:85 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:89 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:94 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:235 +msgid "Quit" +msgstr "結束" -#. ./default-config/config: line 406 -#. ./default-config/config: line 410 -#. ./default-config/config: line 411 -#. ./default-config/config: line 412 -#. ./default-config/config: line 413 -#: ../fvwm/expand.c:492 +#: fvwm/expand.c:496 ../default-config/config: line 419 423 424 425 426 msgid "Desk" msgstr "桌面" -#: ../fvwm/windowlist.c:96 ../fvwm/windowlist.c:102 ../fvwm/windowlist.c:109 +#: fvwm/windowlist.c:87 ../fvwm/windowlist.c:93 ../fvwm/windowlist.c:100 msgid "\tGeometry" msgstr "\t幾何" -#: ../fvwm/windowlist.c:107 +#: fvwm/windowlist.c:98 #, c-format msgid "Desk: %d%s" msgstr "桌面: %d%s" -#: ../fvwm/menus.c:1798 +#: fvwm/menus.c:1811 msgid "More&..." msgstr "更多(&.)..." -#. ./default-config/config: line 303 +#: default-config/config: line 315 msgid "&Programs" msgstr "程式(&P)" -#. ./default-config/config: line 304 +#: default-config/config: line 316 msgid "XDG &Menu" msgstr "XDG 選單(&M)" -#. ./default-config/config: line 309 +#: default-config/config: line 322 msgid "&Wallpapers" msgstr "桌布(&W)" -#. ./default-config/config: line 310 +#: default-config/config: line 323 msgid "M&an Pages" msgstr "手冊(&A)" -#. ./default-config/config: line 313 +#: default-config/config: line 324 +#, fuzzy +msgid "Cop&y Config" +msgstr "Konfigurationsdateien kopieren" + +#: default-config/config: line 326 msgid "Re&fresh" msgstr "重新整理(&F)" -#. ./default-config/config: line 314 +#: default-config/config: line 327 msgid "&Restart" msgstr "重新啟動(&R)" -#. ./default-config/config: line 315 +#: default-config/config: line 328 msgid "&Quit" msgstr "退出(&Q)" -#. ./default-config/config: line 326 +#: default-config/config: line 339 msgid "Programs" msgstr "程式" -#. ./default-config/config: line 340 +#: default-config/config: line 353 msgid "Wallpapers" msgstr "桌布" -#. ./default-config/config: line 341 +#: default-config/config: line 354 msgid "Floral" msgstr "印花" -#. ./default-config/config: line 342 +#: default-config/config: line 355 msgid "Circles" msgstr "圓圈" -#. ./default-config/config: line 343 +#: default-config/config: line 356 msgid "Space" msgstr "空間" -#. ./default-config/config: line 348 -#. ./default-config/config: line 360 +#: default-config/config: line 361 373 msgid "Move" msgstr "移動" -#. ./default-config/config: line 349 -#. ./default-config/config: line 361 +#: default-config/config: line 362 374 msgid "Resize" msgstr "調整尺寸" -#. ./default-config/config: line 350 -#. ./default-config/config: line 362 -#. ./default-config/config: line 383 +#: default-config/config: line 363 375 396 msgid "(De)Iconify" msgstr "(去除)圖示化" -#. ./default-config/config: line 351 -#. ./default-config/config: line 363 -#. ./default-config/config: line 384 +#: default-config/config: line 364 376 397 msgid "(Un)Maximize" msgstr "(取消)最大化" -#. ./default-config/config: line 352 -#. ./default-config/config: line 364 -#. ./default-config/config: line 385 +#: default-config/config: line 365 377 398 msgid "(Un)Shade" msgstr "(取消)陰影" -#. ./default-config/config: line 353 +#: default-config/config: line 366 msgid "(Un)Stick" msgstr "(取消)固定" -#. ./default-config/config: line 355 -#. ./default-config/config: line 369 -#. ./default-config/config: line 390 -#. ./bin/fvwm-menu-desktop-config.fpl: line 293 -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 64 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 132 +#: default-config/config: line 368 382 403 bin/fvwm-menu-desktop-config.fpl:293 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:64 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:132 msgid "Close" msgstr "關閉" -#. ./default-config/config: line 356 +#: default-config/config: line 369 msgid "More" msgstr "更多" -#. ./default-config/config: line 359 +#: default-config/config: line 372 msgid "Window Ops" msgstr "視窗操作" -#. ./default-config/config: line 365 -#. ./default-config/config: line 386 +#: default-config/config: line 378 399 msgid "(Un)Sticky" msgstr "(取消)黏住" -#. ./default-config/config: line 366 +#: default-config/config: line 379 msgid "(No)Title Bar" msgstr "(無)標題欄" -#. ./default-config/config: line 367 -#. ./default-config/config: line 388 +#: default-config/config: line 380 401 msgid "Send To" msgstr "寄給" -#. ./default-config/config: line 370 -#. ./default-config/config: line 391 +#: default-config/config: line 383 404 msgid "Destroy" msgstr "破壞" -#. ./default-config/config: line 372 -#. ./default-config/config: line 393 +#: default-config/config: line 385 406 msgid "Raise" msgstr "上升" -#. ./default-config/config: line 373 -#. ./default-config/config: line 394 +#: default-config/config: line 386 407 msgid "Lower" msgstr "下降" -#. ./default-config/config: line 375 -#. ./default-config/config: line 396 +#: default-config/config: line 388 409 msgid "Stays On Top" msgstr "保持在頂部" -#. ./default-config/config: line 376 -#. ./default-config/config: line 397 +#: default-config/config: line 389 410 msgid "Stays Put" msgstr "保持原狀" -#. ./default-config/config: line 377 -#. ./default-config/config: line 398 +#: default-config/config: line 390 411 msgid "Stays On Bottom" msgstr "保持在底部" -#. ./default-config/config: line 379 -#. ./default-config/config: line 400 +#: default-config/config: line 392 413 msgid "Identify" msgstr "識別" -#. ./default-config/config: line 387 +#: default-config/config: line 400 msgid "(No)TitleBar" msgstr "(無)標題欄" -#. ./default-config/config: line 404 +#: default-config/config: line 417 msgid "Current" msgstr "目前" -#. ./default-config/config: line 405 -#. ./default-config/config: line 417 -#. ./default-config/config: line 418 -#. ./default-config/config: line 419 -#. ./default-config/config: line 420 +#: default-config/config: line 418 430 431 432 433 msgid "Page" msgstr "頁面" -#. ./bin/fvwm-menu-desktop-config.fpl: line 55 -#. ./bin/fvwm-menu-desktop-config.fpl: line 58 +#: bin/fvwm-menu-desktop-config.fpl: line 55 58 msgid "Fvwm XDGMenu Config" msgstr "Fvwm XDG 選單配置" -#. ./bin/fvwm-menu-desktop-config.fpl: line 62 +#: bin/fvwm-menu-desktop-config.fpl: line 62 msgid "Available Menus" msgstr "可用的選單" -#. ./bin/fvwm-menu-desktop-config.fpl: line 70 +#: bin/fvwm-menu-desktop-config.fpl: line 70 msgid "Menus in" msgstr "選單位於" -#. ./bin/fvwm-menu-desktop-config.fpl: line 98 +#: bin/fvwm-menu-desktop-config.fpl: line 98 msgid "No menus found! Check why from within a terminal with" msgstr "沒有找到選單! 從終端內檢查原因" -#. ./bin/fvwm-menu-desktop-config.fpl: line 109 +#: bin/fvwm-menu-desktop-config.fpl: line 109 msgid "Options" msgstr "選項" -#. ./bin/fvwm-menu-desktop-config.fpl: line 110 -#. ./bin/fvwm-menu-desktop-config.fpl: line 291 +#: bin/fvwm-menu-desktop-config.fpl: line 110 291 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp:69 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:137 msgid "Help" msgstr "說明" -#. ./bin/fvwm-menu-desktop-config.fpl: line 115 +#: bin/fvwm-menu-desktop-config.fpl: line 115 msgid "Include in Menu? " msgstr "包含在選單中?" -#. ./bin/fvwm-menu-desktop-config.fpl: line 117 +#: bin/fvwm-menu-desktop-config.fpl: line 117 msgid "Config " msgstr "配置" -#. ./bin/fvwm-menu-desktop-config.fpl: line 118 +#: bin/fvwm-menu-desktop-config.fpl: line 118 msgid "Regenerate " msgstr "重新生成" -#. ./bin/fvwm-menu-desktop-config.fpl: line 119 +#: bin/fvwm-menu-desktop-config.fpl: line 119 msgid "Both " msgstr "兩者" -#. ./bin/fvwm-menu-desktop-config.fpl: line 120 +#: bin/fvwm-menu-desktop-config.fpl: line 120 msgid "None " msgstr "無" -#. ./bin/fvwm-menu-desktop-config.fpl: line 123 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 27 +#: bin/fvwm-menu-desktop-config.fpl: line 123 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:27 msgid "Use Icons? " msgstr "使用圖示?" -#. ./bin/fvwm-menu-desktop-config.fpl: line 125 -#. ./bin/fvwm-menu-desktop-config.fpl: line 136 +#: bin/fvwm-menu-desktop-config.fpl: line 125 136 msgid "Yes " msgstr "是" -#. ./bin/fvwm-menu-desktop-config.fpl: line 126 -#. ./bin/fvwm-menu-desktop-config.fpl: line 137 +#: bin/fvwm-menu-desktop-config.fpl: line 126 137 msgid "No " msgstr "不" -#. ./bin/fvwm-menu-desktop-config.fpl: line 128 -#. ./bin/fvwm-menu-desktop-config.fpl: line 139 -#. ./bin/fvwm-menu-desktop-config.fpl: line 147 -#. ./bin/fvwm-menu-desktop-config.fpl: line 155 +#: bin/fvwm-menu-desktop-config.fpl: line 128 139 147 155 msgid " " msgstr " " -#. ./bin/fvwm-menu-desktop-config.fpl: line 129 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 38 +#: bin/fvwm-menu-desktop-config.fpl: line 129 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:38 msgid "Icon size: " msgstr "圖示大小:" -#. ./bin/fvwm-menu-desktop-config.fpl: line 131 +#: bin/fvwm-menu-desktop-config.fpl: line 131 msgid " (Default is 24)" msgstr "(預設為 24)" -#. ./bin/fvwm-menu-desktop-config.fpl: line 134 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 99 +#: bin/fvwm-menu-desktop-config.fpl: line 134 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:99 msgid "Use Titles? " msgstr "使用標題?" -#. ./bin/fvwm-menu-desktop-config.fpl: line 140 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 57 +#: bin/fvwm-menu-desktop-config.fpl: line 140 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:57 msgid "Used Icon theme: " msgstr "使用的圖示主題:" -#. ./bin/fvwm-menu-desktop-config.fpl: line 144 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 71 +#: bin/fvwm-menu-desktop-config.fpl: line 144 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:71 msgid "Directory Icon: " msgstr "目錄圖示:" -#. ./bin/fvwm-menu-desktop-config.fpl: line 148 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 85 +#: bin/fvwm-menu-desktop-config.fpl: line 148 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:85 msgid "Application Icon: " msgstr "應用程式圖示:" -#. ./bin/fvwm-menu-desktop-config.fpl: line 152 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 104 +#: bin/fvwm-menu-desktop-config.fpl: line 152 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:104 msgid "Top Menu Name: " msgstr "頂部選單名稱:" -#. ./bin/fvwm-menu-desktop-config.fpl: line 156 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 109 +#: bin/fvwm-menu-desktop-config.fpl: line 156 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:109 msgid "Insert Menu Into: " msgstr "將選單插入:" -#. ./bin/fvwm-menu-desktop-config.fpl: line 160 +#: bin/fvwm-menu-desktop-config.fpl: line 160 msgid "Terminal command: " msgstr "終端命令:" -#. ./bin/fvwm-menu-desktop-config.fpl: line 162 +#: bin/fvwm-menu-desktop-config.fpl: line 162 msgid " (Used to run Terminal entries)" msgstr "(用於執行終端項目)" -#. ./bin/fvwm-menu-desktop-config.fpl: line 165 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 46 +#: bin/fvwm-menu-desktop-config.fpl: line 165 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:46 msgid "Icon directory: " msgstr "圖示目錄:" -#. ./bin/fvwm-menu-desktop-config.fpl: line 167 +#: bin/fvwm-menu-desktop-config.fpl: line 167 msgid " (Directory for converted icons)" msgstr "(對於轉換後的圖示)" -#. ./bin/fvwm-menu-desktop-config.fpl: line 170 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 122 +#: bin/fvwm-menu-desktop-config.fpl: line 170 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:122 msgid "Output path: " msgstr "輸出路徑:" -#. ./bin/fvwm-menu-desktop-config.fpl: line 172 +#: bin/fvwm-menu-desktop-config.fpl: line 172 msgid " (Full path to store output)" msgstr "(輸出的完整儲存路徑)" -#. ./bin/fvwm-menu-desktop-config.fpl: line 180 +#: bin/fvwm-menu-desktop-config.fpl: line 180 msgid "Export Menu" msgstr "匯出選單" -#. ./bin/fvwm-menu-desktop-config.fpl: line 211 +#: bin/fvwm-menu-desktop-config.fpl: line 211 msgid "Save and Regenerate" msgstr "儲存並重新生成" -#. ./bin/fvwm-menu-desktop-config.fpl: line 251 +#: bin/fvwm-menu-desktop-config.fpl: line 251 +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup:67 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:62 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:66 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:170 msgid "Save" msgstr "儲存" -#. ./bin/fvwm-menu-desktop-config.fpl: line 289 +#: bin/fvwm-menu-desktop-config.fpl: line 289 msgid "Reset" msgstr "重新設定" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 6 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:134 msgid "XDGMenu Help" msgstr "XDG 選單說明" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 10 msgid "XDGMenu.Help" msgstr "XDG 選單。說明" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 17 msgid "" "All the XDG menus found on the system are listed under Available Menus. Use" msgstr "在系統上找到的所有 XDG 選單都列在可用的項目中。 使用" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 19 msgid "" "this FvwmForm to configure some of the defaults options for fvwm-menu-desktop" msgstr "此 Fvwm 表單用於設定 fvwm-menu-desktop 的一些預設選項" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 21 msgid "" "and select which menus are generated. Select the options you want and then" msgstr "並選擇生成哪些選單。 選擇您想要的選項,然後" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 23 msgid "generate then generate the menu by selecting the following:" msgstr "生成然後透過選擇以下選項來生成選單:" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 27 msgid "Export Menu:" msgstr "匯出選單:" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 29 msgid "" " Generates a menu by calling fvwm-menu-desktop with the selected options" msgstr "透過使用所選取的選項呼叫 fvwm-menu-desktop 來生成選單" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 31 msgid "" " and saves the output to Output Path. After the menu file is created it" msgstr "並將輸出儲存到輸出路徑。 選單檔案建立後" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 33 msgid "" " is read by fvwm. This option does not save any changes made to settings." msgstr "由 fvwm 讀取。 此選項不會儲存對設定所做的任何變更。" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 37 msgid "Save and Regenerate:" msgstr "儲存並重新生成:" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 39 msgid "" " This saves the settings then runs fvwm-menu-desktop with no options " "using" msgstr "這將會儲存設置,然後執行 fvwm-menu-desktop,且不使用任何選項" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 41 msgid "" " the defaults saved in the config file. This does not export the menu." msgstr "預設值儲存在設定檔中。 這不會導出選單。" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 45 msgid "" "Menus are found /etc/xdg/menus, $HOME/.config/menus, and $XDG_MENU_PREFIX." msgstr "選單位於 /etc/xdg/menus、$HOME/.config/menus 和 $XDG_MENU_PREFIX。" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 47 msgid "" "Note that equal menus found under both /etc/xdg/menus AND $HOME/.config/" "menus/" msgstr "請注意,在 /etc/xdg/menus 和 $HOME/.config/menus/ 下找到相同的選單" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 49 msgid "" "following the XDG menu specification are only shown in $HOME/.config/menus/." msgstr "遵循 XDG 選單格式僅顯示在 $HOME/.config/menus/ 中。" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 53 msgid "If no menus appear check with 'fvwm-menu-desktop --get-menus all -v'." msgstr "如果沒有出現選單,請檢查「fvwm-menu-desktop --get-menus all -v」。" -#. ./modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 55 msgid "Also it is a good idea to check $HOME/.xsession-errors for errors." msgstr "檢查 $HOME/.xsession-errors 是否有錯誤也是一個好主意。" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 10 +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 66 +#, fuzzy +msgid "Options Help" +msgstr "XDG 選單選項說明" + +#: modules/FvwmForm/FvwmForm-XDGMenuHelp: line 68 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp:136 +msgid "manpage" +msgstr "手冊" + +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 6 10 msgid "XDGMenu Options Help" msgstr "XDG 選單選項說明" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 15 msgid "General Options" msgstr "一般選項" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 19 msgid "Include in Menu: " msgstr "包含在選單中:" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 20 msgid "" "Set if XDGMenu will include menu items to Configure and/or Regenerate the " "menu" msgstr "設定 XDG 選單是否包含用於配置和/或重新生成選單的選單選項" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 30 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 33 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 41 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 49 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 52 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 60 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 63 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 66 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 74 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 77 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 80 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 88 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 91 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 94 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 117 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 22 30 33 41 49 52 60 63 66 74 +#: 77 80 88 91 94 117 msgid " " msgstr " " -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 23 msgid "at the bottom of the top level menu." msgstr "在頂部選單的底部。" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 28 msgid "" "Option enables mini-icons in the menu(s). Warning! If ImageMagick is " "installed" msgstr "選項啟用選單中的迷你圖示。警告!如果安裝了 ImageMagick" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 31 msgid "" "the script may generate all the icons and pause your system until the job is" msgstr "該腳本可能會產生所有圖示並暫停您的系統,直到作業完成" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 34 msgid "" "done. After the icons are generated, it will not take as long to regenerate." msgstr "完成。 圖示生成後,重新生成的時間不會太長。" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 39 msgid "" "If 'Use Icons' is set, by default 24x24 mini-icons are used. If another size " "is" msgstr "如果設定「使用圖示」,則預設使用 24x24 迷你圖示。 如果是其他尺寸" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 42 msgid "desired enter the wanted size in this field." msgstr "在此欄位中輸入所需要的尺寸。" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 47 msgid "" "If the specified icon isn't that size it is converted if ImageMagick is " "installed." msgstr "如果指定的圖示不是該尺寸,則在安裝 ImageMagick 時會進行轉換。" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 50 msgid "" "Generated icons are saved in $HOME/.fvwm/icons or the directory specified " "here." msgstr "產生的圖示儲存在 $HOME/.fvwm/icons 或此處指定的目錄中。" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 53 msgid "Otherwise no icon appears in the menu for that entry." msgstr "否則,選單中不會出現該項目的圖示。" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 58 msgid "Sets the used icon theme. Default is 'gnome' but all others found in" msgstr "" "設定圖示主題。 預設為“gnome”,但所有這些都可以在 /usr/share/icons 下找到" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 61 msgid "" "/usr/share/icons can used except the hicolor theme because it's the default" msgstr "/usr/share/icons 可以使用,但 hicolor 主題除外,因為它是預設主題" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 64 msgid "" "fallback theme if no icon is found. Note that the theme name must be written" msgstr "如果沒有找到圖示,則使用備用主題。 注意主題名稱一定要寫" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 67 msgid "exactly as the icon directory e.g." msgstr "與圖示目錄完全相同,例如" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 72 msgid "" "If 'Use Icons' is enabled and for a directory in a menu no icon is found" msgstr "如果啟用「使用圖示」並且在選單中的目錄找不到圖示" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 89 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 75 89 msgid "as default icon is used. But if the gnome icon theme isn't" msgstr "作為預設圖示。 但如果 Gnome 圖示主題不是" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 92 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 78 92 msgid "installed no default icon appears. Another icon can defined here." msgstr "安裝後沒有出現預設圖示。 可以在此處定義另一個圖示。" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 95 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 81 95 msgid "Only the name of an icon is needed not the path!" msgstr "只需要圖示的名稱,不需要路徑!" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 86 msgid "If 'Use Icons' is enabled and for an application no icon is found" msgstr "如果啟用「使用圖示」並且在應用程式中未找到圖示" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 100 msgid "" "If this option is set menus are generated with titles. Default is use titles." msgstr "如果設置了此選項,則會產生帶有標題的選單。 預設是使用標題。" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 105 msgid "Sets the name of the name of the top level menu. Default is XDGMenu." msgstr "設定頂部選單的名稱。 預設為 XDG 選單。" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 110 msgid "Inserts the menu items into the given Menu." msgstr "將選單項目插入給定的選單中。" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 114 msgid "Terminal Command: " msgstr "終端命令:" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 115 msgid "" "Enter terminal emulator command used to launch terminal applications. The " "command" msgstr "輸入用於啟動終端應用程式的終端模擬器命令。命令" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 118 msgid "must end with an execute option (-e). Default xterm -e." msgstr "必須以執行選項(-e)結尾。預設值為 xterm -e。" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 +#: modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 123 msgid "Enter the FULL path to export menu. Default $FVWM_USERDIR/.XDGMmenu." msgstr "輸入匯出選單的完整路徑。 預設值為 $FVWM_USERDIR/.XDGMmenu。" -#. ./modules/FvwmForm/FvwmForm-XDGOptionsHelp: line 136 -msgid "manpage" -msgstr "手冊" +#: default-config/FvwmScript-ConfirmQuit: line 11 +msgid "Do you really want to quit Fvwm?" +msgstr "您真的想退出 Fvwm 嗎?" + +#: default-config/FvwmScript-ConfirmQuit: line 41 +#: default-config/FvwmScript-ConfirmCopyConfig:127 +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser:58 +msgid "Cancel" +msgstr "取消" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 2 +msgid "ConfirmCopyConfig" +msgstr "確認複製配置" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 21 +msgid "Fvwm Default Configuration" +msgstr "Fvwm 預設配置" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 36 +msgid "This script copies the default configuration into your home directory:" +msgstr "此腳本將預設配置複製到您的主目錄中:" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 64 +msgid "A backup of your current configuration will be located at:" +msgstr "目前配置的備份將位於:" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 92 +msgid "Click Confirm to continue and restart Fvwm." +msgstr "按下確認並繼續並重新啟動 Fvwm。" + +#: default-config/FvwmScript-ConfirmCopyConfig: line 107 +msgid "Confirm" +msgstr "確認" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 2 +msgid "Bell Setup" +msgstr "響鈴設置" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 49 +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup:43 +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup:47 +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup:132 +msgid "Apply" +msgstr "套用" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 100 +msgid "Beep" +msgstr "響鈴" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 135 +msgid "Volume:" +msgstr "音量:" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 161 +msgid "Pitch(Hz):" +msgstr "頻率(Hz):" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 187 +msgid "Duration(ms):" +msgstr "持續時間(毫秒):" + +#: modules/FvwmScript/Scripts/FvwmScript-BellSetup: line 212 +msgid "Bell" +msgstr "相應" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 2 +msgid "Keyboard Setup" +msgstr "鍵盤設置" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 120 +msgid "Click Volume (%)" +msgstr "點擊音量(%)" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 133 +msgid "AutoRepeat On" +msgstr "開啟自動重複" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 159 +msgid "Start Delay: " +msgstr "啟動延遲:" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 185 +msgid "Repeat Delay:" +msgstr "重複延遲:" + +#: modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup: line 210 +msgid "Keyboard" +msgstr "鍵盤" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 2 +msgid "Pointer Setup" +msgstr "指向設備設置" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 108 +msgid "Right-handed user|Left-handed user" +msgstr "右手用戶|左手用戶" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 122 +msgid "Mouse configuration:" +msgstr "滑鼠配置:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 150 +msgid "Acceleration:" +msgstr "加速:" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 177 +msgid "Threshold (pixels):" +msgstr "閥值(像素):" + +#: modules/FvwmScript/Scripts/FvwmScript-PointerSetup: line 202 +msgid "Pointer" +msgstr "指向設備" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 2 +msgid "Screen Setup" +msgstr "螢幕設置" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 264 +msgid "Background" +msgstr "背景" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 279 +msgid "Uniform color:" +msgstr "單一顏色:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 394 +msgid "Pixmap:" +msgstr "像素圖:" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 425 +msgid "Browser..." +msgstr "瀏覽器..." + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 468 +msgid "Disable xinit background" +msgstr "禁用 xinit 背景" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 500 +msgid "Screen-saver" +msgstr "螢幕保護程序" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 514 +msgid "Blank" +msgstr "空" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 528 +msgid "Timeout(s):" +msgstr "計時(秒):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 554 +msgid "Pattern" +msgstr "圖案" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 569 +msgid "Cycle(s):" +msgstr "循環(秒):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 614 +msgid "DPMS" +msgstr "DPMS" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 628 768 +msgid "Enable" +msgstr "啟用" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 643 +msgid "Disable" +msgstr "禁用" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 657 +msgid "Standby(s):" +msgstr "待機(秒):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 684 +msgid "Suspend(s):" +msgstr "休眠(秒):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 711 +msgid "Off(s):" +msgstr "關機(秒):" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 754 +msgid "xscreensaver" +msgstr "xscreensaver" + +#: modules/FvwmScript/Scripts/FvwmScript-ScreenSetup: line 794 +msgid "Config and Demo" +msgstr "配置並展示" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 2 +msgid "File Browser" +msgstr "檔案瀏覽器" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 42 +msgid "OK" +msgstr "確定" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 86 +msgid "Path:" +msgstr "路徑:" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 181 +msgid " Show hidden files" +msgstr " 顯示隱藏檔案" + +#: modules/FvwmScript/Scripts/FvwmScript-FileBrowser: line 246 +msgid "Selected file:" +msgstr "選取的檔案:" + +#~ msgid "Issue fvwm commands" +#~ msgstr "發送 fvwm 命令" + +#~ msgid "Desktop Menu" +#~ msgstr "桌面選單" + +#~ msgid "Restart fvwm" +#~ msgstr "重新啟動 fvwm" + +#~ msgid "Exit fvwm" +#~ msgstr "離開 fvwm" #~ msgid "Setup Form" #~ msgstr "Konfiguration mit Form" @@ -752,9 +939,6 @@ msgstr "手冊" #~ msgid "Return - Dismiss" #~ msgstr "Annehmen - Schliessen" -#~ msgid "Copy Config File(s)" -#~ msgstr "Konfigurationsdateien kopieren" - #~ msgid "Multiple Menu" #~ msgstr "Mehrfachmenü" diff --git a/po/fvwmpo.sh b/po/fvwmpo.sh new file mode 100755 index 000000000..8b8d9a6d4 --- /dev/null +++ b/po/fvwmpo.sh @@ -0,0 +1,97 @@ +#!/bin/sh +FVWMPOT=fvwm3.pot +MSGINIT=msginit +MSGFMT=msgfmt +MSGUNIQ=msguniq +MSGMERGE=msgmerge +XGETTEXT=xgettext + +ALL_LINGUAS="ar da de es fr ru sv_SE zh_CN zh_TW" + +FVWM_FILES="../fvwm/fvwm3.c \ + ../fvwm/expand.c \ + ../fvwm/windowlist.c \ + ../fvwm/virtual.c \ + ../fvwm/menus.c" +FVWM_RCFILES="default-config/config \ + bin/fvwm-menu-desktop-config.fpl \ + modules/FvwmForm/FvwmForm-XDGMenuHelp \ + modules/FvwmForm/FvwmForm-XDGOptionsHelp" +FVWMSCRIPT_FILES="default-config/FvwmScript-ConfirmQuit \ + default-config/FvwmScript-ConfirmCopyConfig \ + modules/FvwmScript/Scripts/FvwmScript-BellSetup \ + modules/FvwmScript/Scripts/FvwmScript-KeyboardSetup \ + modules/FvwmScript/Scripts/FvwmScript-PointerSetup \ + modules/FvwmScript/Scripts/FvwmScript-ScreenSetup \ + modules/FvwmScript/Scripts/FvwmScript-FileBrowser" + +# Function Definitions +update_po() { + POFILE=fvwm3.$1.po + if [ ! -e "${POFILE}" ]; then + echo "${POFILE} doesn't exist. Aborting!" + exit 1 + fi + echo "Updating ${POFILE}." + mv ${POFILE} temp.po + ${MSGMERGE} temp.po ${FVWMPOT} -o ${POFILE} + rm -f temp.po +} + +build_po() { + POFILE=fvwm3.$1.po + GMOFILE=fvwm3.$1.gmo + if [ ! -e "${POFILE}" ]; then + echo "${POFILE} doesn't exist. Aborting!" + exit 1 + fi + echo "Building ${GMOFILE}." + rm -f ${GMOFILE} + ${MSGFMT} -c --statistics -o ${GMOFILE} ${POFILE} +} + +CMD=$1 +LL_CC=$2 +case "$CMD" in + "init") + POFILE=fvwm3.${LL_CC}.po + if [ -e "$POFILE" ]; then + echo "${POFILE} exists. Aborting!" + exit 1 + fi + echo "Initializing ${POFILE}." + ${MSGINIT} -i ${FVWMPOT} -l ${LL_CC} -o ${POFILE} + ;; + "update-pot") + ${XGETTEXT} --add-comments=TRANSLATORS: --keyword=_ -o temp.pot \ + --copyright-holder='fvwm workers' ${FVWM_FILES} + echo >> temp.pot + for file in ${FVWM_RCFILES}; do \ + perl -ne 's/\[gt\.((\\.|.)+?)\]/ print "\#: $ARGV: line $.\n"."msgid \"$1\"\n"."msgstr \"\"\n\n"/ge' \ + ../$file >> temp.pot + done + for file in ${FVWMSCRIPT_FILES}; do \ + perl -ne 's/LocaleTitle\s+\{((\\.|.)+?)\}/ print "\#: $ARGV: line $.\n"."msgid \"$1\"\n"."msgstr \"\"\n\n"/ge' \ + ../$file >> temp.pot + done + ${MSGUNIQ} temp.pot > ${FVWMPOT} + sed -i 's/^#: ..\//#: /' ${FVWMPOT} + rm -f temp.pot + ;; + "update") + update_po $LL_CC + ;; + "update-all") + for ll_cc in ${ALL_LINGUAS}; do \ + update_po $ll_cc + done + ;; + "build") + build_po $LL_CC + ;; + "build-all") + for ll_cc in ${ALL_LINGUAS}; do \ + build_po $ll_cc + done + ;; +esac diff --git a/po/remove-potcdate.sed b/po/remove-potcdate.sed deleted file mode 100644 index edb38d704..000000000 --- a/po/remove-potcdate.sed +++ /dev/null @@ -1,11 +0,0 @@ -/^"POT-Creation-Date: .*"$/{ -x -s/P/P/ -ta -g -d -bb -:a -x -:b -} diff --git a/po/remove-potcdate.sin b/po/remove-potcdate.sin deleted file mode 100644 index 2436c49e7..000000000 --- a/po/remove-potcdate.sin +++ /dev/null @@ -1,19 +0,0 @@ -# Sed script that remove the POT-Creation-Date line in the header entry -# from a POT file. -# -# The distinction between the first and the following occurrences of the -# pattern is achieved by looking at the hold space. -/^"POT-Creation-Date: .*"$/{ -x -# Test if the hold space is empty. -s/P/P/ -ta -# Yes it was empty. First occurrence. Remove the line. -g -d -bb -:a -# The hold space was nonempty. Following occurrences. Do nothing. -x -:b -}