Changeset 26663
- Timestamp:
- Jan 12, 2014, 4:34:12 PM (11 years ago)
- Location:
- extensions/UserCollections/language/et_EE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserCollections/language/et_EE/description.txt
r21719 r26663 1 Võimaldab registreeritud kasutajatel valida fotosid galleriist ja salvestada need kollektsioonidesse , natuke nagu kaugelearenenud favoriidid.1 Võimaldab registreeritud kasutajatel valida fotosid galleriist ja salvestada need kollektsioonidesse (valikutesse), see on "lemmikute" (favorites) arendus. -
extensions/UserCollections/language/et_EE/plugin.lang.php
r26058 r26663 22 22 // +-----------------------------------------------------------------------+ 23 23 $lang['Save'] = 'Salvesta'; 24 $lang['Saved collections'] = 'Salvestatud seeriad';25 $lang['See all my collections'] = 'Näita kõik mu seeriad';26 24 $lang['Send this collection by mail'] = 'Saada antud fotoseeria minu meilile'; 27 $lang['The collection must be public in order to send it'] = 'Et fotoseeriat saata, peab see olema avalikustatud';28 25 $lang['This collection is empty'] = 'Fotoseeriast puuduvad pildid'; 29 $lang['Unsaved collections'] = 'Salvestamata seeriad';30 26 $lang['You have %d collection'] = 'Sul on %d fotoseeria'; 31 27 $lang['You have %d collections'] = 'Sul on %d fotoseeriat'; … … 33 29 $lang['Your e-mail'] = 'Sinu epost'; 34 30 $lang['Your name'] = 'Sinu nimi'; 35 $lang['active'] = 'nähtaval';36 31 $lang['by %s'] = 'koostas %s'; 37 $lang['save'] = 'salvesta';38 $lang['set active'] = 'märgi nähtavaks';39 32 $lang['Edit this collection'] = 'Toimeta fotoseeriat'; 40 33 $lang['Error while sending e-mail'] = 'Eposti saatmisel tekkis viga'; … … 52 45 $lang['Please give a name'] = 'Seeria nimi'; 53 46 $lang['Preview'] = 'Eelvaade'; 54 $lang['Public collection'] = 'Avalik';55 47 $lang['Recipient e-mail'] = 'Saaja epost'; 56 48 $lang['Recipient name'] = 'Saaja nimi'; 57 49 $lang['Remove from collection'] = 'Eemalda seeriast'; 58 $lang['Return to collections list'] = 'Tagasi nimekirjale';59 50 $lang['%d more...'] = 'veel %d...'; 60 51 $lang['A photo collection by %s'] = '%s fotoseeria'; … … 69 60 $lang['Collection name:'] = 'Fotoseeria nimi:'; 70 61 $lang['Collections'] = 'Fotoseeriad'; 71 $lang['Copied'] = 'Kopeeritud';72 $lang['Copy to clipboard'] = 'Kopeeri lõikepuhvrisse';73 62 $lang['Create a new collection'] = 'Loo uus fotoseeria'; 74 63 $lang['Date added to collection, new → old'] = 'Lisamiskuupäev, uued → vanad'; … … 93 82 $lang['This key is already used'] = 'See võti on juba kasutuses'; 94 83 $lang['This link expired'] = 'Antud link on aegunud'; 84 $lang['Add'] = 'Lisa'; 85 $lang['Cancel'] = 'Tühista'; 86 $lang['Description'] = 'Kirjeldus'; 87 $lang['Hello %s, %s sent you a photos collection from "%s"'] = 'Tere %s, %s saatis sulle valiku fotosid "%s"'; 88 $lang['Name'] = 'Nimi'; 89 $lang['Send'] = 'Saada'; 90 $lang['jump to photo'] = 'Vaata fotot'; 95 91 ?>
Note: See TracChangeset
for help on using the changeset viewer.