aboutsummaryrefslogtreecommitdiffstats
path: root/view/pl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-01-27 10:35:17 +0000
committerMario <mario@mariovavti.com>2021-01-27 10:35:17 +0000
commit66640a206e03a5f05d88945283064d94fa07c9b8 (patch)
treef658a09de94e252ecab4c3c367f02c58493351b9 /view/pl
parent15c90371e05b9e8132ec424a08de45f1b6b80a18 (diff)
downloadvolse-hubzilla-66640a206e03a5f05d88945283064d94fa07c9b8.tar.gz
volse-hubzilla-66640a206e03a5f05d88945283064d94fa07c9b8.tar.bz2
volse-hubzilla-66640a206e03a5f05d88945283064d94fa07c9b8.zip
fix issue in view/pl/hstrings.php
Diffstat (limited to 'view/pl')
-rw-r--r--view/pl/hstrings.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/pl/hstrings.php b/view/pl/hstrings.php
index 6eaf8d4fe..e80645bdb 100644
--- a/view/pl/hstrings.php
+++ b/view/pl/hstrings.php
@@ -6,8 +6,7 @@ function string_plural_select_pl($n){
;
}}
App::$rtl = 0;
-App::$strings["plural_function_code"] = "(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12))
-";
+App::$strings["plural_function_code"] = "(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12))";
App::$strings["Can view my channel stream and posts"] = "Może wyświetlać strumień i posty z mojego kanału";
App::$strings["Can send me their channel stream and posts"] = "Może przesyłać mi strumień swojego kanału i posty";
App::$strings["Can view my default channel profile"] = "Może wyświetlać mój domyślny profil kanału";