forked from friendica/deprecated-addons
Removed many deprecated addons
This commit is contained in:
parent
8ea198a97e
commit
1b7283c72b
247 changed files with 28554 additions and 0 deletions
11
editplain/lang/ro/strings.php
Normal file
11
editplain/lang/ro/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
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));;
|
||||
}}
|
||||
;
|
||||
$a->strings["Editplain settings updated."] = "Configurările Editplain au fost actualizate.";
|
||||
$a->strings["Editplain Settings"] = "Configurări Editplain";
|
||||
$a->strings["Disable richtext status editor"] = "Dezactivare editorul status de text îmbogățit";
|
||||
$a->strings["Submit"] = "Trimite";
|
Loading…
Add table
Add a link
Reference in a new issue