1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-01 05:24:11 +01:00
OwncloudBookmarksOfficial/l10n/sq.php
2014-10-27 16:18:24 -04:00

15 lines
297 B
PHP

<?php
$TRANSLATIONS = array(
"Close" => "Mbyll",
"Save" => "Ruaj",
"Delete" => "Elimino",
"Edit" => "Ndrysho",
"Cancel" => "Anulo",
"Address" => "Adresa",
"Add" => "Shto",
"Settings" => "Parametrat",
"Export" => "Eksporto",
"Import" => "Importo"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";