X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=qcomment%2Flang%2Fro%2Fstrings.php;h=791f4e7f666f6efe101baa6e4f0d71e64e08c7b1;hb=96c70489f59c8c9ba6914873a8a2a70c41ca8fa9;hp=65b9a5d43dfac62a61118338751651dc1142b2ad;hpb=6d6e73096afb22e95678c651e055337f1bf5405d;p=friendica-addons.git diff --git a/qcomment/lang/ro/strings.php b/qcomment/lang/ro/strings.php index 65b9a5d4..791f4e7f 100644 --- a/qcomment/lang/ro/strings.php +++ b/qcomment/lang/ro/strings.php @@ -2,14 +2,14 @@ if(! function_exists("string_plural_select_ro")) { function string_plural_select_ro($n){ - return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));; + $n = intval($n); + if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; } }} -; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "lol"; -$a->strings["Quick Comment Settings"] = "Configurări Comentariu Rapid"; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Comentariile rapide se regăsesc lângă casetele comentariilor, uneori ascunse. Apăsați pe ele pentru a posta răspunsuri simple."; -$a->strings["Enter quick comments, one per line"] = "Introduceți cometarii rapide, câte unul pe linie:"; -$a->strings["Save Settings"] = "Salvare Configurări"; -$a->strings["Quick Comment settings saved."] = "Configurările pentru Comentariu Rapid au fost salvate."; +$a->strings[':-)'] = ':-)'; +$a->strings[':-('] = ':-('; +$a->strings['lol'] = 'lol'; +$a->strings['Quick Comment Settings'] = 'Configurări Comentariu Rapid'; +$a->strings['Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.'] = 'Comentariile rapide se regăsesc lângă casetele comentariilor, uneori ascunse. Apăsați pe ele pentru a posta răspunsuri simple.'; +$a->strings['Enter quick comments, one per line'] = 'Introduceți cometarii rapide, câte unul pe linie:'; +$a->strings['Save Settings'] = 'Salvare Configurări'; +$a->strings['Quick Comment settings saved.'] = 'Configurările pentru Comentariu Rapid au fost salvate.';