mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-25 20:15:47 +02:00
12 lines
239 B
PHP
12 lines
239 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Add" => "Ajusta",
|
|
"Folder" => "Dorsièr",
|
|
"by" => "per",
|
|
"Download" => "Avalcarga",
|
|
"Cancel" => "Annula",
|
|
"Save" => "Enregistra",
|
|
"Settings" => "Configuracion",
|
|
"Import" => "Importa",
|
|
"Export" => "Exporta"
|
|
);
|