Explorar el Código
Created German translation
Created a German translation file for the network website.
"DE" is the 2-letter ISO country code for Germany.
tags/1.5
Daginberth
hace 4 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
15 adiciones y
0 borrados
-
templates/webpanel/language/de.php
|
|
@@ -0,0 +1,15 @@ |
|
|
|
<?php |
|
|
|
$lang = array( |
|
|
|
"passes" => "Überflüge", |
|
|
|
"satellite" => "Satellit", |
|
|
|
"images" => "Bilder", |
|
|
|
"pass_start" => "Start des Überflugs", |
|
|
|
"pass_end" => "Ende des Überflugs", |
|
|
|
"max_elev" => "Maximale Erhebung", |
|
|
|
"elev" => "Erhebung", |
|
|
|
"page" => "Seite", |
|
|
|
"of" => "von", |
|
|
|
"prev" => "Vorherig", |
|
|
|
"next" => "Nächstes", |
|
|
|
); |
|
|
|
?> |