server/lib/l10n/lb.php

16 lines
403 B
PHP
Raw Normal View History

2012-10-25 00:11:53 +00:00
<?php $TRANSLATIONS = array(
2013-01-17 23:04:36 +00:00
"Help" => "Hëllef",
2012-10-25 00:11:53 +00:00
"Personal" => "Perséinlech",
"Settings" => "Astellungen",
2013-04-27 00:24:29 +00:00
"Users" => "Benotzer",
"Apps" => "Applicatiounen",
2013-03-26 23:11:05 +00:00
"Admin" => "Admin",
2012-10-25 00:11:53 +00:00
"Authentication error" => "Authentifikatioun's Fehler",
2013-01-16 23:27:40 +00:00
"Files" => "Dateien",
2013-01-26 23:06:21 +00:00
"Text" => "SMS",
"1 hour ago" => "vrun 1 Stonn",
"last month" => "Läschte Mount",
"last year" => "Läscht Joer",
"years ago" => "Joren hier"
2012-10-25 00:11:53 +00:00
);