summaryrefslogtreecommitdiff
path: root/inc/lang/et
Commit message (Collapse)AuthorAge
* fixed some wrong quotation marks in language filesAnika Henke2015-07-12
|
* Remove no longer needed language stringPatrick Brown2015-04-04
|
* Remove unused language stringsPatrick Brown2015-04-03
|
* move strings to lang.phpGerrit Uitslag2014-09-28
|
* Merge remote-tracking branch 'origin/master' into FS#2697searchpagereadonlyGerrit Uitslag2014-09-28
|\ | | | | | | | | | | Conflicts: inc/lang/hr/searchpage.txt inc/lang/ko/searchpage.txt
| * upgrade to jQuery 1.11.1 and jQuery-UI 1.11.0. #778Andreas Gohr2014-07-04
| | | | | | | | | | | | | | | | | | This now pulls all data from official jQuery sources. Either their CDN or their github account. Google tends to serve outdated or even broken files :-( Unfortunately there's no simple way to get the latest stable jQuery-UI so for now the version has to be adjusted manually in the script.
| * Move colon from code to language stringsGerrit Uitslag2014-05-16
| |
| * Merge pull request #573 from splitbrain/FS#2437detailphprefactorAndreas Gohr2014-03-16
| |\ | | | | | | refactor detail.php to template.php
| | * Update lang of img pagetoolsGerrit Uitslag2014-03-05
| | |
| * | Merge pull request #574 from splitbrain/FS#2124deniedtextAndreas Gohr2014-03-14
| |\ \ | | | | | | | | Improve denied access text FS#2124
| | * | remove placeholder van denied.txtGerrit Uitslag2014-03-07
| | | |
| | * | Revert "added stripped bit to language file"Gerrit Uitslag2014-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 524df5769a0b9b7aa35af6500c85528c2b0515fe. Conflicts: inc/lang/bn/lang.php inc/lang/fr/lang.php
| | * | added stripped bit to language fileAndreas Gohr2014-02-28
| | | | | | | | | | | | | | | | this has been done by a script and might not be 100% accurate
| | * | Update localizationsGerrit Uitslag2014-02-25
| | |/
| * | translation updateJanar Leas2014-03-12
| | |
| * | Merge branch 'lang_update_102' of ↵Andreas Gohr2014-03-09
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://github.com/dokuwiki-translate/dokuwiki into pull-request-599 * 'lang_update_102' of git://github.com/dokuwiki-translate/dokuwiki: translation update Conflicts: inc/lang/et/lang.php
| | * | translation updateJanar Leas2014-03-08
| | | |
| * | | translation updateJanar Leas2014-03-09
| |/ /
| * / translation updateJanar Leas2014-03-06
| |/
* / Replace part of localized searchtext by placeholderGerrit Uitslag2014-03-04
|/
* localize jQuery UI date picker FS#2912Andreas Gohr2014-01-17
|
* removed unused lang string (authmodfailed)Anika Henke2013-09-03
|
* fixed language file placeholders FS#2682Andreas Gohr2013-02-16
|
* changed semicolon to colon in link to welcome page to make it less confusingAnika Henke2012-11-18
|
* changed the link in the installer to point to wiki:welcomeAndreas Gohr2012-07-14
|
* Merge branch 'resetpassword'Andreas Gohr2012-03-10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No longer autogenerate passwords for password reset when $conf['autopasswd'] is disabled. Instead allow to change the password online. * resetpassword: added a timelimit for password reset tokens removed commented line use correct lang string for password mismatch removed outdated language string. it has to be retranslated German translation for password reset honor autopasswd setting for resend password Conflicts: inc/lang/no/lang.php inc/lang/sl/lang.php
| * removed outdated language string. it has to be retranslatedAndreas Gohr2012-02-17
| |
* | localization: removed strings from old flashuploaderlupo492012-01-13
|/
* removed remnants of old flash uploader (FS#2335)Anika Henke2011-10-15
|
* jqueryized locktimerAndreas Gohr2011-08-19
|
* Estonian language updateRivo Zängov2011-06-05
|
* Estonian language updateKristian Kankainen2011-03-18
|
* added 'register' and 'resendpwd' to action links and buttonsAnika Henke2011-02-20
| | | | | Attention: $lang['register'] has been renamed to $lang['btn_register'], anyone using that in any plugin or template should adjust it.
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
| | | | | | As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
* Remove unneeded i18n filesAdrian Lang2010-10-10
|
* Rewrite JavaScript change checkAdrian Lang2010-03-26
|
* Remove wordblock action, issue a msg insteadAdrian Lang2010-03-09
|
* Whitespace cleanup FS#1709furun2009-10-16
| | | | | | Ignore-this: 27ea52110bce929b2c61ed8faba67cfc darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
* Language file cleanups for JS changesAndreas Gohr2009-08-12
| | | | | | | | Ignore-this: 7c8f68f29f52bc1d33fdb76ba98d2307 Removed unused string, move another string to the [js] subarray. darcs-hash:20090812191138-6e07b-65db1b7560d437fb26a1a4d0095cd768b2c9af01.gz
* remove linebreaks from language files FS#1035Michael Klier2008-12-01
| | | | darcs-hash:20081201212346-23886-81f2bc6c2c021b3f1e9c7367d8ffbab12700e379.gz
* fixed links in lang filesAnika Henke2008-08-15
| | | | darcs-hash:20080815130000-f7d6d-2ecb0a83f96507db2cd51e60db292781f9c4da8e.gz
* Spellchecker removedAndreas Gohr2007-11-23
| | | | | | | | With spell checkers available in all modern browsers, having a spell checker in DokuWiki's core code is no longer necessary. This patch removes the spell checking feature. It will be made available as optional plugin. darcs-hash:20071123125840-7ad00-faf7aa4673421dbb3fad904ba5b46b4927a5176d.gz
* language-specific quotation marks (FS#438)Anika Henke2007-02-11
| | | | darcs-hash:20070211172015-d5083-2cab923b001391012a0a469746438d4d4087a718.gz
* other languages for FS#876 (only languages are missing that miss ↵Anika Henke2006-09-03
| | | | | | registermail anyway) darcs-hash:20060903101323-d5083-8e25477a9c22364b4e086bade217ef7efd4b8f03.gz
* Estonian language updateAndreas Gohr2006-08-18
| | | | darcs-hash:20060818143213-7ad00-ae323084b3f5d20437a415ecef7e0b679140a99b.gz
* moved link to playground to it's own namespace #100Andreas Gohr2006-03-04
| | | | darcs-hash:20060304221621-7ad00-383bc4059460803c49189578c05c13013f7c6619.gz
* moved translations for ACL managerAndreas Gohr2006-01-27
| | | | darcs-hash:20060127141826-7ad00-c1689c7db5c4831fbbfca4a4c6c5f27c64546951.gz
* make DokuWiki xml conformmatthiasgrimm2005-06-17
| | | | | | XML has problems with usual PHP shortcuts like '<?' or '<? darcs-hash:20050617130335-7ef76-8e98db5cdae5f8b81993a380cb3d3acc9ac33dbd.gz
* use $conf[title] in notify mails #374andi2005-06-17
| | | | darcs-hash:20050617084820-9977f-a98703e3ea8903ab3d3b5ae4c81ae946483202d6.gz
* et language updateKaiko Kaur2005-06-07
| | | | darcs-hash:20050607200902-2af0c-7f25c338231e4c033b8d01296efd60635f457788.gz