aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/extension/lang/cy/lang.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2024-12-04 18:37:24 +0100
committerAndreas Gohr <andi@splitbrain.org>2024-12-04 18:37:24 +0100
commitcf461f202d7f621cf248e33ad3d6b8c69beb5c6d (patch)
tree3bf9491011dfc7f5c2b5a02348ca9115b99a44ea /lib/plugins/extension/lang/cy/lang.php
parentd98308b7421d7f2fc8d4ed526861c5a680846450 (diff)
downloaddokuwiki-cf461f202d7f621cf248e33ad3d6b8c69beb5c6d.tar.gz
dokuwiki-cf461f202d7f621cf248e33ad3d6b8c69beb5c6d.zip
Extension Manager: adjust notice strings
Because notices are shown on command line as well as in the admin GUI, we can not use HTML in them. This adjusts the affected language strings and removes the previously used clean up routine.
Diffstat (limited to 'lib/plugins/extension/lang/cy/lang.php')
-rw-r--r--lib/plugins/extension/lang/cy/lang.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/plugins/extension/lang/cy/lang.php b/lib/plugins/extension/lang/cy/lang.php
index 2a2a8c8fa..c612e6500 100644
--- a/lib/plugins/extension/lang/cy/lang.php
+++ b/lib/plugins/extension/lang/cy/lang.php
@@ -78,12 +78,11 @@ $lang['msg_plugin_install_success'] = 'Arsefydlwyd ategyn %s yn llwyddiannus';
$lang['msg_plugin_update_success'] = 'Diweddarwyd ategyn %s yn llwyddiannus';
$lang['msg_upload_failed'] = 'Methodd lanlwytho\'r ffeil';
-$lang['missing_dependency'] = '<strong>Missing or disabled dependency:</strong> %s';
-$lang['security_issue'] = '<strong>Mater Diogelwch:</strong> %s';
-$lang['security_warning'] = '<strong>Rhybudd Diogelwch:</strong> %s';
-$lang['update_available'] = '<strong>Diweddariad:</strong> Mae fersiwn newydd %s ar gael.';
-$lang['wrong_folder'] = '<strong>Ategyn wedi\'i arsefydlu\'n anghywir:</strong> Ailenwch ffolder yr ategyn o "%s" i "%s".';
-$lang['url_change'] = '<strong>Newid i\'r URL:</strong> Newidiodd yr URL lawlwytho ers y diweddariad diwethaf. Gwiriwch i weld os yw\'r URL newydd yn ddilys cyn diweddaru\'r estyniad.<br />Newydd: %s<br />Hen: %s';
+$lang['missing_dependency'] = 'Missing or disabled dependency: %s';
+$lang['security_issue'] = 'Mater Diogelwch: %s';
+$lang['security_warning'] = 'Rhybudd Diogelwch: %s';
+$lang['wrong_folder'] = 'Ategyn wedi\'i arsefydlu\'n anghywir: Ailenwch ffolder yr ategyn o "%s" i "%s".';
+$lang['url_change'] = "Newid i'r URL: Newidiodd yr URL lawlwytho ers y diweddariad diwethaf. Gwiriwch i weld os yw'r URL newydd yn ddilys cyn diweddaru'r estyniad.\nNewydd: %s\nHen: %s";
$lang['error_badurl'] = 'Dylai URL ddechrau gyda http neu https';
$lang['error_dircreate'] = 'Methu รข chreu ffolder dros dro er mwyn derbyn y lawrlwythiad';