blob: e3f35ea393872f12f0d38c869cd300b17a5d99e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php $TRANSLATIONS = array(
"Pictures" => "Bilder",
"Rescan" => "Les inn på nytt",
"Stop" => "Stopp",
"Share" => "Del",
"Settings" => "Innstillinger",
"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"
);
|