mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
Fixed Language files to reflect plugin name
This commit is contained in:
parent
21a6ac9396
commit
6a9e0c0404
37 changed files with 31 additions and 462 deletions
|
@ -5,6 +5,6 @@ function string_plural_select_ro($n){
|
|||
return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
|
||||
}}
|
||||
;
|
||||
$a->strings["Planets Settings"] = "Configurări Planets";
|
||||
$a->strings["Enable Planets Plugin"] = "Activare Modul Planets";
|
||||
$a->strings["Krynn Settings"] = "Configurări Krynn";
|
||||
$a->strings["Enable Krynn Plugin"] = "Activare Modul Krynn";
|
||||
$a->strings["Submit"] = "Trimite";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue