diff options
Diffstat (limited to 'view/eo/strings.php')
-rw-r--r-- | view/eo/strings.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/eo/strings.php b/view/eo/strings.php index 236022993..4d76c357f 100644 --- a/view/eo/strings.php +++ b/view/eo/strings.php @@ -1,8 +1,9 @@ <?php +if(! function_exists("string_plural_select_eo") { function string_plural_select_eo($n){ return ($n != 1); -} +}} ; $a->strings["Post successful."] = "Sukcese afiŝita."; $a->strings["[Embedded content - reload page to view]"] = "[Enigita enhavo - reŝargu paĝon por spekti ĝin]"; |