зеркало из https://github.com/nextcloud/news.git
15 строки
316 B
PHP
15 строки
316 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Address" => "Adresse",
|
|
"Add" => "Legg til",
|
|
"New folder" => "Ny mappe",
|
|
"Folder" => "Mappe",
|
|
"Folder name" => "Mappenamn",
|
|
"by" => "av",
|
|
"Download" => "Last ned",
|
|
"Cancel" => "Avbryt",
|
|
"Save" => "Lagra",
|
|
"Settings" => "Innstillingar",
|
|
"Import" => "Importer",
|
|
"Export" => "Eksporter"
|
|
);
|