From 70af45c51cd9566ba8a5ccba4072c63a058078d1 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 15 Dec 2011 22:37:10 +0100 Subject: [PATCH] view: Remove unneeded RC files. --- programs/view/Cs.rc | 32 -------------------------------- programs/view/Cy.rc | 29 ----------------------------- programs/view/Da.rc | 29 ----------------------------- programs/view/De.rc | 31 ------------------------------- programs/view/En.rc | 30 ------------------------------ programs/view/Eo.rc | 29 ----------------------------- programs/view/Es.rc | 29 ----------------------------- programs/view/Fr.rc | 35 ----------------------------------- programs/view/He.rc | 33 --------------------------------- programs/view/It.rc | 34 ---------------------------------- programs/view/Ja.rc | 33 --------------------------------- programs/view/Ko.rc | 33 --------------------------------- programs/view/Lt.rc | 32 -------------------------------- programs/view/Makefile.in | 28 +--------------------------- programs/view/Nl.rc | 28 ---------------------------- programs/view/No.rc | 29 ----------------------------- programs/view/Pl.rc | 30 ------------------------------ programs/view/Pt.rc | 33 --------------------------------- programs/view/Ro.rc | 30 ------------------------------ programs/view/Ru.rc | 31 ------------------------------- programs/view/Si.rc | 31 ------------------------------- programs/view/Sv.rc | 29 ----------------------------- programs/view/Tr.rc | 29 ----------------------------- programs/view/Uk.rc | 34 ---------------------------------- programs/view/Zh.rc | 39 --------------------------------------- programs/view/view.rc | 5 +++++ 26 files changed, 6 insertions(+), 779 deletions(-) delete mode 100644 programs/view/Cs.rc delete mode 100644 programs/view/Cy.rc delete mode 100644 programs/view/Da.rc delete mode 100644 programs/view/De.rc delete mode 100644 programs/view/En.rc delete mode 100644 programs/view/Eo.rc delete mode 100644 programs/view/Es.rc delete mode 100644 programs/view/Fr.rc delete mode 100644 programs/view/He.rc delete mode 100644 programs/view/It.rc delete mode 100644 programs/view/Ja.rc delete mode 100644 programs/view/Ko.rc delete mode 100644 programs/view/Lt.rc delete mode 100644 programs/view/Nl.rc delete mode 100644 programs/view/No.rc delete mode 100644 programs/view/Pl.rc delete mode 100644 programs/view/Pt.rc delete mode 100644 programs/view/Ro.rc delete mode 100644 programs/view/Ru.rc delete mode 100644 programs/view/Si.rc delete mode 100644 programs/view/Sv.rc delete mode 100644 programs/view/Tr.rc delete mode 100644 programs/view/Uk.rc delete mode 100644 programs/view/Zh.rc diff --git a/programs/view/Cs.rc b/programs/view/Cs.rc deleted file mode 100644 index 288538902dc..00000000000 --- a/programs/view/Cs.rc +++ /dev/null @@ -1,32 +0,0 @@ -/* Hey, Emacs, open this file with -*- coding: cp1250 -*- - * - * View - * Czech Language Support - * - * Copyright 1998 Douglas Ridgway - * Copyright 2003 Marcelo Duarte - * Copyright 2004 David Kredba - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_CZECH, SUBLANG_DEFAULT - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Cy.rc b/programs/view/Cy.rc deleted file mode 100644 index e4f17636906..00000000000 --- a/programs/view/Cy.rc +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Cefnogaeth iaith Cymraeg - * Welsh language support - * - * Copyright 2010 Ken Sharp - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_WELSH, SUBLANG_DEFAULT - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Da.rc b/programs/view/Da.rc deleted file mode 100644 index ff3adb7e10e..00000000000 --- a/programs/view/Da.rc +++ /dev/null @@ -1,29 +0,0 @@ -/* - * View - * Danish Language Support - * - * Copyright 2008 Jens Albretsen - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_DANISH, SUBLANG_DEFAULT - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/De.rc b/programs/view/De.rc deleted file mode 100644 index 52c587c9133..00000000000 --- a/programs/view/De.rc +++ /dev/null @@ -1,31 +0,0 @@ -/* - * View - * German Language Support - * - * Copyright 2004 Henning Gerhardt - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/En.rc b/programs/view/En.rc deleted file mode 100644 index 7053de135d6..00000000000 --- a/programs/view/En.rc +++ /dev/null @@ -1,30 +0,0 @@ -/* - * View - * English Language Support - * - * Copyright 1998 Douglas Ridgway - * Copyright 2003 Marcelo Duarte - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Eo.rc b/programs/view/Eo.rc deleted file mode 100644 index 8a5fae9ad2c..00000000000 --- a/programs/view/Eo.rc +++ /dev/null @@ -1,29 +0,0 @@ -/* - * View - Resources - * Esperanto Language Support - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Es.rc b/programs/view/Es.rc deleted file mode 100644 index 673f4e10a57..00000000000 --- a/programs/view/Es.rc +++ /dev/null @@ -1,29 +0,0 @@ -/* - * View - * Spanish Language Support - * - * Copyright 2003 José Manuel Ferrer Ortiz - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Fr.rc b/programs/view/Fr.rc deleted file mode 100644 index ac30dc05e1a..00000000000 --- a/programs/view/Fr.rc +++ /dev/null @@ -1,35 +0,0 @@ -/* - * View - * French Language Support - * - * Copyright 1998 Douglas Ridgway - * Copyright 2003 Marcelo Duarte - * Copyright 2003 Vincent Béron - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL - - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/He.rc b/programs/view/He.rc deleted file mode 100644 index 532210a6135..00000000000 --- a/programs/view/He.rc +++ /dev/null @@ -1,33 +0,0 @@ -/* - * View - * Hebrew Language Support - * - * Copyright 1998 Douglas Ridgway - * Copyright 2003 Marcelo Duarte - * Copyright 2010 Yaron Shahrabani - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/It.rc b/programs/view/It.rc deleted file mode 100644 index fd1d50830e6..00000000000 --- a/programs/view/It.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* - * View - * Italian Language Support - * - * Copyright 1998 Douglas Ridgway - * Copyright 2003 Marcelo Duarte - * Copyright 2003 Ivan Leo Puoti - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Ja.rc b/programs/view/Ja.rc deleted file mode 100644 index 41e76c9135b..00000000000 --- a/programs/view/Ja.rc +++ /dev/null @@ -1,33 +0,0 @@ -/* - * View - * Japanese Language Support - * - * Copyright 1998 Douglas Ridgway - * Copyright 2003 Marcelo Duarte - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Ko.rc b/programs/view/Ko.rc deleted file mode 100644 index 2ac6041814b..00000000000 --- a/programs/view/Ko.rc +++ /dev/null @@ -1,33 +0,0 @@ -/* - * View - * Korean Language Support - * - * Copyright 1998 Douglas Ridgway - * Copyright 2003 Marcelo Duarte - * Copyright 2005,2011 YunSong Hwang - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Lt.rc b/programs/view/Lt.rc deleted file mode 100644 index ed7160543a3..00000000000 --- a/programs/view/Lt.rc +++ /dev/null @@ -1,32 +0,0 @@ -/* - * View - * Lithuanian Language Support - * - * Copyright 2009 Aurimas Fišeras - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Makefile.in b/programs/view/Makefile.in index 1be6ca3430c..17ae49503fe 100644 --- a/programs/view/Makefile.in +++ b/programs/view/Makefile.in @@ -5,33 +5,7 @@ IMPORTS = comdlg32 user32 gdi32 C_SRCS = \ view.c -RC_SRCS = \ - Cs.rc \ - Cy.rc \ - Da.rc \ - De.rc \ - En.rc \ - Eo.rc \ - Es.rc \ - Fr.rc \ - He.rc \ - It.rc \ - Ja.rc \ - Ko.rc \ - Lt.rc \ - Nl.rc \ - No.rc \ - Pl.rc \ - Pt.rc \ - Ro.rc \ - Ru.rc \ - Si.rc \ - Sv.rc \ - Tr.rc \ - Uk.rc \ - Zh.rc \ - view.rc - +RC_SRCS = view.rc PO_SRCS = view.rc @MAKE_PROG_RULES@ diff --git a/programs/view/Nl.rc b/programs/view/Nl.rc deleted file mode 100644 index 6eb24182a76..00000000000 --- a/programs/view/Nl.rc +++ /dev/null @@ -1,28 +0,0 @@ -/* - * View (Dutch resources) - * - * Copyright 2003 Hans Leidekker - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/No.rc b/programs/view/No.rc deleted file mode 100644 index e6f33325077..00000000000 --- a/programs/view/No.rc +++ /dev/null @@ -1,29 +0,0 @@ -/* - * View - * Norwegian Bokmål Language Support - * - * Copyright 2005 Alexander N. Sørnes - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Pl.rc b/programs/view/Pl.rc deleted file mode 100644 index 2fa0af7c7cc..00000000000 --- a/programs/view/Pl.rc +++ /dev/null @@ -1,30 +0,0 @@ -/* - * View - * Polish Language Support - * - * Copyright 1998 Douglas Ridgway - * Copyright 2003 Marcelo Duarte - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_POLISH, SUBLANG_DEFAULT - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Pt.rc b/programs/view/Pt.rc deleted file mode 100644 index f63797041a0..00000000000 --- a/programs/view/Pt.rc +++ /dev/null @@ -1,33 +0,0 @@ -/* - * View - * Portuguese Language Support - * - * Copyright 2003 Marcelo Duarte - * Copyright 2004 Américo José Melo - * Copyright 2010 Gustavo Henrique Milaré - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Ro.rc b/programs/view/Ro.rc deleted file mode 100644 index ee47f59c0e1..00000000000 --- a/programs/view/Ro.rc +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright 1998 Douglas Ridgway - * Copyright 2003 Marcelo Duarte - * Copyright 2008 Michael Stefaniuc - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL - -#pragma code_page(65001) - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Ru.rc b/programs/view/Ru.rc deleted file mode 100644 index a04f2d51666..00000000000 --- a/programs/view/Ru.rc +++ /dev/null @@ -1,31 +0,0 @@ -/* - * View (Russian resources) - * - * Copyright 2003 Igor Stepin - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Si.rc b/programs/view/Si.rc deleted file mode 100644 index 225571118e6..00000000000 --- a/programs/view/Si.rc +++ /dev/null @@ -1,31 +0,0 @@ -/* - * View - * Slovenian Language Support - * - * Copyright 2003, 2008 Rok Mandeljc - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -#pragma code_page(65001) - -LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Sv.rc b/programs/view/Sv.rc deleted file mode 100644 index 4c12b44f10a..00000000000 --- a/programs/view/Sv.rc +++ /dev/null @@ -1,29 +0,0 @@ -/* - * View - * Swedish Language Support - * - * Copyright 2009 Anders Jonsson - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Tr.rc b/programs/view/Tr.rc deleted file mode 100644 index 9235f307900..00000000000 --- a/programs/view/Tr.rc +++ /dev/null @@ -1,29 +0,0 @@ -/* - * View - * Turkish Language Support - * - * Copyright 2006 Fatih Aþýcý - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Uk.rc b/programs/view/Uk.rc deleted file mode 100644 index bcb85cb9d20..00000000000 --- a/programs/view/Uk.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* - * View - * Ukrainian Language Support - * - * Copyright 1998 Douglas Ridgway - * Copyright 2003 Marcelo Duarte - * Copyright 2010 Igor Paliychuk - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/Zh.rc b/programs/view/Zh.rc deleted file mode 100644 index 1137916996b..00000000000 --- a/programs/view/Zh.rc +++ /dev/null @@ -1,39 +0,0 @@ -/* - * View (Simplified and Traditional Chinese Resource) - * - * Copyright 2008 Hongbo Ni - * Copyright 2010 Cheer Xiao - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#include "resource.h" - -/* Chinese text is encoded in UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END - -LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL - -VIEW ACCELERATORS -BEGIN - "Q", IDM_EXIT, VIRTKEY, CONTROL -END diff --git a/programs/view/view.rc b/programs/view/view.rc index aae88e804fa..c61eac5faa2 100644 --- a/programs/view/view.rc +++ b/programs/view/view.rc @@ -45,3 +45,8 @@ STRINGTABLE BEGIN IDS_DESCRIPTION "Regular Metafile Viewer" END + +VIEW ACCELERATORS +BEGIN + "Q", IDM_EXIT, VIRTKEY, CONTROL +END -- 2.11.4.GIT