13 lines
378 B
PHP
13 lines
378 B
PHP
<?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"
|
|
);
|