From 7c0110102ff44b2b05e2675d7e61526ebac05575 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 3 Nov 2021 22:37:17 +0100 Subject: Fix text string for button --- templates/settings-admin.php | 68 ++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/templates/settings-admin.php b/templates/settings-admin.php index 272c610..7742d6b 100644 --- a/templates/settings-admin.php +++ b/templates/settings-admin.php @@ -1,34 +1,34 @@ - - * - * @author Julius Härtl - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ -script('theming_customcss', 'settings-admin'); -style('theming_customcss', 'settings-admin'); -?> -
-

t('Custom CSS')); ?>

-

t('You can specify your own CSS here. Be aware that this might break something after upgrade.')); ?>

- -
- - -
-
+ + * + * @author Julius Härtl + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ +script('theming_customcss', 'settings-admin'); +style('theming_customcss', 'settings-admin'); +?> +
+

t('Custom CSS')); ?>

+

t('You can specify your own CSS here. Be aware that this might break something after upgrade.')); ?>

+ +
+ + +
+
-- cgit v1.2.3 From 6dd5a40be5c83769035114752fe3c068618480c4 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 3 Nov 2021 22:38:27 +0100 Subject: l10n: Add Polish translation --- l10n/pl.js | 9 +++++++++ l10n/pl.json | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 l10n/pl.js create mode 100644 l10n/pl.json diff --git a/l10n/pl.js b/l10n/pl.js new file mode 100644 index 0000000..518ca02 --- /dev/null +++ b/l10n/pl.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "theming_customcss", + { + "Custom CSS" : "Niestandardowe CSS", + "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Tutaj możesz określić swój własny CSS. Pamiętaj, że po aktualizacji może to coś zepsuć.", + "Insert your custom CSS here …" : "Wstaw tutaj swój niestandardowy kod CSS…", + "Save" : "Zapisz" +}, +"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/l10n/pl.json b/l10n/pl.json new file mode 100644 index 0000000..71575a8 --- /dev/null +++ b/l10n/pl.json @@ -0,0 +1,7 @@ +{ "translations": { + "Custom CSS" : "Niestandardowe CSS", + "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Tutaj możesz określić swój własny CSS. Pamiętaj, że po aktualizacji może to coś zepsuć.", + "Insert your custom CSS here …" : "Wstaw tutaj swój niestandardowy kod CSS…", + "Save" : "Zapisz" +},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" +} \ No newline at end of file -- cgit v1.2.3 From 76f04d20295d4b92cbdd26a17fa88e276bbe037d Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 3 Nov 2021 23:21:13 +0100 Subject: Complete translation from "js" --- l10n/pl.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/l10n/pl.js b/l10n/pl.js index 518ca02..af5d829 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -2,8 +2,10 @@ OC.L10N.register( "theming_customcss", { "Custom CSS" : "Niestandardowe CSS", - "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Tutaj możesz określić swój własny CSS. Pamiętaj, że po aktualizacji może to coś zepsuć.", - "Insert your custom CSS here …" : "Wstaw tutaj swój niestandardowy kod CSS…", - "Save" : "Zapisz" + "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Tutaj możesz określić swój własny CSS. Pamiętaj, że po aktualizacji może to coś zepsuć.", + "Insert your custom CSS here …" : "Wstaw tutaj swój niestandardowy kod CSS…", + "Save" : "Zapisz", + "Saved" : "Zapisano", + "Error" : "Błąd" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); -- cgit v1.2.3 From 61092169045f90451ce020fd9012dbe78bb1d4a9 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 3 Nov 2021 23:22:43 +0100 Subject: Complete translation from "js" --- l10n/pl.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/l10n/pl.json b/l10n/pl.json index 71575a8..eee282b 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -1,7 +1,9 @@ { "translations": { "Custom CSS" : "Niestandardowe CSS", - "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Tutaj możesz określić swój własny CSS. Pamiętaj, że po aktualizacji może to coś zepsuć.", - "Insert your custom CSS here …" : "Wstaw tutaj swój niestandardowy kod CSS…", - "Save" : "Zapisz" + "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Tutaj możesz określić swój własny CSS. Pamiętaj, że po aktualizacji może to coś zepsuć.", + "Insert your custom CSS here …" : "Wstaw tutaj swój niestandardowy kod CSS…", + "Save" : "Zapisz", + "Saved" : "Zapisano", + "Error" : "Błąd" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" -} \ No newline at end of file +} -- cgit v1.2.3