зеркало из https://github.com/nextcloud/news.git
16 строки
314 B
PHP
16 строки
314 B
PHP
<?php $TRANSLATIONS = array(
|
|
"News" => "Lajme",
|
|
"Address" => "Adresa",
|
|
"Add" => "Shto",
|
|
"New folder" => "Dosje e're",
|
|
"Folder" => "Dosje",
|
|
"from" => "Nga",
|
|
"by" => "nga",
|
|
"Download" => "Shkarko",
|
|
"Cancel" => "Anullo",
|
|
"Save" => "Ruaj",
|
|
"Settings" => "Konfigurime",
|
|
"Import" => "Importo",
|
|
"Export" => "Eksporto"
|
|
);
|