blob: 93dcb8372da11c4f4c9ce53154b24fab56c51662 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php $TRANSLATIONS = array(
"Pictures" => "Bilder",
"Settings" => "Innstillinger",
"Rescan" => "Les inn på nytt",
"Stop" => "Stopp",
"Share" => "Del",
"Back" => "Tilbake",
"Remove confirmation" => "Fjern bekreftelse",
"Do you want to remove album" => "Ønsker du å slette albumet?",
"Change album name" => "Endre navn på album",
"New album name" => "Nytt navn på album"
);
|