summaryrefslogtreecommitdiffstats
path: root/models/login.go
Commit message (Expand)AuthorAgeFilesLines
* #1637 able to skip verify for LDAPUnknwon2015-09-141-4/+15
* #1635 PAM return error bugUnknwon2015-09-141-1/+1
* #697 disable captcha and new admin create user UIUnknwon2015-09-131-1/+1
* #1625 remove auto_register and makes it defaultUnknwon2015-09-121-80/+99
* #1625 LDAP not workingUnknwon2015-09-121-5/+4
* clean logUnknwon2015-09-111-1/+0
* #1620 add allowed domains for SMTP authUnknwon2015-09-111-6/+18
* finish new edit auth UIUnknwon2015-09-111-5/+34
* finish new add auth UIUnknwon2015-09-101-6/+4
* more minor fix on 1581Unknwon2015-09-101-0/+6
* minor fix on #1581Unknwon2015-09-101-7/+4
* Added LDAP simple auth support.Sergio Benitez2015-09-041-58/+54
* #1542 A way to skip TLS verify for SMTP authenticationUnknwon2015-08-291-40/+45
* Set IsAdmin using LDAPGirish Ramakrishnan2015-08-181-1/+2
* Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-121-4/+4
* allow anonymous SSH cloneUnknwon2015-08-051-6/+6
* Merge pull request #1226 from nice-software/wip/pamLunny Xiao2015-04-241-0/+61
|\
| * Add PAM authenticationPaolo Borelli2015-04-241-0/+61
* | typo fixDustin Willis Webber2015-04-161-1/+1
|/
* #1124 lower_name of LDAP user not assignedUnknwon2015-03-231-0/+1
* fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response...Unknwon2015-03-121-4/+2
* routers/repo/setting.go: fix LDAP cannot validate password #1006Unknwon2015-03-051-45/+43
* Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-081-1/+2
* Fix spelling errors in comments.Joseph Crail2014-12-061-3/+3
* work on #672Unknwon2014-12-051-8/+11
* Fix fork repo and macaron API brokenUnknwon2014-10-241-1/+1
* Fix SMTP auth logicUnknwon2014-10-031-6/+2
* New UI merge in progressUnknwon2014-07-261-13/+14
* Add create organizationUnknown2014-06-251-2/+2
* Fix #165Unknown2014-06-211-9/+9
* Add tar.gz download button and other mirror updatesUnknown2014-06-081-45/+38
* Code conventionUnknown2014-06-051-2/+2
* Finish create new labelUnknown2014-05-181-3/+2
* Clean old LDAP codeUnknown2014-05-151-1/+1
* Make gmail auth workUnknown2014-05-151-16/+21
* bug fixed #193Lunny Xiao2014-05-151-3/+7
* Fix edit auth page bugUnknown2014-05-121-2/+5
* spell bug fixedLunny Xiao2014-05-111-2/+2
* smtp login bug fixedLunny Xiao2014-05-111-18/+23
* add support for smtp authenticationLunny Xiao2014-05-111-12/+11
* add smtp authenticationLunny Xiao2014-05-111-4/+125
* merge all login methodsLunny Xiao2014-05-111-8/+120
* fix codeUnknown2014-05-051-1/+6
* basic authenticationsLunny Xiao2014-05-051-13/+60
* ldap supportLunny Xiao2014-05-031-9/+46
* add login.goLunny Xiao2014-04-261-0/+33
28'>backport/47971/stable28 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/l10n/cs_CZ.json
blob: f5137fe66953275d293dd38bf226659dfb4a3286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ "translations": {
    "Update notifications" : "Aktualizovat upozornění",
    "{version} is available. Get more information on how to update." : "Je dostupná {version}. Přečtěte si více informací jak aktualizovat.",
    "Channel updated" : "Kanál aktualizován",
    "Nextcloud core" : "Nextcloud Core",
    "Update for %1$s to version %2$s is available." : "Je dostupná aktualizace pro %1$s na verzi %2$s.",
    "A new version is available: %s" : "Je dostupná nová verze: %s",
    "Your version is up to date." : "Používáte nejnovější verzi.",
    "Checked on %s" : "Zkontrolováno %s",
    "Update channel:" : "Aktualizovat kanál:",
    "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vždy můžete aktualizovat na novější verzi / experimentální kanál. Poté ale nelze nikdy provést downgrade zpět na nižší stabilní kanál.",
    "Notify members of the following groups about available updates:" : "Upozorňovat členy následujících skupin na dostupné aktualizace:",
    "Only notification for app updates are available." : "Je možné pouze upozornění na dostupné aktualizace aplikací.",
    "The selected update channel makes dedicated notifications for the server obsolete." : "Zvolený kanál aktualizací označuje dedikovaná upozornění pro server za zastaralá.",
    "The selected update channel does not support updates of the server." : "Vybraný kanál aktualizací nepodporuje aktualizace serveru.",
    "Updater" : "Automatické aktualizace"
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
}