Module: wine Branch: refs/heads/master Commit: e5def1c39273afb4a8251c88e6e2c22f1449fca9 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=e5def1c39273afb4a8251c88...
Author: Antonio Codazzi f_sophia@libero.it Date: Sat Apr 1 17:46:33 2006 +0200
clock: Esperanto language support.
---
programs/clock/Eo.rc | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ programs/clock/rsrc.rc | 1 + 2 files changed, 49 insertions(+), 0 deletions(-) create mode 100644 programs/clock/Eo.rc
diff --git a/programs/clock/Eo.rc b/programs/clock/Eo.rc new file mode 100644 index 0000000..d9b159f --- /dev/null +++ b/programs/clock/Eo.rc @@ -0,0 +1,48 @@ +/* + * Clock (Esperanto resources) + * + * Copyright 2006 Antonio Codazzi + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT + +MAIN_MENU MENU +{ + POPUP "&Ecoj" { + MENUITEM "Ana&loga", IDM_ANALOG + MENUITEM "Di�i&ta", IDM_DIGITAL + MENUITEM SEPARATOR + MENUITEM "Ti&paro", IDM_FONT + MENUITEM SEPARATOR + MENUITEM "Se&n titolstango", IDM_NOTITLE + MENUITEM SEPARATOR + MENUITEM "&Sekundoj", IDM_SECONDS + MENUITEM "&Dato", IDM_DATE + MENUITEM SEPARATOR + MENUITEM "&�iam supre", IDM_ONTOP + } + POPUP "Inf&o" { + MENUITEM "&Licenco", IDM_LICENSE + MENUITEM "&SEN GARANTIO...", IDM_NOWARRANTY + MENUITEM "&Pri Horlo�o", IDM_ABOUT + } +} + +STRINGTABLE DISCARDABLE +{ +IDS_CLOCK, "Horlo�o" +} diff --git a/programs/clock/rsrc.rc b/programs/clock/rsrc.rc index 61d07fe..a08d702 100644 --- a/programs/clock/rsrc.rc +++ b/programs/clock/rsrc.rc @@ -26,6 +26,7 @@ #include "Da.rc" #include "De.rc" #include "En.rc" +#include "Eo.rc" #include "Es.rc" #include "Fi.rc" #include "Fr.rc"