/* * vdr-menuorg - A plugin for the Linux Video Disk Recorder * Copyright (C) 2007 Thomas Creutz, Tobias Grimm * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program 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 General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * $Id$ * */ #include "i18n.h" const tI18nPhrase Phrases[] = { { "Failed to load MenuOrg's config file!", // 1 English "Konnte die MenuOrg Konfigurationsdatei nicht laden", // 2 Deutsch "", // 3 Slovenski "", // 4 Italiano "", // 5 Nederlands "", // 6 Português "", // 7 Français "", // 8 Norsk "", // 9 suomi - Finnish "", // 10 Polski "", // 11 Español "", // 12 ÅëëçíéêÜ - Greek "", // 13 Svenska "", // 14 Românã "", // 15 Magyar "", // 16 Català  "", // 17 ÀãááÚØÙ - Russian "", // 18 Hrvatski "", // 19 Eesti "", // 20 Dansk "", // 21 Èesky - Czech }, { "Up/Dn for new location - OK to move", "Auf/Ab für neue Position - dann OK", "Gor/Dol za novo poz. - Ok za premik", "Su/Giu per nuova posizione - OK per muovere", "Gebruik Omhoog/Omlaag - daarna Ok", "Cima/Baixo para nova localização - Ok para mover", "Haut/Bas -> nouvelle place - OK -> déplacer", "Opp/Ned for ny plass - OK for å flytte", "'Ylös/Alas' uusi paikka - 'OK' hyväksy", "Do góry/Na dó³ na now± pozycjê - Ok zatwierdza", "Arriba/Abajo para mover - OK para confirmar", "ÐÜíù/ÊÜôù ãéÜ íÝá èÝóç. ÌåôÜ ÏÊ", "Upp/Ner för nya platsen - därefter OK för att flytta", "Sus/Jos pentru noua locaþie - OK pentru a muta", "Fel/Le egy uj opcióért - aztán OK", "Amunt/Avall per una nova localització - OK per moure", "½ÐÖØÜÐÙâÕ \"²ÒÕàå\"/\"²ÝØ×\" ÔÛï ÒëÑÞàÐ ßÞ×ØæØØ, Ð ×ÐâÕÜ \"OK\"", "Gore/Dolje na novu poziciju - zatim OK", "'Üles/Alla' uus asukoht - 'OK' kinnitus", "Op/Ned for ny placering - OK for at flytte", "Nahoru/Dolu pro novou pozici - Ok pøesune", }, { "Name", "Name", "Ime", "Nome", "Naam", "Nome", "Nom", "Navn", "Nimi", "Nazwa", "Nombre", "¼íïìá", "Namn", "Nume", "Név", "Nom", "½Ð×ÒÐÝØÕ", "Naziv", "Nimi", "Navn", "Název", }, { "Title", "Titel", "Naslov", "Titolo", "Titel", "", "Titre", "", "Kappale", "tytu³u", "título", "Ôßôëï", "titel", "nélkül", "", "Títol", "½Ð×ÒÐÝØÕ", "titla", "", "titel", "názvu", }, // Button texts (should not be more than 10 characters!): { "Button$Edit", "Editieren", "Uredi", "Modifica", "Verander", "Modificar", "Modifier", "Editer", "Muokkaa", "Edytuj", "Modificar", "ÐñïóáñìïãÞ", "Ändra", "Modificã", "Beállítani", "Editar", "ÀÕÔÐÚâØàÞÒÐâì", "Promijeni", "Muuda", "Rediger", "Editace", }, { "Button$New", "Neu", "Novo", "Nuovo", "Nieuw", "Novo", "Nouveau", "Ny", "Uusi", "Nowy", "Nuevo", "NÝï", "Ny", "Nou", "Új", "Nou", "´ÞÑÐÒØâì", "Novi", "Uus", "Ny", "Nový", }, { "Button$Delete", "Löschen", "Izbri¹i", "Cancella", "Verwijder", "Apagar", "Supprimer", "Slett", "Poista", "Usuñ", "Borrar", "ÄéáãñáöÞ", "Ta bort", "ªterge", "Törölni", "Esborrar", "ÃÔÐÛØâì", "Obri¹i", "Kustuta", "Slet", "Smazat", }, { "Button$Move", "Verschieben", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", }, { NULL } };