|
| 1 | +define({ |
| 2 | + appName: "Chamilo LMS Mobiel", |
| 3 | + myChamilo: "Mein Chamilo LMS", |
| 4 | + myCourses: 'Meine Kurse', |
| 5 | + domain: "Domaine", |
| 6 | + myAccount: "Mein Konto", |
| 7 | + username: "Benutzername", |
| 8 | + password: "Passwort", |
| 9 | + signIn: "Login", |
| 10 | + messages: "Nachrichten", |
| 11 | + profile: "Profil", |
| 12 | + signOut: "Ausloggen", |
| 13 | + goToCourse: "Zur Lerninsel", |
| 14 | + courseAgenda: "Kalender", |
| 15 | + announcement: "Ankündigungen", |
| 16 | + courseAnnouncements: "Lerninselankündigungen", |
| 17 | + courseDescriptions: "Lerninselbeschreibung", |
| 18 | + courseDocuments: "Lerninseldokumente", |
| 19 | + allDay: "Den ganzen Tag", |
| 20 | + forum: "Forum", |
| 21 | + views: "Vues", |
| 22 | + replies: "Antworten", |
| 23 | + forumCategories: "Forumkategorie", |
| 24 | + numberOfThreads: "Themenanzahl", |
| 25 | + lastPost: "Letzte Veröffentlichung", |
| 26 | + reply: "Antworten", |
| 27 | + quote: "Zitieren", |
| 28 | + replyTo: function (title) { |
| 29 | + return "An <cite> antworten" + title + "</cite>"; |
| 30 | + }, |
| 31 | + title: "Titel", |
| 32 | + text: "Text", |
| 33 | + notifyMeByEmail: "Per Email benachrichtigen", |
| 34 | + replyThisPost: "Antwort abschicken", |
| 35 | + thread: "Thema", |
| 36 | + replyThisThread: "Auf dieses Thema antworten", |
| 37 | + description: "Beschreibung", |
| 38 | + documents: "Dokumente", |
| 39 | + learningPaths: "Lernpfad", |
| 40 | + agenda: "Kalender", |
| 41 | + notebook: "Notizblock", |
| 42 | + announcements: "Ankündigungen", |
| 43 | + learningPathsCategories: "Lernpfadkategorie", |
| 44 | + creationDate: function (date) { |
| 45 | + return "Angelegt am: " + date; |
| 46 | + }, |
| 47 | + updateDate: function (date) { |
| 48 | + return "Überarbeitet am: " + date; |
| 49 | + }, |
| 50 | + courseNotebook: "Bewertungsmappe", |
| 51 | + inbox: "Posteingang", |
| 52 | + myProfile: "Mein Profil", |
| 53 | + phoneNumber: "Telefonnummer", |
| 54 | + signingOut: "Logout", |
| 55 | + loading: "Seite wird geladen", |
| 56 | + noContentAvailable: "Seite nicht vorhanden" |
| 57 | +}); |
0 commit comments