14 lines
297 B
PHP
14 lines
297 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Location" => "Vendndodhja",
|
|
"Host" => "Pritësi",
|
|
"Username" => "Përdoruesi",
|
|
"Password" => "fjalëkalim",
|
|
"Share" => "Ndaj",
|
|
"URL" => "URL-i",
|
|
"Groups" => "Grupet",
|
|
"Users" => "Përdoruesit",
|
|
"Delete" => "Elimino"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|