зеркало из https://github.com/nextcloud/news.git
16 строки
372 B
PHP
16 строки
372 B
PHP
<?php $TRANSLATIONS = array(
|
|
"by" => "vun",
|
|
"from" => "vun",
|
|
"Download" => "Download",
|
|
"Web address" => "Link",
|
|
"Folder" => "Dossier",
|
|
"Folder name" => "Dossiers Numm:",
|
|
"Create" => "Erstellen",
|
|
"Rename" => "Ëm-benennen",
|
|
"Delete folder" => "Dossier läschen",
|
|
"All articles" => "All Artikelen",
|
|
"Settings" => "Astellungen",
|
|
"Import" => "Import",
|
|
"Export" => "Export"
|
|
);
|