diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2025-05-14 10:55:34 +0200 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2025-05-14 10:55:34 +0200 |
commit | 7543d56b06e76a594b48c4b88345f8c0d1a5f9dc (patch) | |
tree | f677eeb8d57e2fe53573ba658dfa81f99758b116 /inc/lang/ca | |
parent | 5981d577922b45fb3737357f80c96b0cc281316e (diff) | |
parent | aad0b49e48318eb343208b2c865291716c1819b3 (diff) | |
download | dokuwiki-old-stable.tar.gz dokuwiki-old-stable.zip |
Merge branch 'stable' into old-stableold-stable
* stable: (358 commits)
hotfix preparations
Fix stored XSS vulnerability via do=export_metadata #4305
use correct FeedOptions methods. fixes #4203
Imports may not be named like local classes. fixes #4200
sprintf expects ...args instead of an array. fixes #4193
gracefully handle decryption errors
API: legacy compatibility fix
Reintroduce the FEED_DATA_PROCESS event
fix logo aspect ratio and printing. fixes #4187
fix overeager optimization in Table handler. fixes #4186
adjust group type hint for User API response
fix User response object in API
š¤ Rector and PHPCS fixes
Fix false errors when calling getInfo() from some plugins
translation update
translation update
inc/fulltext Result from splice could be empty
š¤ Rector and PHPCS fixes
š¤ Update deleted files
replace LESS library. fixes #4088
...
Diffstat (limited to 'inc/lang/ca')
-rw-r--r-- | inc/lang/ca/lang.php | 3 | ||||
-rw-r--r-- | inc/lang/ca/onceexisted.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/inc/lang/ca/lang.php b/inc/lang/ca/lang.php index 3eda60764..d9cdd8bfb 100644 --- a/inc/lang/ca/lang.php +++ b/inc/lang/ca/lang.php @@ -3,6 +3,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author pau <pau@estuditic.com> * @author Marc Zulet <marczulet@gmail.com> * @author Joan <aseques@gmail.com> * @author David Surroca <davidsurrocaestrada@gmail.com> @@ -222,6 +223,7 @@ $lang['created'] = 'creat'; $lang['restored'] = 's\'ha restaurat una versió anterior %s'; $lang['external_edit'] = 'edició externa'; $lang['summary'] = 'Resum d\'edició'; +$lang['unknowndate'] = 'Data desconeguda'; $lang['noflash'] = 'Per a visualitzar aquest contingut necessiteu el <a href="http://get.adobe.com/flashplayer">connector d\'Adobe Flash</a>.'; $lang['download'] = 'Baixa el fragment'; $lang['tools'] = 'Eines'; @@ -368,3 +370,4 @@ $lang['page_nonexist_rev'] = 'Pà gina no existeix a %s. Aixó es conseqüenc $lang['unable_to_parse_date'] = 'Impossible de esbrinar el parà metre "%s".'; $lang['email_signature_text'] = 'Aquest mail ha estat generat per DokuWiki a @DOKUWIKIURL@'; +$lang['log_file_too_large'] = 'Fitxer de log massa gran. Linies anteriors ignorades!'; diff --git a/inc/lang/ca/onceexisted.txt b/inc/lang/ca/onceexisted.txt index 85e0b380a..f49230a15 100644 --- a/inc/lang/ca/onceexisted.txt +++ b/inc/lang/ca/onceexisted.txt @@ -1,3 +1,3 @@ ======= Aquesta pà gina ja no existeix ====== -Heu seguit un enllaç a una pà gina que ja no existeix. Podeu consultar la llista de [[?do=revisions|old revisions]] per veure quan i per què es va suprimir, accedir a les revisions antigues o restaurar-la.
\ No newline at end of file +Heu seguit un enllaç a una pà gina que ja no existeix. Podeu consultar la llista de **old revisions** per veure quan i per què es va suprimir, accedir a les revisions antigues o restaurar-la. |