11 lines
368 B
PHP
11 lines
368 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Gallery" => "Galleri",
|
|
"Scanning directories" => "Gennemgår mapper",
|
|
"No photos found" => "Ingen billeder fundet",
|
|
"Creating thumbnails" => "Danner miniaturer",
|
|
"Do you wan't to remove album" => "Ønsker du at fjerne albummet",
|
|
"Input new gallery name" => "Indtast navn på nyt galleri",
|
|
"Rescan" => "Genindlæs",
|
|
"Back" => "Tilbage"
|
|
);
|