From: <dom...@us...> - 2014-02-04 17:39:37
|
Revision: 595 http://sourceforge.net/p/fvwm-crystal/code/595 Author: dominique_libre Date: 2014-02-04 17:39:33 +0000 (Tue, 04 Feb 2014) Log Message: ----------- Some new localized strings Modified Paths: -------------- ChangeLog addons/README addons/fvwm-crystal.pot fvwm/components/apps/DesktopIcons fvwm/components/functions/Developer-Menu fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2014-02-04 17:05:48 UTC (rev 594) +++ ChangeLog 2014-02-04 17:39:33 UTC (rev 595) @@ -6,6 +6,8 @@ make seek as for AlsaPlayer; add seek into the Music menu. functions/Media; make seek like AlsaPlayer. recipes/Amiga: make the seek like the other recipes. + addons/fvwm-crystal.po; apps/DesktopIcons; functions/Developer-Menu; + functions/Preferences-Menu: some new localized strings. Dimanche 2 févier 2014 Dominique Michel + locale/nl*: New Dutch locale files from lost+found Modified: addons/README =================================================================== --- addons/README 2014-02-04 17:05:48 UTC (rev 594) +++ addons/README 2014-02-04 17:39:33 UTC (rev 595) @@ -21,6 +21,8 @@ fvwm.vim: fvwm syntax file for vim fvwm-crystal.pot; fvwm-crystal-script.pot: complete locale files for translation. + Note: the ' into a translation must be double escaped: \\ to not interfere + with the code. make_mo: copy the locales and make_mo in $[FVWM_USERDIR]/locale/$LANG/LC_MESSAGES, edit fvwm-crystal.po, run make_mo and restart FVWM-Crystal. Modified: addons/fvwm-crystal.pot =================================================================== --- addons/fvwm-crystal.pot 2014-02-04 17:05:48 UTC (rev 594) +++ addons/fvwm-crystal.pot 2014-02-04 17:39:33 UTC (rev 595) @@ -20,6 +20,7 @@ msgid "" msgstr "" +# msgid "+ &1 tone" msgstr "" @@ -440,6 +441,9 @@ msgid "File Transfert" msgstr "" +msgid "File browser action" +msgstr "" + msgid "Files" msgstr "" @@ -752,6 +756,9 @@ msgid "OCR" msgstr "" +msgid "OK" +msgstr "" + msgid "Off" msgstr "" @@ -785,6 +792,9 @@ msgid "Parallel Computing" msgstr "" +msgid "Pause" +msgstr "" + msgid "Personal audio playlists" msgstr "" @@ -998,6 +1008,9 @@ msgid "Sound" msgstr "" +msgid "Sound Card" +msgstr "" + msgid "Sound Effects" msgstr "" @@ -1199,6 +1212,9 @@ msgid "Unexpected results may occur." msgstr "" +msgid "Unmount" +msgstr "" + msgid "Update database" msgstr "" Modified: fvwm/components/apps/DesktopIcons =================================================================== --- fvwm/components/apps/DesktopIcons 2014-02-04 17:05:48 UTC (rev 594) +++ fvwm/components/apps/DesktopIcons 2014-02-04 17:39:33 UTC (rev 595) @@ -53,7 +53,7 @@ then exem="pumount"; \ else exem="umount"; \ fi ; \ - echo "+ \\\"Unmount $*\\\" Exec exec ${exem} $*"' + echo "+ \\\"$[gt.Unmount] $*\\\" Exec exec ${exem} $*"' # The button {{{1 DestroyFunc ShowDesktopIcons Modified: fvwm/components/functions/Developer-Menu =================================================================== --- fvwm/components/functions/Developer-Menu 2014-02-04 17:05:48 UTC (rev 594) +++ fvwm/components/functions/Developer-Menu 2014-02-04 17:39:33 UTC (rev 595) @@ -155,7 +155,7 @@ + "%22x22/categories/help.png%fbdevhw" FvwmViewManPage fbdevhw DestroyMenu /Developer/WindowStyle -AddToMenu /Developer/WindowStyle "WindowStyle" Title +AddToMenu /Developer/WindowStyle "$[gt.WindowStyle]" Title + "DestroyWindowStyle" Pick DestroyWindowStyle + "" Nop + "VariablePosition/Size" Pick WindowStyle VariablePosition, VariableSize Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2014-02-04 17:05:48 UTC (rev 594) +++ fvwm/components/functions/Preferences-Menu 2014-02-04 17:39:33 UTC (rev 595) @@ -559,7 +559,7 @@ Test (x audacious) + '%22x22/apps/audacious.png%Audacious' SelectMixer audacious + "" Nop PipeRead `for i in $(sed -e 's/\\([0-9]*\\).*/\\1/' -e 's/^0//' < /proc/asound/pcm | uniq); \ - do echo "+ '%22x22/apps/alsamixer.png%Sound Card $i' SelectSoundCard '$i'" ; done` + do echo "+ '%22x22/apps/alsamixer.png%$[gt.Sound Card] $i' SelectSoundCard '$i'" ; done` DestroyFunc SelectMixer AddToFunc SelectMixer This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |