Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sq.php « l10n - github.com/nextcloud/templateeditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7db9a5b2f2454111d34348302db442f80e044c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$TRANSLATIONS = array(
"Could not load template" => "S’u ngarkua dot gjedhja",
"Saved" => "U ruajt",
"Reset" => "Ricaktoje",
"Sharing email (HTML)" => "Email ndarjesh  (HTML)",
"Sharing email (plain text fallback)" => "Email ndarjesh (tekst i thjeshtë, kur s’ka tjetër mundësi)",
"Lost password mail" => "Email për humbje fjalëkalimi",
"New user email (HTML)" => "Email mbi përdorues të ri (HTML)",
"New user email (plain text fallback)" => "Emailmbi përdorues të ri (tekst i thjeshtë, kur s’ka tjetër mundësi)",
"Activity notification mail" => "Email njoftimi veprimtarie",
"Mail Templates" => "Gjedhe Email-i",
"Theme" => "Temë",
"Template" => "Gjedhe",
"Please choose a template" => "Ju lutemi, zgjidhni një gjedhe",
"Save" => "Ruaje"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";