lt_LT.php
3.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?php
$TRANSLATIONS = array(
"Your settings have been updated." => "Jūsų nustatymai buvo atnaujinti.",
"Activity" => "Veikla",
"A file or folder has been <strong>shared</strong>" => "Failas ar aplankas buvo <strong>pasidalintas</strong>",
"A new file or folder has been <strong>created</strong>" => "Naujas failas ar aplankas buvo <strong>sukurtas</strong>",
"A file or folder has been <strong>changed</strong>" => "Failas ar aplankas buvo <strong>pakeistas</strong>",
"A file or folder has been <strong>deleted</strong>" => "Failas ar aplankas buvo <strong>ištrintas</strong>",
"You created %1\$s" => "Jūs sukūrėte %1\$s",
"%2\$s created %1\$s" => "%2\$s sukūrė %1\$s",
"You changed %1\$s" => "Jūs pakeitėte %1\$s",
"%2\$s changed %1\$s" => "%2\$s pakeitė %1\$s",
"You deleted %1\$s" => "Jūs ištrynėte %1\$s",
"%2\$s deleted %1\$s" => "%2\$s ištrynė %1\$s",
"You shared %1\$s with %2\$s" => "Jūs pasidalinote %1\$s su %2\$s",
"You shared %1\$s with group %2\$s" => "Jūs pasidalinote %1\$s su grupe %2\$s",
"%2\$s shared %1\$s with you" => "%2\$s pasidalino %1\$s su jumis",
"You shared %1\$s via link" => "Pasidalinote %1\$s per nuorodą",
"Activity notification" => "Veiklos perspėjimai",
"All Activities" => "Visa veikla",
"Activities by you" => "Jūsų veikla",
"Activities by others" => "Kitų veikla",
"Shares" => "Dalijimaisi",
"Files" => "Failai",
"%s and %s" => "%s ir %s",
", " => ",",
"_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_::_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_" => array("%s ir <strong class=\"tooltip\" title=\"%s\">%n daugiau</strong>","%s ir <strong class=\"tooltip\" title=\"%s\">%n daugiau</strong>","%s ir <strong class=\"tooltip\" title=\"%s\">%n daugiau</strong>"),
"_%s and %n more_::_%s and %n more_" => array("%s ir %n daugiau","%s ir %n daugiau","%s ir %n daugiau"),
"Hello %s," => "Sveiki %s,",
"You are receiving this email because in the last hour the following things happened at %s" => "Gaunate šį laišką, nes per paskutinę valandą sekanti veikla buvo užfiksuota %s",
"You are receiving this email because in the last day the following things happened at %s" => "Gaunate šį laišką, nes per paskutinę dieną sekanti veikla buvo užfiksuota %s",
"You are receiving this email because in the last week the following things happened at %s" => "Gaunate šį laišką, nes per paskutinę savaitę sekanti veikla buvo užfiksuota %s",
"* %s" => "* %s",
"You will see a list of events here when you start to use your %s." => "Matysite įvykių sąrašą kai pradėsite naudoti savo %s.",
"No more events to load" => "Nėra daugiau įkeltinų įvykių",
"Enable RSS feed" => "Įjungti RSS sklaidos kanalą",
"Notifications" => "Pranešimai",
"Mail" => "Paštas",
"Stream" => "Transliacija",
"Notify about my own actions" => "Informuoti apie mano paties veiksmus",
"You need to set up your email address before you can receive notification emails." => "Jums reikia nurodyti el. pašto adresą, kad gauti pranešimų el. laiškus.",
"Send emails:" => "Siųsti el. laiškus:",
"Hourly" => "Kas valandą",
"Daily" => "Kasdien",
"Weekly" => "Kiekvieną savaitę",
"Activity feed" => "Veiklos srautas",
"Personal activity feed for %s" => "Asmeninis veiklos srautas skirtas %s"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";