nextcloud/apps/gallery/l10n/nb_NO.php

13 lines
378 B
PHP
Raw Normal View History

2012-05-09 14:41:01 +04:00
<?php $TRANSLATIONS = array(
2012-05-13 21:59:44 +04:00
"Pictures" => "Bilder",
2012-05-09 14:41:01 +04:00
"Rescan" => "Les inn på nytt",
2012-05-13 21:59:44 +04:00
"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"
2012-05-09 14:41:01 +04:00
);