From e5def1c39273afb4a8251c88e6e2c22f1449fca9 Mon Sep 17 00:00:00 2001 From: Antonio Codazzi Date: Sat, 1 Apr 2006 17:46:33 +0200 Subject: [PATCH] clock: Esperanto language support. --- programs/clock/Eo.rc | 48 ++++++++++++++++++++++++++++++++++++++++++ programs/clock/rsrc.rc | 1 + 2 files changed, 49 insertions(+) create mode 100644 programs/clock/Eo.rc diff --git a/programs/clock/Eo.rc b/programs/clock/Eo.rc new file mode 100644 index 00000000000..d9b159fc0ff --- /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 61d07fecab9..a08d70255fc 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"